Could someone post an example pom.xml file that uses the jboss-sar-maven
plugin. I tried the one below, but got an error saying that the plugin could
not be found. Do I need to specify a different repository? If so which url?
Where does it expect the jboss-service.xml file to be?

<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>mygroupid</groupId>
    <artifactId>myapp</artifactId>
    <version>1.0-SNAPSHOT</version>
  </parent>
  <artifactId>myart</artifactId>
  <name>myname</name>
  <description>mydesc</description>
  <packaging>sar</packaging>  
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jboss-sar-maven-plugin</artifactId>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>

...
[INFO] The plugin 'org.codehaus.mojo:jboss-sar-maven-plugin' does not exist
or no valid version could be found

--

Thanks,
Allan


--
View this message in context: 
http://www.nabble.com/Creating-a-JBoss-sar-file%2C-managing-JBoss-dependencies-t1740691.html#a4747946
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to