Re: [compress] Nexus use for next release

2010-05-26 Thread sebb
On 26/05/2010, Christian Grobmeier wrote: > > I've just realised that the non-snapshot deploy probably won't work as > > intended, because the Commons parent POM messes with the deployment > > URLs. > > > I assume this would change if most commons-projects would go with Nexus, > right? I think

Re: [compress] Nexus use for next release

2010-05-26 Thread Christian Grobmeier
> I've just realised that the non-snapshot deploy probably won't work as > intended, because the Commons parent POM messes with the deployment > URLs. I assume this would change if most commons-projects would go with Nexus, right? Christian

Re: [compress] Nexus use for next release

2010-05-26 Thread sebb
On 25/05/2010, sebb wrote: > On 25/05/2010, Christian Grobmeier wrote: > > > As a test, I've uploaded a snapshot of compress to the Nexus repo: > > > > https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/ > > > > > > I used the following comman

Re: [compress] Nexus use for next release

2010-05-25 Thread sebb
On 25/05/2010, Christian Grobmeier wrote: > > As a test, I've uploaded a snapshot of compress to the Nexus repo: > > > https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/ > > > > I used the following command: > > mvn deploy -Prelease -Dgpg.skip -D

Re: [compress] Nexus use for next release

2010-05-25 Thread Christian Grobmeier
> As a test, I've uploaded a snapshot of compress to the Nexus repo: > https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/ > > I used the following command: > mvn deploy -Prelease -Dgpg.skip -DskipTests why did you skipTests? I would have thought that

[compress] Nexus use for next release

2010-05-24 Thread sebb
As a test, I've uploaded a snapshot of compress to the Nexus repo: https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/ I used the following command: mvn deploy -Prelease -Dgpg.skip -DskipTests as described in http://wiki.apache.org/commons/UsingNex