Non-resolvable parent POM on OSGI Bundle Project [message #1403567] |
Thu, 24 July 2014 08:44  |
Eclipse User |
|
|
|
Hello,
When I create a new OSGI Bundle project, I tried to do a maven build but I have this error :
Non-resolvable parent POM: Could not find artifact test:test:pom:1.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 9, column 10 -> [Help 2]
And this is my pom.xml wich is create automatically :
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>test - </name>
<groupId>test</groupId>
<artifactId>Test</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>test</groupId>
<artifactId>test</artifactId>
<relativePath>../test/pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
<build>
<resources>
<resource>
<directory>.</directory>
<includes>
<include>META-INF/</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
I didn't use to use maven so may be I missed something. But I can't found what is wrong. Thanks for help.
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08628 seconds