You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2008/12/15 16:45:37 UTC

[jira] Resolved: (WW-2878) Install Struts2 sources by default

     [ https://issues.apache.org/struts/browse/WW-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2878.
---------------------------------

    Resolution: Fixed

applied to root pom.xml

> Install Struts2 sources by default
> ----------------------------------
>
>                 Key: WW-2878
>                 URL: https://issues.apache.org/struts/browse/WW-2878
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Mathias Bogaert
>             Fix For: 2.1.3
>
>
> Add the following to pom.xml:
> <plugin>
> <inherited>true</inherited>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-source-plugin</artifactId>
> <executions>
> <execution>
> <id>attach-sources</id>
> <goals>
> <goal>jar</goal>
> </goals>
> </execution>
> </executions>
> </plugin>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.