Hi Chris,
> But if I create a plugin using the official maven-plugin archetype
the setup is almost the same so it can't be that off-track.
Which exactly have you used to do the setup...
Furhtermore i would separate build tools for the build itself from using
them...
Apart from that what Anders is saying it is working but on the other
hand you seemed to be having some problems so there must be problems in
your build...
Can you build on command line with a cleaned local repository without an
issue just by using:
mvn clean package ?
Chris
________________________________________
Von: Karl Heinz Marbaise <[email protected]>
Gesendet: Freitag, 12. September 2014 14:46
An: Maven Users List
Betreff: Re: Releasing Maven Plugins
HI,
>
I'm currently releasing a new version of Flexmojos. While I sort of found a
procedure for releasing
> that maven plugin, it's still sort of a PITA.
The main problem is that the project contains the plugin as
>well as some modules that use the plugin.
This is the basic mistake in this scenario. If you build a maven-plugin
make a separate project from it and do the release etc. only from the
maven-plugin and afterwards you have the release available and can
continue with the rest which uses the release...
Kind regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]