You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dion Gillard <di...@gmail.com> on 2004/07/08 03:06:12 UTC

Releasing plugins

When I was doing the release for the NSIS plugin today, I got the following:

BUILD FAILED
File...... C:\Documents and Settings\Dion
Gillard\.maven\cache\maven-scm-plugin-1.4.1-SNAPSHOT\plugin.jelly
Element... maven:maven
Line...... 158
Column.... 9
Unable to obtain goal [plugin:repository-deploy] -- C:\Documents and
Settings\Dion Gillard\.maven\cache\maven-artifact-plugin-1.4-SN
APSHOT\plugin.jelly:323:67: <ant:exec> null returned: 1
Total time: 28 seconds

when running the plugin:repository-deploy step.

Is this supposed to work or is our documentation wrong?
-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Releasing plugins

Posted by Dion Gillard <di...@gmail.com>.
I think the other issue is related. The poms directory isn't group
writeable and the group is wrong

On Thu,  8 Jul 2004 14:08:33 +1000, Brett Porter <br...@apache.org> wrote:
> I can try it later... any more info you have above the FAILURE? -e output useful?
> 
> - Brett
> 
> 
> 
> Quoting Dion Gillard <di...@gmail.com>:
> 
> > On Thu,  8 Jul 2004 13:16:38 +1000, Brett Porter <br...@apache.org> wrote:
> > > Running which goal? What was the actual error?
> >
> > scm:perform-release, during the plugin:repository-deploy step.
> >
> > > It has always worked for me, with the exception of the occasional "cvs:
> > protocol
> > > error data discarded", by which you just have to run it again (CVS server
> > bug).
> >
> > This happened, and the above was on the second and third runs.
> >
> >
> > > Quoting Dion Gillard <di...@gmail.com>:
> > >
> > > > When I was doing the release for the NSIS plugin today, I got the
> > following:
> > > >
> > > > BUILD FAILED
> > > > File...... C:\Documents and Settings\Dion
> > > > Gillard\.maven\cache\maven-scm-plugin-1.4.1-SNAPSHOT\plugin.jelly
> > > > Element... maven:maven
> > > > Line...... 158
> > > > Column.... 9
> > > > Unable to obtain goal [plugin:repository-deploy] -- C:\Documents and
> > > > Settings\Dion Gillard\.maven\cache\maven-artifact-plugin-1.4-SN
> > > > APSHOT\plugin.jelly:323:67: <ant:exec> null returned: 1
> > > > Total time: 28 seconds
> > > >
> > > > when running the plugin:repository-deploy step.
> > > >
> > > > Is this supposed to work or is our documentation wrong?
> > > > --
> > > > http://www.multitask.com.au/people/dion/
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > >
> > >
> >
> >
> > --
> > http://www.multitask.com.au/people/dion/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Releasing plugins

Posted by Brett Porter <br...@apache.org>.
I can try it later... any more info you have above the FAILURE? -e output useful?

- Brett

Quoting Dion Gillard <di...@gmail.com>:

> On Thu,  8 Jul 2004 13:16:38 +1000, Brett Porter <br...@apache.org> wrote:
> > Running which goal? What was the actual error?
> 
> scm:perform-release, during the plugin:repository-deploy step.
> 
> > It has always worked for me, with the exception of the occasional "cvs:
> protocol
> > error data discarded", by which you just have to run it again (CVS server
> bug).
> 
> This happened, and the above was on the second and third runs.
> 
> 
> > Quoting Dion Gillard <di...@gmail.com>:
> > 
> > > When I was doing the release for the NSIS plugin today, I got the
> following:
> > >
> > > BUILD FAILED
> > > File...... C:\Documents and Settings\Dion
> > > Gillard\.maven\cache\maven-scm-plugin-1.4.1-SNAPSHOT\plugin.jelly
> > > Element... maven:maven
> > > Line...... 158
> > > Column.... 9
> > > Unable to obtain goal [plugin:repository-deploy] -- C:\Documents and
> > > Settings\Dion Gillard\.maven\cache\maven-artifact-plugin-1.4-SN
> > > APSHOT\plugin.jelly:323:67: <ant:exec> null returned: 1
> > > Total time: 28 seconds
> > >
> > > when running the plugin:repository-deploy step.
> > >
> > > Is this supposed to work or is our documentation wrong?
> > > --
> > > http://www.multitask.com.au/people/dion/
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > >
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> > 
> > 
> 
> 
> -- 
> http://www.multitask.com.au/people/dion/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Releasing plugins

Posted by Dion Gillard <di...@gmail.com>.
On Thu,  8 Jul 2004 13:16:38 +1000, Brett Porter <br...@apache.org> wrote:
> Running which goal? What was the actual error?

scm:perform-release, during the plugin:repository-deploy step.

> It has always worked for me, with the exception of the occasional "cvs: protocol
> error data discarded", by which you just have to run it again (CVS server bug).

This happened, and the above was on the second and third runs.


> Quoting Dion Gillard <di...@gmail.com>:
> 
> > When I was doing the release for the NSIS plugin today, I got the following:
> >
> > BUILD FAILED
> > File...... C:\Documents and Settings\Dion
> > Gillard\.maven\cache\maven-scm-plugin-1.4.1-SNAPSHOT\plugin.jelly
> > Element... maven:maven
> > Line...... 158
> > Column.... 9
> > Unable to obtain goal [plugin:repository-deploy] -- C:\Documents and
> > Settings\Dion Gillard\.maven\cache\maven-artifact-plugin-1.4-SN
> > APSHOT\plugin.jelly:323:67: <ant:exec> null returned: 1
> > Total time: 28 seconds
> >
> > when running the plugin:repository-deploy step.
> >
> > Is this supposed to work or is our documentation wrong?
> > --
> > http://www.multitask.com.au/people/dion/
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Releasing plugins

Posted by Brett Porter <br...@apache.org>.
Running which goal? What was the actual error?

It has always worked for me, with the exception of the occasional "cvs: protocol
error data discarded", by which you just have to run it again (CVS server bug).

- Brett

Quoting Dion Gillard <di...@gmail.com>:

> When I was doing the release for the NSIS plugin today, I got the following:
> 
> BUILD FAILED
> File...... C:\Documents and Settings\Dion
> Gillard\.maven\cache\maven-scm-plugin-1.4.1-SNAPSHOT\plugin.jelly
> Element... maven:maven
> Line...... 158
> Column.... 9
> Unable to obtain goal [plugin:repository-deploy] -- C:\Documents and
> Settings\Dion Gillard\.maven\cache\maven-artifact-plugin-1.4-SN
> APSHOT\plugin.jelly:323:67: <ant:exec> null returned: 1
> Total time: 28 seconds
> 
> when running the plugin:repository-deploy step.
> 
> Is this supposed to work or is our documentation wrong?
> -- 
> http://www.multitask.com.au/people/dion/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org