You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Amaresh Mourya (JIRA)" <ji...@codehaus.org> on 2010/06/15 13:02:12 UTC

[jira] Created: (MNG-4708) I am not able to add name space prefixes to pom.xml

I am not able to add name space prefixes to pom.xml
---------------------------------------------------

                 Key: MNG-4708
                 URL: http://jira.codehaus.org/browse/MNG-4708
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Apache or Maven Parent poms
    Affects Versions: 2.2.1
         Environment: Windows
            Reporter: Amaresh Mourya


consider following pom.xml, I am not able to run package goal on this pom.xml


<?xml version="1.0" encoding="UTF-8" ?>
<abc:project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:abc="http://maven.apache.org/POM/4.0.0">
  <modelVersion>4.0.0</modelVersion>
  <groupId>mavenproj</groupId>
  <artifactId>mavenproj</artifactId>
  <version>1.0-SNAPSHOT</version>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.0.2</version>
      </plugin>
    </plugins>
  </build>
  <parent>
    <groupId>AppPOM</groupId>
    <artifactId>AppPOM</artifactId>
    <version>1.0-SNAPSHOT</version>
  </parent>
</abc:project>


-- 
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] Updated: (MNG-4708) I am not able to add name space prefixes to pom.xml

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated MNG-4708:
-----------------------------------

    Component/s:     (was: Apache or Maven Parent poms)
                 POM

> I am not able to add name space prefixes to pom.xml
> ---------------------------------------------------
>
>                 Key: MNG-4708
>                 URL: http://jira.codehaus.org/browse/MNG-4708
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 2.2.1
>         Environment: Windows
>            Reporter: Amaresh Mourya
>             Fix For: Issues to be reviewed for 3.x
>
>
> consider following pom.xml, I am not able to run package goal on this pom.xml
> <?xml version="1.0" encoding="UTF-8" ?>
> <abc:project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:abc="http://maven.apache.org/POM/4.0.0">
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>mavenproj</groupId>
>   <artifactId>mavenproj</artifactId>
>   <version>1.0-SNAPSHOT</version>
>   <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-compiler-plugin</artifactId>
>         <version>2.0.2</version>
>       </plugin>
>     </plugins>
>   </build>
>   <parent>
>     <groupId>AppPOM</groupId>
>     <artifactId>AppPOM</artifactId>
>     <version>1.0-SNAPSHOT</version>
>   </parent>
> </abc:project>

-- 
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