Are you able to build in command line? mvn clean package

Manually installing wurfl in your local repository is not enough, in
general, as maven will check it's available "remotely" as a way to
guarantee build reproduceability across different machines.

On Thu, May 10, 2012 at 11:47 AM, Jacques Koorts <[email protected]> wrote:

> Hi Thorsten, I have the 1.4.0.1 lib installed in my local repo.
>
> Here my classpath:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <classpath>
>        <classpathentry excluding="**" kind="src" output="target/classes"
> path="src/main/resources"/>
>        <classpathentry kind="con"
>
> path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
>        <classpathentry kind="con"
> path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
>                <attributes>
>                        <attribute
> name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
>                </attributes>
>        </classpathentry>
>        <classpathentry kind="output" path="target/classes"/>
> </classpath>
>
>
> Currently target/classes is empty... As I said I did not do mvn
> eclipse:eclipse, cause M2E says its not necessary.
>
> Also /WEB-INF/lib does not exist.
>
>
>
> On Thu, May 10, 2012 at 11:34 AM, Thorsten Heit <[email protected]>
> wrote:
> > Hi,
> >
> >> It looks fine:
> >
> > Obviously not:
> >
> > *snip*
> >
> >>    <dependency>
> >>       <groupId>net.sourceforge.wurfl</groupId>
> >>       <artifactId>wurfl</artifactId>
> >>       <version>1.4.0.1</version>
> >>    </dependency>
> >
> > This dependency doesn't exist on central; the latest version according to
> > http://search.maven.org/#search|ga|1|wurfl is 1.3.1.1
> >
> >
> > Regards
> >
> > Thorsten
> > _______________________________________________
> > m2e-users mailing list
> > [email protected]
> > https://dev.eclipse.org/mailman/listinfo/m2e-users
> >
> _______________________________________________
> m2e-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/m2e-users
>



-- 
"Have you tried turning it off and on again" - The IT Crowd
_______________________________________________
m2e-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to