<supportedProjectType> on a WAR file will switch the project to generate jar
artifacts
--------------------------------------------------------------------------------------
Key: FELIX-2435
URL: https://issues.apache.org/jira/browse/FELIX-2435
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Reporter: Mark Struberg
If you enable a
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<supportedProjectTypes>
<supportedProjectType>war</supportedProjectType>
</supportedProjectTypes>
</configuration>
then a artifact of type 'jar' will created instead of a WAR file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.