No I can't build with an empty local repo. I have to build the plugin first using the "minimal" profile. As i said in the other post, Maven gives up before starting to build.
You can have a look ... the project is publicly available. Unfortunately I didn't create it ... I took over development 2 Years ago. https://github.com/chrisdutz/flexmojos Chris ________________________________________ Von: Karl Heinz Marbaise <[email protected]> Gesendet: Freitag, 12. September 2014 15:17 An: Maven Users List Betreff: Re: AW: Releasing Maven Plugins 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
