|
From: <de...@us...> - 2014-01-20 23:04:32
|
Revision: 8581
http://sourceforge.net/p/fudaa/svn/8581
Author: deniger
Date: 2014-01-20 23:04:26 +0000 (Mon, 20 Jan 2014)
Log Message:
-----------
CRUE-627
Modified Paths:
--------------
trunk/business/fudaa-sig/nbactions.xml
trunk/business/fudaa-sig/pom.xml
Modified: trunk/business/fudaa-sig/nbactions.xml
===================================================================
--- trunk/business/fudaa-sig/nbactions.xml 2014-01-20 22:59:20 UTC (rev 8580)
+++ trunk/business/fudaa-sig/nbactions.xml 2014-01-20 23:04:26 UTC (rev 8581)
@@ -4,6 +4,8 @@
<actionName>CUSTOM-deploy</actionName>
<displayName>deploy</displayName>
<goals>
+ <goal>-Dmaven.wagon.provider.http=httpclient</goal>
+ <goal>-e</goal>
<goal>deploy</goal>
</goals>
</action>
Modified: trunk/business/fudaa-sig/pom.xml
===================================================================
--- trunk/business/fudaa-sig/pom.xml 2014-01-20 22:59:20 UTC (rev 8580)
+++ trunk/business/fudaa-sig/pom.xml 2014-01-20 23:04:26 UTC (rev 8581)
@@ -3,6 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<dodico-h2d.version>1.4-SNAPSHOT</dodico-h2d.version>
+ <javaCompiler>1.7</javaCompiler>
+ <targetJdk>1.7</targetJdk>
</properties>
<parent>
@@ -47,7 +49,7 @@
<build>
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
@@ -80,5 +82,13 @@
</plugin>
</plugins>
</pluginManagement>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-http</artifactId>
+ <version>2.1</version>
+ </extension>
+ </extensions>
</build>
+
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|