]
Lukáš Fryč updated RF-11689:
----------------------------
Due Date: 21/Nov/11
richfaces-archetype-simpleapp : remove unnecessary webResource
mapping to src/main/java
---------------------------------------------------------------------------------------
Key: RF-11689
URL:
https://issues.jboss.org/browse/RF-11689
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: archetype
Affects Versions: 4.1.0.Milestone4
Reporter: Fred Bricon
Assignee: Lukáš Fryč
Fix For: 4.1.0.Final
When creating a new project from richfaces-archetype-simpleapp, unnecessary webresource
configurations are added to the different maven-war-plugin declarations :
{noformat}
<plugin>
<artifactId>maven-war-plugin</artifactId>
...
<configuration>
<webResources>
<resource>
<directory>${basedir}/src/main/java</directory>
<targetPath>/WEB-INF/src</targetPath>
</resource>
</webResources>
</configuration>
</plugin>
{noformat}
This mappings to src/main/java should be removed completely from this archetype.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: