Hi Christian,
The warning is pretty annoying, but in fact should not break anything.
Do you experience any concrete issues, other then the warning message?
If you want to get this fixed, it would probably be better to ask Tatu
(his e-mail address is available at [1])
or write to user_at_jackson.codehaus.org.
~Jakub
[1]
http://www.cowtowncoder.com/hatchery/jackson/index.html
On Tue, Feb 17, 2009 at 10:49:20AM +0100, Christian Trutz wrote:
> Hi,
>
> jackson-lgpl-0.9.4.pom has non-valid XML, using
>
> <dependency>
> <groupId>com.sun.jersey</groupId>
> <artifactId>jersey-server</artifactId>
> <version>1.0.2</version>
> </dependency>
> <dependency>
> <groupId>com.sun.jersey</groupId>
> <artifactId>jersey-json</artifactId>
> <version>1.0.2</version>
> </dependency>
>
>
> I get folowing warning
>
>
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading:
> http://download.java.net/maven/2//com/sun/xml/bind/jaxb-impl/2.1.10/jaxb-impl-2.1.10.pom
> Downloading:
> http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.10/jaxb-impl-2.1.10.pom
> [WARNING] POM for 'org.codehaus.jackson:jackson-lgpl:pom:0.9.4:compile' is
> invalid. It will be ignored for artifact resolution. Reason: Pars
> e error reading POM. Reason: TEXT must be immediately followed by END_TAG
> and not START_TAG (position: START_TAG seen ...<!-- Contact inform
> ation -->\n\n <url>... @16:8) for project
> org.codehaus.jackson:jackson-lgpl at C:\Dokumente und
> Einstellungen\Christian\.m2\repository\org
> \codehaus\jackson\jackson-lgpl\0.9.4\jackson-lgpl-0.9.4.pom
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
>
>
> Christian