Add pom configuration example to docs
-------------------------------------

                 Key: MOJO-709
                 URL: http://jira.codehaus.org/browse/MOJO-709
             Project: Mojo
          Issue Type: Bug
          Components: jboss-packaging-maven-plugin
            Reporter: Graham Leggett


The following example config for the pom.xml was posted by Emmanuel Venisse:

<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>

This needs to be added to 
http://mojo.codehaus.org/jboss-packaging-maven-plugin/howto.html.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to