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

Lukáš Fryč (Updated) (JIRA) jira-events at lists.jboss.org
Tue Nov 15 13:08:41 EST 2011


     [ https://issues.jboss.org/browse/RF-11689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated RF-11689:
----------------------------

    Fix Version/s: 4.1.0.Final
         Assignee: Lukáš Fryč

    
> 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: 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