Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Deploying eclipse-rcp-products to maven repository

Hi,

I made the same experience, but found a workaround which works for me:

1. In the root project: mvn clean compile package
2. In the eclipse-repository project: mvn package

It should probably work with 'install', too.

cheers,
Muki

Am 15.06.2012 09:25, schrieb Stefan Klaus:
Hi there!

Building my Eclipse-RCP-Application with tycho works fine (Tycho-Verison 0.15.0, mvn clean install).
To verify my observation i tried it with itp04-rcp demo from eclipse git repo.

Calling "mvn clean install deploy" fails with following Exception:
Failed to execute goal org.eclipse.tycho:tycho-p2-
repository-plugin:0.15.0:assemble-repository (default-assemble-repository) on project eclipse-repository: Could not assemble p2 repository: Mirroring failed: No repository found at file:/C:/examples/tychodemo/org.eclipse.tycho-demo/itp04-rcp/eclipse-repository/target/.

Any suggestions how to deploy the zipped-products to the maven repo (i'm using artifactory)

Thanks.

  

Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App für iPhone und Android.   
https://produkte.web.de/freemail_mobile_startseite/


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top