Author: aheritier
Date: Fri Mar 24 08:01:56 2006
New Revision: 388567

URL: http://svn.apache.org/viewcvs?rev=388567&view=rev
Log:
java:compile and java:jar-resources should be called before the jar goal to 
create the good directory structure. It was done in test:test before but it's 
also a prerequisite for jar:jar.

Modified:
    maven/maven-1/plugins/trunk/jar/plugin.jelly
    maven/maven-1/plugins/trunk/jar/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/jar/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/plugin.jelly?rev=388567&r1=388566&r2=388567&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jar/plugin.jelly Fri Mar 24 08:01:56 2006
@@ -42,7 +42,7 @@
     
   <goal name="jar:jar"
         description="Create the deliverable jar file."
-        prereqs="test:test">
+        prereqs="java:compile,java:jar-resources,test:test">
 
     <j:choose>
       <j:when test="${pom.currentVersion == null}">

Modified: maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/changes.xml?rev=388567&r1=388566&r2=388567&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/changes.xml Fri Mar 24 08:01:56 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!-- 
 /*
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.8-SNAPSHOT" date="In SVN">
+      <action dev="aheritier" type="fix">java:compile and java:jar-resources 
should be called before the jar goal to create the good directory structure. It 
was done in test:test before but it's also a prerequisite for jar:jar.</action>
       <action dev="ltheussl" type="update" issue="MPJAR-47">Remove unused 
properties from documentation.</action>
       <action dev="ltheussl" type="update" issue="MPJAR-35" due-to="Dennis 
Lundberg">Document need for jar.manifest.classpath property.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1712">Update 
dependencies to match ones in maven 1.1 core and to unify them between plugins. 
The following dependencies are updated : 


Reply via email to