You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Massol (JIRA)" <ji...@codehaus.org> on 2006/12/27 11:54:09 UTC

[jira] Created: (MEV-479) Invalid POI POM

Invalid POI POM
---------------

                 Key: MEV-479
                 URL: http://jira.codehaus.org/browse/MEV-479
             Project: Maven Evangelism
          Issue Type: Bug
          Components: Invalid POM
            Reporter: Vincent Massol


I get this error when using it:

{noformat}
[WARNING] POM for 'poi:poi:pom:3.0-alpha3:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: expected START_TAG or END_TAG not TEXT (position: TEXT seen ...<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</... @28:69)
{noformat}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MEV-479) Invalid POI POM

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez closed MEV-479.
------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

Fixed in POI 3.0-FINAL

> Invalid POI POM
> ---------------
>
>                 Key: MEV-479
>                 URL: http://jira.codehaus.org/browse/MEV-479
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Invalid POM
>            Reporter: Vincent Massol
>            Assignee: Carlos Sanchez
>         Attachments: poi-3.0-FINAL.pom.fixed
>
>
> I get this error when using it:
> {noformat}
> [WARNING] POM for 'poi:poi:pom:3.0-alpha3:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: expected START_TAG or END_TAG not TEXT (position: TEXT seen ...<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</... @28:69)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MEV-479) Invalid POI POM

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-479?page=comments#action_83727 ] 
            
Carlos Sanchez commented on MEV-479:
------------------------------------

Fixed pom could be this but waiting to resolution of MEV-478

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache</groupId>
    <artifactId>apache</artifactId>
    <version>3</version>
  </parent>

	<groupId>poi</groupId>
	<artifactId>poi</artifactId>
	<version>3.0-alpha2</version>
	<packaging>jar</packaging>
	<name>Jakarta POI</name>
	<url>http://jakarta.apache.org/poi/</url>
	<description>Jakarta POI - Java API To Access Microsoft Format Files</description>

	<scm>
		<url>http://svn.apache.org/viewvc/jakarta/poi/</url>
	</scm>

	<dependencies></dependencies>

</project>

> Invalid POI POM
> ---------------
>
>                 Key: MEV-479
>                 URL: http://jira.codehaus.org/browse/MEV-479
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Invalid POM
>            Reporter: Vincent Massol
>
> I get this error when using it:
> {noformat}
> [WARNING] POM for 'poi:poi:pom:3.0-alpha3:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: expected START_TAG or END_TAG not TEXT (position: TEXT seen ...<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</... @28:69)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira