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

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

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


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.


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

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45201#action_45201 ] 

Musachy Barroso commented on WW-2878:
-------------------------------------

I think we should, but I am biased because I never remember the command line to do this and spend 15 mins finding it :)

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


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

Posted by "Mathias Bogaert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45202#action_45202 ] 

Mathias Bogaert commented on WW-2878:
-------------------------------------

With this added, a mvn install or mvn deploy will install or deploy the sources as well...

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


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

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45203#action_45203 ] 

James Holmes commented on WW-2878:
----------------------------------

Works for me!

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


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

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2878:
-----------------------------

            Flags: [Patch]
    Fix Version/s: 2.1.3

Do we want to do this?

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