Just do this to keep the pom out of the libraries:

       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
+          <archive>
+            <addMavenDescriptor>false</addMavenDescriptor>
+          </archive>
         </configuration>
       </plugin>


Wendy Smoak wrote:
On 12/10/06, Paul Benedict <[EMAIL PROTECTED]> wrote:

In all the struts 2 pom.xml files included in the jars, my <developer>
id and email is missing.

Struts 2 depends on struts-master:3, right?

You don't have an id and email in that version:
http://svn.apache.org/repos/asf/struts/maven/tags/STRUTS_MASTER_3/pom.xml

Once the v4 release happens, s2 can be changed to depend on it.

And I think you once proposed a change to keep Maven from including
those poms in the jars at all, which is fine with me.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to