Re: .asc.asc files

2016-12-04 Thread Jochen Wiedmann
On Sun, Dec 4, 2016 at 3:29 PM, Karl Heinz Marbaise  wrote:

> mvn -Prelease -Papache-release clean site deploy
>
> is sufficient...

Thanks very much, Karl-Heinz.

I certainly hope to keep that in mind.

Nevertheless, I do think that the plugin (which?) should be clever
enough to catch that.

Jochen



-- 
The next time you hear: "Don't reinvent the wheel!"

http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: .asc.asc files

2016-12-04 Thread Karl Heinz Marbaise

Hi Jochen,

On 04/12/16 15:14, Jochen Wiedmann wrote:

Hi,

trying to deploy a release to Nexus, I end up with files
commons-fileupload-1.3.3-bin.tar.gz.asc.asc.asc.asc. What I did:

cd target/checkout (Directory created by mvn release:perform)
mvn -Prealease -Papache-release clean site install deploy



a simple:

mvn -Prelease -Papache-release clean site deploy

is sufficient...

by using the deploy phase all life cycle phases including install will 
run a second time...


Furthermore during a release:prepare release:perform the "deploy" should 
already been done...cause usually a release:perform will run things like 
"deploy"...


Kind regards
Karl Heinz Marbaise


Any ideas, what's wrong?

And (so I can file a bug report): Which plugin is the culprit?

Thanks,


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



.asc.asc files

2016-12-04 Thread Jochen Wiedmann
Hi,

trying to deploy a release to Nexus, I end up with files
commons-fileupload-1.3.3-bin.tar.gz.asc.asc.asc.asc. What I did:

cd target/checkout (Directory created by mvn release:perform)
mvn -Prealease -Papache-release clean site install deploy

Any ideas, what's wrong?

And (so I can file a bug report): Which plugin is the culprit?

Thanks,

Jochen


-- 
The next time you hear: "Don't reinvent the wheel!"

http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org