>>>>> Steinar Bang <[EMAIL PROTECTED]>:

> Locking maven-jar-plugin to version 2.1 seems to be the least
> intrusive approach.  I'll try that first.

But how do I do that.  Just putting
     <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-jar-plugin</artifactId>
      <version>2.1</version>
     </plugin>
in the top pom, makes 2.1 be pulled into the local maven repo, but
that's in addition to 2.2, and I still get the missing test-jar issue.
So it probably still uses 2.2.

Do I have to introduce this setting into all POMs with
<packaging>jar</packaging>? 


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

Reply via email to