[richfaces-issues] [JBoss JIRA] (RF-11689) richfaces-archetype-simpleapp : remove unnecessary webResource mapping to src/main/java

Fred Bricon (Created) (JIRA) jira-events at lists.jboss.org
Tue Nov 15 06:37:40 EST 2011


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


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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list