You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/07/15 01:07:14 UTC

[jira] Resolved: (TAPESTRY-1005) Add sources to maven distribution

     [ http://issues.apache.org/jira/browse/TAPESTRY-1005?page=all ]

Jesse Kuhnert resolved TAPESTRY-1005.
-------------------------------------

    Fix Version/s: 4.1
       Resolution: Fixed

Added

> Add sources to maven distribution
> ---------------------------------
>
>                 Key: TAPESTRY-1005
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1005
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.1
>            Reporter: Mark Reynolds
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1
>
>
> It would be very helpful to add the sources to the maven distribution of 4.1.
> I'm not positive, but I believe all you need to do is add an execution to the sources plugin in the root pom like this:
>  <build>
>    <plugins>
>      <plugin>
>        <groupId>org.apache.maven.plugins</groupId>
>        <artifactId>maven-source-plugin</artifactId>
>        <executions>
>          <execution>
>            <goals>
>              <goal>jar</goal>
>            </goals>
>          </execution>
>        </executions>
>      </plugin>
>    </plugins>
>  </build>

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org