Hi, 

When I changed the parent artifactId
        <parent>
                <groupId>org.gvsig</groupId>
                <artifactId>gvsig-base-pom</artifactId>
                <version>2.0-SNAPSHOT</version>
        </parent> 
to:
        <parent>
                <groupId>org.gvsig</groupId>
                <artifactId>gvsig-base-extension-pom</artifactId>
                <version>2.0-SNAPSHOT</version>
        </parent> 

The pom.xml shows this error:
Project build error: For managed dependency jre:javaws:jar: system-scoped
dependency must specify an absolute systemPath but is
${java.home}/lib/javaws.jar

and cannot import all the dependencies I have, does anybody knows why ???
any idea ????
please I need some help !!!!

Thanks.


-- 
View this message in context: 
http://old.nabble.com/pom.xml-ERROR-tp28815350p28815350.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to