Lukasz Lenart created WW-4021:
---------------------------------

             Summary: CleanUp poms
                 Key: WW-4021
                 URL: https://issues.apache.org/jira/browse/WW-4021
             Project: Struts 2
          Issue Type: Improvement
          Components: Build Management
    Affects Versions: 2.3.12
            Reporter: Lukasz Lenart
            Priority: Trivial
             Fix For: 2.3.13


Remove all <groupId>org.apache.struts</groupId> from children's poms as defined 
in parent pom groupId is enough.

Also define all children in parent pom to allow reuse them in other child pom 
without specifying version number:
{code:xml}
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-convention-plugin</artifactId>
    <version>${project.version}</version>
    <scope>test</scope>
</dependency>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to