[jboss-jira] [JBoss JIRA] Created: (JBCOMMON-91) Include the source plugin fragment

Ales Justin (JIRA) jira-events at lists.jboss.org
Tue Sep 1 14:34:23 EDT 2009


Include the source plugin fragment
----------------------------------

                 Key: JBCOMMON-91
                 URL: https://jira.jboss.org/jira/browse/JBCOMMON-91
             Project: JBoss Common
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: common-core (2.x)
    Affects Versions: 2.2.15.GA
            Reporter: Ales Justin
            Assignee: Ales Justin
             Fix For:  2.2.16.GA


Add 

   <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

to pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list