The -sources jar is missing LICENSE and NOTICE files.

To solve it either add a build plugin in the pom for maven-sources-plugin-2.0.4 (see below) or wait until the parent poms are released.

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.0.4</version>
      </plugin>

Apart from that everything looks good.

Wendy Smoak wrote:
I'd like to do the first release of the Maven Stage Plugin.  This
plugin is already being used for Maven releases, and although it has
limited functionality, it seems to be stable.

There are four open issues in JIRA:

MSTAGE-1        RepositoryCopierTest fails on Windows
MSTAGE-2        The version parameter is ignored
MSTAGE-3        The stage plugin only supports copying from http(s) to scp urls
MSTAGE-4         stage-plugin hangs

http://jira.codehaus.org/browse/MSTAGE

Staging repo:
http://people.apache.org/~wsmoak/staging-repo/

Staging site:
http://maven.apache.org/plugins/maven-stage-plugin-1.0-SNAPSHOT/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

The vote will be open for at least 72 hours.  Assuming all is well,
I'll sync it on Friday or Saturday.

[ ] +1
[ ] +0
[ ] -1

Thanks,


--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to