Yes, this is standard feature of maven.

<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.0.4</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

-Dave

On Sat, Sep 12, 2009 at 12:13 PM, UseTheFork <[email protected]> wrote:

>
> Hi,
>
> Is there a Maven puglin to distribute the source code of a project (for
> example, to create a source.zip artifact)? I can't find anything with
> googling.
>
> Thanks,
>
> UseTheFork
> --
> View this message in context:
> http://www.nabble.com/Source-code-distribution-plugin--tp25416872p25416872.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to