[jira] Created: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

View: New views
8 Messages — Rating Filter:   Alert me  

[jira] Created: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}
---------------------------------------------------------------------------------------------------------------

                 Key: MRM-686
                 URL: http://jira.codehaus.org/browse/MRM-686
             Project: Archiva
          Issue Type: Bug
          Components: browser
    Affects Versions: 1.0
            Reporter: Geert Pante


We frequently use property placeholders in our poms to have generic POM templates,

e.g.
<project>
         <parent>
                <groupId>be.javaserver.tst</groupId>
                <artifactId>eCommonOrderHandling</artifactId>
           <version>2.8-SNAPSHOT</version>
        </parent>
        <artifactId>${project.parent.artifactId}-module-sTst8128</artifactId>
</project>
   

283836 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - File eCommonOrderHandling-module-sTst8128-1.5-20080131.102935-1.pom has an invalid project model [groupId:be.javaserver.tst|artifactId:${project.parent.artifactId}-module-sTst8128|version:1.5
-20080131.102935-1|packaging:jar]: The model artifactId [${project.parent.artifactId}-module-sTst8128] does not match the artifactId portion of the filename:
eCommonOrderHandling-module-sTst8128
284107 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - Invalid or corrupt pom.
Project model not added to database - be.javaserver.tst:${project.parent.artifactId}-module-sTst8128:1.5-20080131.102935-1

--
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: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MRM-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-686:
-----------------------------

    Fix Version/s: 1.1

> 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MRM-686
>                 URL: http://jira.codehaus.org/browse/MRM-686
>             Project: Archiva
>          Issue Type: Bug
>          Components: browser
>    Affects Versions: 1.0
>            Reporter: Geert Pante
>             Fix For: 1.1
>
>
> We frequently use property placeholders in our poms to have generic POM templates,
> e.g.
> <project>
>          <parent>
> <groupId>be.javaserver.tst</groupId>
> <artifactId>eCommonOrderHandling</artifactId>
>            <version>2.8-SNAPSHOT</version>
> </parent>
>         <artifactId>${project.parent.artifactId}-module-sTst8128</artifactId>
> </project>
>    
> 283836 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - File eCommonOrderHandling-module-sTst8128-1.5-20080131.102935-1.pom has an invalid project model [groupId:be.javaserver.tst|artifactId:${project.parent.artifactId}-module-sTst8128|version:1.5
> -20080131.102935-1|packaging:jar]: The model artifactId [${project.parent.artifactId}-module-sTst8128] does not match the artifactId portion of the filename:
> eCommonOrderHandling-module-sTst8128
> 284107 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - Invalid or corrupt pom.
> Project model not added to database - be.javaserver.tst:${project.parent.artifactId}-module-sTst8128:1.5-20080131.102935-1

--
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: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MRM-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James William Dumay updated MRM-686:
------------------------------------

    Fix Version/s:     (was: 1.1)
                   1.1.x

Moving to 1.1.x

> 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MRM-686
>                 URL: http://jira.codehaus.org/browse/MRM-686
>             Project: Archiva
>          Issue Type: Bug
>          Components: browser
>    Affects Versions: 1.0
>            Reporter: Geert Pante
>             Fix For: 1.1.x
>
>
> We frequently use property placeholders in our poms to have generic POM templates,
> e.g.
> <project>
>          <parent>
> <groupId>be.javaserver.tst</groupId>
> <artifactId>eCommonOrderHandling</artifactId>
>            <version>2.8-SNAPSHOT</version>
> </parent>
>         <artifactId>${project.parent.artifactId}-module-sTst8128</artifactId>
> </project>
>    
> 283836 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - File eCommonOrderHandling-module-sTst8128-1.5-20080131.102935-1.pom has an invalid project model [groupId:be.javaserver.tst|artifactId:${project.parent.artifactId}-module-sTst8128|version:1.5
> -20080131.102935-1|packaging:jar]: The model artifactId [${project.parent.artifactId}-module-sTst8128] does not match the artifactId portion of the filename:
> eCommonOrderHandling-module-sTst8128
> 284107 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - Invalid or corrupt pom.
> Project model not added to database - be.javaserver.tst:${project.parent.artifactId}-module-sTst8128:1.5-20080131.102935-1

--
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: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MRM-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135641#action_135641 ]

Brian Jackson commented on MRM-686:
-----------------------------------

I'm having the same issue but using a placeholder (${build.number}) as the version number.

> 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MRM-686
>                 URL: http://jira.codehaus.org/browse/MRM-686
>             Project: Archiva
>          Issue Type: Bug
>          Components: browser
>    Affects Versions: 1.0
>            Reporter: Geert Pante
>             Fix For: 1.1.x
>
>
> We frequently use property placeholders in our poms to have generic POM templates,
> e.g.
> <project>
>          <parent>
> <groupId>be.javaserver.tst</groupId>
> <artifactId>eCommonOrderHandling</artifactId>
>            <version>2.8-SNAPSHOT</version>
> </parent>
>         <artifactId>${project.parent.artifactId}-module-sTst8128</artifactId>
> </project>
>    
> 283836 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - File eCommonOrderHandling-module-sTst8128-1.5-20080131.102935-1.pom has an invalid project model [groupId:be.javaserver.tst|artifactId:${project.parent.artifactId}-module-sTst8128|version:1.5
> -20080131.102935-1|packaging:jar]: The model artifactId [${project.parent.artifactId}-module-sTst8128] does not match the artifactId portion of the filename:
> eCommonOrderHandling-module-sTst8128
> 284107 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - Invalid or corrupt pom.
> Project model not added to database - be.javaserver.tst:${project.parent.artifactId}-module-sTst8128:1.5-20080131.102935-1

--
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: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MRM-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135696#action_135696 ]

Geert Pante commented on MRM-686:
---------------------------------

Brian: did you have this in archiva-1.0.2?

> 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MRM-686
>                 URL: http://jira.codehaus.org/browse/MRM-686
>             Project: Archiva
>          Issue Type: Bug
>          Components: browser
>    Affects Versions: 1.0
>            Reporter: Geert Pante
>             Fix For: 1.1.x
>
>
> We frequently use property placeholders in our poms to have generic POM templates,
> e.g.
> <project>
>          <parent>
> <groupId>be.javaserver.tst</groupId>
> <artifactId>eCommonOrderHandling</artifactId>
>            <version>2.8-SNAPSHOT</version>
> </parent>
>         <artifactId>${project.parent.artifactId}-module-sTst8128</artifactId>
> </project>
>    
> 283836 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - File eCommonOrderHandling-module-sTst8128-1.5-20080131.102935-1.pom has an invalid project model [groupId:be.javaserver.tst|artifactId:${project.parent.artifactId}-module-sTst8128|version:1.5
> -20080131.102935-1|packaging:jar]: The model artifactId [${project.parent.artifactId}-module-sTst8128] does not match the artifactId portion of the filename:
> eCommonOrderHandling-module-sTst8128
> 284107 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - Invalid or corrupt pom.
> Project model not added to database - be.javaserver.tst:${project.parent.artifactId}-module-sTst8128:1.5-20080131.102935-1

--
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: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MRM-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135718#action_135718 ]

Brian Jackson commented on MRM-686:
-----------------------------------

I'm using archiva-1.0.2 now and experiencing this error with my placeholder as the version number.

> 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MRM-686
>                 URL: http://jira.codehaus.org/browse/MRM-686
>             Project: Archiva
>          Issue Type: Bug
>          Components: browser
>    Affects Versions: 1.0
>            Reporter: Geert Pante
>             Fix For: 1.1.x
>
>
> We frequently use property placeholders in our poms to have generic POM templates,
> e.g.
> <project>
>          <parent>
> <groupId>be.javaserver.tst</groupId>
> <artifactId>eCommonOrderHandling</artifactId>
>            <version>2.8-SNAPSHOT</version>
> </parent>
>         <artifactId>${project.parent.artifactId}-module-sTst8128</artifactId>
> </project>
>    
> 283836 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - File eCommonOrderHandling-module-sTst8128-1.5-20080131.102935-1.pom has an invalid project model [groupId:be.javaserver.tst|artifactId:${project.parent.artifactId}-module-sTst8128|version:1.5
> -20080131.102935-1|packaging:jar]: The model artifactId [${project.parent.artifactId}-module-sTst8128] does not match the artifactId portion of the filename:
> eCommonOrderHandling-module-sTst8128
> 284107 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - Invalid or corrupt pom.
> Project model not added to database - be.javaserver.tst:${project.parent.artifactId}-module-sTst8128:1.5-20080131.102935-1

--
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: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MRM-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MRM-686:
---------------------------------

    Fix Version/s:     (was: 1.1.x)
                   1.2

> 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MRM-686
>                 URL: http://jira.codehaus.org/browse/MRM-686
>             Project: Archiva
>          Issue Type: Bug
>          Components: browser
>    Affects Versions: 1.0
>            Reporter: Geert Pante
>             Fix For: 1.2
>
>
> We frequently use property placeholders in our poms to have generic POM templates,
> e.g.
> <project>
>          <parent>
> <groupId>be.javaserver.tst</groupId>
> <artifactId>eCommonOrderHandling</artifactId>
>            <version>2.8-SNAPSHOT</version>
> </parent>
>         <artifactId>${project.parent.artifactId}-module-sTst8128</artifactId>
> </project>
>    
> 283836 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - File eCommonOrderHandling-module-sTst8128-1.5-20080131.102935-1.pom has an invalid project model [groupId:be.javaserver.tst|artifactId:${project.parent.artifactId}-module-sTst8128|version:1.5
> -20080131.102935-1|packaging:jar]: The model artifactId [${project.parent.artifactId}-module-sTst8128] does not match the artifactId portion of the filename:
> eCommonOrderHandling-module-sTst8128
> 284107 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - Invalid or corrupt pom.
> Project model not added to database - be.javaserver.tst:${project.parent.artifactId}-module-sTst8128:1.5-20080131.102935-1

--
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: (MRM-686) 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MRM-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143086#action_143086 ]

Brian Jackson commented on MRM-686:
-----------------------------------

I see this is scheduled for 1.2 but I wanted to just attach the error message from Archiva 1.1 which I just installed:

2008-07-25 00:05:32,035 [pool-1-thread-1] WARN  org.apache.maven.archiva.consumers.database.ProjectModelToDatabaseConsumer  - File leaguemanager-5.0.0.pom has an invalid project model [groupId:com.espn.games.lm|artifactId:leaguemanager|version:${build.number}|packaging:jar]; The model version [${build.number}] does not match the version portion of the filename: 5.0.0
2008-07-25 00:05:32,035 [pool-1-thread-1] WARN  org.apache.maven.archiva.consumers.database.ProjectModelToDatabaseConsumer  - Invalid or corrupt pom. Project model not added to database - com.espn.games.lm:leaguemanager:${build.number}


> 'Unable to find project model' when artifactId contains property placeholders e.g. ${project.parent.artifactId}
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MRM-686
>                 URL: http://jira.codehaus.org/browse/MRM-686
>             Project: Archiva
>          Issue Type: Bug
>          Components: browser
>    Affects Versions: 1.0
>            Reporter: Geert Pante
>             Fix For: 1.2
>
>
> We frequently use property placeholders in our poms to have generic POM templates,
> e.g.
> <project>
>          <parent>
> <groupId>be.javaserver.tst</groupId>
> <artifactId>eCommonOrderHandling</artifactId>
>            <version>2.8-SNAPSHOT</version>
> </parent>
>         <artifactId>${project.parent.artifactId}-module-sTst8128</artifactId>
> </project>
>    
> 283836 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - File eCommonOrderHandling-module-sTst8128-1.5-20080131.102935-1.pom has an invalid project model [groupId:be.javaserver.tst|artifactId:${project.parent.artifactId}-module-sTst8128|version:1.5
> -20080131.102935-1|packaging:jar]: The model artifactId [${project.parent.artifactId}-module-sTst8128] does not match the artifactId portion of the filename:
> eCommonOrderHandling-module-sTst8128
> 284107 [SocketListener0-0] WARN  org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project  - Invalid or corrupt pom.
> Project model not added to database - be.javaserver.tst:${project.parent.artifactId}-module-sTst8128:1.5-20080131.102935-1

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

       
LightInTheBox - Buy quality products at wholesale price