Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Antwort: Re: M2E not working as advertised.

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 <thorsten.heit@xxxxxx> 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
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users
>


Back to the top