[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [m2e-users] [newbie] Repository problem
|
This is a generic maven usage question, not specific to m2e. You may
have better luck getting an answer on maven users mailing list.
--
Regards,
Igor
On 2014-09-25, 19:07, Mauro Condarelli wrote:
Hi,
I'm trying to compile a complex project that uses several non-standard
jars, including org.eclipse.emf... org.eclipse.fx...
com.microsoft.swlserver... etc.
I managed to install everything(?) locally, but i still get an error about:
Missing artifact org.eclipse.equinox:app:jar:1.0.0 pom.xml
/com.voith.hyconmde.ui line 2 Maven Dependency Problem
This bundle is referenced NOWHERE in MY workspace.
Where does this dependency come from?
I DO have this version in my .m2/repository, but it does not show in
maven.metadata.local.xml
There only <version>1.3.200-v20130910-1609</version> is referenced.
I am working under Win7/Luna/JDK1.8.0u5 and I installed locally using:
mvn eclipse:to-maven -DeclipseDir=.
mvn install:install-file -Dfile=sqljdbc4.jar
-DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=4.0
-Dpackaging=jar
Can someone help me to sort this mess?
Thanks in advance.
Mauro