[Arakhnę-Dev] [82] Bug fix: the assembly plugin must not include the module' s dependencies (junit here) to avoid building error. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
- To: dev@xxxxxxxxxxx
- Subject: [Arakhnę-Dev] [82] Bug fix: the assembly plugin must not include the module' s dependencies (junit here) to avoid building error.
- From: subversion@xxxxxxxxxxxxx
- Date: Fri, 07 Aug 2009 10:51:20 +0200
Revision: 82
Author: galland
Date: 2009-08-07 10:51:20 +0200 (Fri, 07 Aug 2009)
Log Message:
-----------
Bug fix: the assembly plugin must not include the module's dependencies (junit here) to avoid building error.
Modified Paths:
--------------
trunk/arakhneVmutils/bin.xml
trunk/arakhneVmutils/pom.xml
Modified: trunk/arakhneVmutils/bin.xml
===================================================================
--- trunk/arakhneVmutils/bin.xml 2009-08-07 08:50:32 UTC (rev 81)
+++ trunk/arakhneVmutils/bin.xml 2009-08-07 08:51:20 UTC (rev 82)
@@ -12,6 +12,7 @@
<binaries>
<outputDirectory></outputDirectory>
<unpack>true</unpack>
+ <includeDependencies>false</includeDependencies>
</binaries>
</moduleSet>
</moduleSets>
Modified: trunk/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml 2009-08-07 08:50:32 UTC (rev 81)
+++ trunk/arakhneVmutils/pom.xml 2009-08-07 08:51:20 UTC (rev 82)
@@ -18,12 +18,14 @@
<!-- ======================================= -->
<!-- ==== Project Information === -->
<!-- ======================================= -->
-
+
+ <!-- The modules have not this pom as parent
+ to avoid cyclic compilation problems -->
<modules>
<module>java</module>
<module>native</module>
</modules>
-
+
<build>
<plugins>
<plugin>