Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] RESOLVED: [Maven & Eclipse]

On 01/12/2016 05:25 PM, Christelle BURGUERA wrote:
I progress .... after the proxy change, I have to add  
<repositories>
  	  	<repository>
    		<id>eclipse-luna</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/releases/luna</url>
  		</repository> 		
  </repositories>
under the pom.xml that references the plugin and the feature not only on the root pom.xml !
That and your earlier error that required you to add the tycho plugin to those same pom make me believe that your poms do not specify the parent correctly...
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top