|
From: <de...@us...> - 2014-12-07 22:24:54
|
Revision: 8968
http://sourceforge.net/p/fudaa/svn/8968
Author: deniger
Date: 2014-12-07 22:24:46 +0000 (Sun, 07 Dec 2014)
Log Message:
-----------
utilisation snapshot
Modified Paths:
--------------
trunk/soft/fudaa-sinavi/client/pom.xml
Modified: trunk/soft/fudaa-sinavi/client/pom.xml
===================================================================
--- trunk/soft/fudaa-sinavi/client/pom.xml 2014-12-07 22:24:30 UTC (rev 8967)
+++ trunk/soft/fudaa-sinavi/client/pom.xml 2014-12-07 22:24:46 UTC (rev 8968)
@@ -50,41 +50,4 @@
<scope>test</scope>
</dependency>
</dependencies>
- <profiles>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <!-- packaging de l'application -->
- <plugin>
- <!-- NOTE: We don't need a groupId specification because the group is org.apache.maven.plugins ...which is assumed by default. -->
- <artifactId>maven-assembly-plugin</artifactId>
- <!--<version>2.3</version>-->
- <configuration>
- <descriptors>
- <descriptor>src/assembly/dep.xml</descriptor>
- </descriptors>
- <archive>
- <manifest>
- <mainClass>org.fudaa.fudaa.sinavi3.Sinavi3</mainClass>
- </manifest>
- </archive>
- </configuration>
- <executions>
- <execution>
- <id>executable</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- <finalName>sinavi3</finalName>
- </build>
-
- </profile>
- </profiles>
-
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|