Graham Leggett a écrit :
On Wed, March 28, 2007 12:23 pm, Emmanuel Venisse wrote:

<project>
   [...]
   <packaging>jboss-sar</packaging>
   [...]
   <build>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jboss-packaging-maven-plugin</artifactId>
         <version>2.0-SNAPSHOT</version>
         <extensions>true</extensions>
         <configuration>
           <excludes>
             <exclude>groupId:artifactId</exclude>  <!-- if you want to
exclude an artifact in the sar -->
           </excludes>
         </configuration>
       </plugin>
     </plugins>
   </build>
</project>

I added the above, but maven could not find the plugin anywhere.

The docs don't indicate which maven repository this is hosted it - which
repository should I be using?


    <pluginRepository>
      <id>codehaus-snapshots</id>
      <name>Codehaus Snapshot Development Repository</name>
      <url>http://snapshots.repository.codehaus.org</url>
      <releases>
        <enabled>false</enabled>
      </releases>
    </pluginRepository>



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

Reply via email to