Le 12 février 2017 04:31:44 GMT-05:00, Niclas Hedhman <[email protected]> a écrit : >I build a distirbution and found a Maven repository inside >distributions/build/stage > >And far more disturbing than not getting .m2/ populated is that the >produced POMs are invalid. The naming of jar files is messed up now, >missing the group in the artifactId. > > <dependencies> > <dependency> > <groupId>org.apache.polygene.core</groupId> > <artifactId>bootstrap</artifactId> > <version>0</version> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>org.apache.polygene.extensions</groupId> > <artifactId>valueserialization-jackson</artifactId> > <version>0</version> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>org.apache.polygene.extensions</groupId> > <artifactId>indexing-rdf</artifactId> > <version>0</version> > <scope>compile</scope> > </dependency> > > >On Sun, Feb 12, 2017 at 5:24 PM, Niclas Hedhman <[email protected]> >wrote: > >> Paul, >> 'install' doesn't work anymore... Or at least, the ~/.m2/repository >is not >> populated. >> >> And I can't figure out how the all-plugin way of build system is >actually >> working. >> >> >> What do I need to do for "local build" and be able to use that in >another >> local project? >> >> >> Cheers >> -- >> Niclas Hedhman, Software Developer >> http://polygene.apache.org <http://zest.apache.org> - New Energy for >Java >> > > > >-- >Niclas Hedhman, Software Developer >http://polygene.apache.org <http://zest.apache.org> - New Energy for >Java
Hi Niclas, I'm currently very far away from a keyboard and will be until the 20th. The artifactIds should be fixed, good catch. As for publishing to ~/.m2, the publishToMavenLocal task should do. HTH
