site:site fails when a sub module uses jboss-sar packaging
(jboss-packaging-maven-plugin)
-----------------------------------------------------------------------------------------
Key: MSITE-183
URL: http://jira.codehaus.org/browse/MSITE-183
Project: Maven 2.x Site Plugin
Issue Type: Bug
Environment: maven 2.0-beta-1 site plugin, mvn 2.0.4 windows 2000/xp
Reporter: L Northrop
Site generation fails with org.apache.maven.reporting.MavenReportException:
Missing: com.tisl.eventra:services:jboss-sar:3.07-SNAPSHOT. It seems that this
is because this module uses jboss-sar packaging. There was a similar issue with
the maven-ear-plugin however that particuar issue was resolved by using a
mapping configuration as follows:
<artifactTypeMappings>
<artifactTypeMapping type="jboss-sar" mapping="jar"/>
</artifactTypeMappings>
--
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