Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] [newbie] Repository problem

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

--
Best Regards / Distinti saluti / Mit freundlichen Grüßen
............................................
Mauro Condarelli
SOFT-IN Solutions for industrial applications and Telematics
Tel.        +39(06)3099.4713
Fax         +39(011)3987.727
Front desk  +39(011)3987.711
mobile      +39(345)1368886
www.soft-in.com

*******************************************
Il presente messaggio E-Mail, ed i suoi allegati, devono ritenersi
strettamente riservati e personali, in quanto coperti da segreto
professionale e destinati esclusivamente alla persona a cui sono
indirizzati.
Nel caso per errore il messaggio pervenisse a persone diverse dai legittimi
destinatari, le stesse, sotto propria esclusiva responsabilità, sono
invitate immediatamente a mettersi in contatto con il mittente e a
distruggere il documento in loro possesso. Ogni abuso o utilizzo non
autorizzato, sarà perseguito ai termini di Legge.

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and delete this e-mail. Any
unauthorized copying, disclosure or distribution of the contents in this
e-mail is strictly forbidden.
*******************************************



Back to the top