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