2007/4/25, Arne Styve <[EMAIL PROTECTED]>:
Hi Antonio
I tried adding <version>2.2-SNAPSHOT</version> to the module plugin, but it
didn't find it.
How should I og about getting the 2.2 version ?

You have to add the snapshot repository to your pom, or to your settings.xml:

/* snip */
   <pluginRepositories>
       <pluginRepository>
           <id>apache.snapshots</id>
           <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
           <snapshots>
               <enabled>true</enabled>
           </snapshots>
           <releases>
               <enabled>false</enabled>
           </releases>
       </pluginRepository>
   </pluginRepositories>
/* snap */

HTH
Antonio

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

Reply via email to