Hi there

I'm preparing the fediz release according to the following link:
http://apache.org/dev/publishing-maven-artifacts.html

The following worked so far:
I've set up gpg stuff
mvn clean install -Papache-release
mvn release:prepare -DdryRun=true

I only got the following messages but I think I can ignore it:
[INFO] [WARNING] The requested profile "release" could not be activated because 
it does not exist.
[INFO] [WARNING] The requested profile "deploy" could not be activated because 
it does not exist.

I've got a few questions...

1) Is Fediz project set up in Nexus?

2) Do I (owulff) have permission to deploy to snapshot repo?

I've configured the servers in my settings.xml.

I get 401 when deploying to snapshot:
mvn deploy

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on 
project fediz: Failed to deploy artifacts: Could not transfer artifact 
org.apache.cxf.fediz:fediz:pom:1.0.0-20120612.202328-9 from/to 
apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Failed to 
transfer file: 
https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/fediz/fediz/1.0.0-SNAPSHOT/fediz-1.0.0-20120612.202328-9.pom.
 Return code is: 401 -> [Help 1]


3) If I can login to nexus I should be able to close the staging area?

4) when the vote passes, the artifacts have to be deployed to 
/www/www.apache.org/dist/tlp-name

The page (see link above) describes that this is legacy. Is it correct to use 
the legacy approach in CXF?


Thanks
Oli

Reply via email to