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

Lukáš Fryč (Commented) (JIRA) jira-events at lists.jboss.org
Tue Nov 15 12:56:40 EST 2011


    [ https://issues.jboss.org/browse/RF-11689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643031#comment-12643031 ] 

Lukáš Fryč commented on RF-11689:
---------------------------------

I would schedule this post 4.1.0.Final.
                
> 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