Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Target definition not working in sub-modules


I have a target definition in one of my parent pom.xml which works fine when I build from the root, but when standing inside a submodule, the target definition does not seem to work, giving me the following error:

[ERROR] Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact com.iar:com.iar.root.helios:target:helios:1.0.0-SNAPSHOT -> [Help 1]

The target definition in the parent looks like this:

<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<artifact>
<groupId>com.iar</groupId>
<artifactId>com.iar.root.helios</artifactId>
<version>1.0.0-SNAPSHOT</version>
<classifier>helios</classifier>
</artifact>
</target>
</configuration>
</plugin>

-
Jesper Eskilson, Developer
IAR Systems AB
Box 23051, Strandbodgatan 1
SE-750 23 Uppsala, SWEDEN
Phone: +46 18 16 78 00 Fax: +46 18 16 78 38
E-mail: jesper.eskilson@xxxxxxx Website: www.iar.com
Twitter: www.twitter.com/iarsystems





Back to the top