Producing a maven repository with B3 [message #1708087] |
Sat, 12 September 2015 08:56  |
Eclipse User |
|
|
|
I am trying to produce a maven repository using a P2 repository as source. See: Creating a Maven-conformant p2 repo
My goal is to obtain a maven repository containing some of the jars released by the mylyn-wikitext project. Bug 421551 is opened for that, but until it is solved, I need a workaround.
It is important to notice that there is already a repository containing snaptshots:
https://repo.eclipse.org/content/repositories/mylyn-snapshots/ I have published my initial results on bintray (webviewer).
My problem is that the groupId generated by b3 (org.eclipse.mylyn) is not similar to what can be found in the snaptshots repository (org.eclipse.mylyn.docs).
Dependency to wikitext.core in the snaptshots repo:
<dependency>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>org.eclipse.mylyn.wikitext.core</artifactId>
<version>2.5.0-SNAPSHOT</version>
</dependency>
Dependency to wikitext.core in the repo created with b3:
<dependency>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.wikitext.core</artifactId>
<version>2.5.0.v20150522-1430</version>
</dependency>
Did I miss something?
Is there a possibility to set the maven groupId in the b3aggr file (to override the generated one)?
My work is shared on github:
https://github.com/jmini/mylyn-wikitext-repository
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08177 seconds