Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] problem with eclipse indigo

hi christian
i was using this command to build my poms: mvn3
org.sonatype.tycho:maven-tycho-plugin:generate-poms -DgroupId=<my
project>
thats why i was downloading 0.11.1 version.
now, i used mvn
org.eclipse.tycho:tycho-pomgenerator-plugin:generate-poms
-DgroupId=<MY.PROJECT> and this downloaded the 0.12 version!
in my parent pom, i just added this

			<target>
				<artifact>
					<groupId>br.com</groupId>
					<artifactId>br.com.zorba.plugin</artifactId>
					<version>0.1.0-SNAPSHOT</version>
					<classifier>target/br.com.zorba</classifier>
				</artifact>
			</target>

and worked!

christian, you are a life saver! thanks a lot


Back to the top