I believe the pom.xml for jtidy is bad in Maven's central repo.  You
could fix it locally by modifying its pom:

Change:

       <licenses>
               <licenses>
                       <license>
                               <name>Java HTML Tidy License</name>

<url>http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95</url>
                               <distribution>repo</distribution>
                       </license>
               </licenses>
       </licenses>

To:

       <licenses>
                       <license>
                               <name>Java HTML Tidy License</name>

<url>http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95</url>
                               <distribution>repo</distribution>
                       </license>
       </licenses>

Matt

On 4/11/07, ptuzla <[EMAIL PROTECTED]> wrote:

The same thing started to happen to me after I upgraded my 2.0M4
spring-hibernate config to v2.0M5 and converted to spring-jpa-hibernate. But
I haven't found out how to resolve this yet.


wnqq wrote:
>
>
> Environment: v2.0M4 + Struts + Hibernate
>
> Just wonder has anyone experienced the following warning?
>
> [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is
> invalid. It will be ignored for artifact resolution.
> Reason: Parse error reading POM. Reason: TEXT must be immediately followed
> by END_TAG and not START_TAG (position: START
> _TAG seen ...<licenses>\n\t\t\t<license>... @12:13)
>

--
View this message in context: 
http://www.nabble.com/Invalid-org.hibernate%3Ajtidy%3Apom-tf3500050s2369.html#a9937393
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to