Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Maven repository

Unfortunately, the short answer is that there is no single Maven
repository that just works. The good news are that there are a few
experimental options for consuming artifacts with Maven.

For now, the snapshots repository only hosts the Mylyn parent pom and
target definitions. You can browse it if you look at a mirror, e.g.:

 http://mirror.selfnet.de/eclipse/mylyn/maven/snapshots/org/eclipse/mylyn/org.eclipse.mylyn-parent/

I have setup an experimental repository where all artifacts produced
by the Tycho build are published:

 http://mylyn.org/maven/snapshots/

It's still experimental but it is works to a limited extend (poms lack
proper dependency information). Here is an example of a standalone
Hudson application that is built against the repository:

 http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.incubator.git/tree/org.eclipse.mylyn.examples.hudson.standalone

Hopefully we'll have a Maven repository at Eclipse in the future where
all Mylyn artifacts would be published. You can already find a test
repositories with older Mylyn versions at
http://maven.eclipse.org/nexus/content/repositories/testing/. Here is
the bug to track progress on that:

 283745: Provide Maven repositories of stuff built at Eclipse
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745

HTH,

Steffen


On Sun, Oct 2, 2011 at 11:46 AM, Sebastian Hoß <mail@xxxxxxxx> wrote:
> Hey there,
>
> the Maven repositories[0] seems to contain no artifacts. Is it planed
> to publish those in the future?
>
> Greets
>
> [0]: http://wiki.eclipse.org/Mylyn/Repositories#Maven_Repository
> _______________________________________________
> mylyn-integrators mailing list
> mylyn-integrators@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
>



-- 
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com


Back to the top