|
From: <de...@us...> - 2014-01-28 07:22:57
|
Revision: 8589
http://sourceforge.net/p/fudaa/svn/8589
Author: deniger
Date: 2014-01-28 07:22:54 +0000 (Tue, 28 Jan 2014)
Log Message:
-----------
maven 3 support
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-application/pom.xml
Modified: trunk/soft/fudaa-crue/ui-application/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-application/pom.xml 2014-01-27 22:59:36 UTC (rev 8588)
+++ trunk/soft/fudaa-crue/ui-application/pom.xml 2014-01-28 07:22:54 UTC (rev 8589)
@@ -101,7 +101,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
- <version>3.8.1</version>
<extensions>true</extensions>
<configuration>
<finalName>Fudaa-Crue-${version}</finalName>
@@ -114,26 +113,6 @@
<profiles>
<profile>
- <id>deployment</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>nbm-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>extra</id>
- <goals>
- <goal>autoupdate</goal>
- <goal>webstart-app</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>dev</id>
<build>
<plugins>
@@ -202,6 +181,9 @@
<profile>
<id>release</id>
<activation>
+ <os>
+ <family>Windows</family>
+ </os>
<file>
<exists>${basedir}/src/main/resources/installer/ReplaceVistaIcon.exe</exists>
</file>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|