You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gertjan van Oosten (JIRA)" <de...@myfaces.apache.org> on 2008/07/22 16:55:31 UTC

[jira] Created: (TOMAHAWK-1304) Error in pom.xml dependency for jsf-facelets

Error in pom.xml dependency for jsf-facelets
--------------------------------------------

                 Key: TOMAHAWK-1304
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1304
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Build Process (Assembly)
    Affects Versions: 1.1.7-SNAPSHOT
         Environment: Maven2
            Reporter: Gertjan van Oosten


The pom.xml (myfaces/tomahawk/trunk/core r676028) is incorrect; the dependency for jsf-facelets is missing the <version> element
(probably 1.1.14).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1304) Error in pom.xml dependency for jsf-facelets

Posted by "Simon Kitching (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615639#action_12615639 ] 

Simon Kitching commented on TOMAHAWK-1304:
------------------------------------------

The version is specified in the parent pom, using a dependencyManagement section.

The full dependency info for a maven project can be seen by running "mvn dependency:list" or "mvn:dependency:tree"...

> mvn dependency:list
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Tomahawk Core
[INFO]    task-segment: [dependency:list]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:list]
[INFO] 
[INFO] The following files have been resolved:
....
[INFO]    com.sun.facelets:jsf-facelets:jar:1.1.14:provided


> Error in pom.xml dependency for jsf-facelets
> --------------------------------------------
>
>                 Key: TOMAHAWK-1304
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1304
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Build Process (Assembly)
>    Affects Versions: 1.1.7-SNAPSHOT
>         Environment: Maven2
>            Reporter: Gertjan van Oosten
>
> The pom.xml (myfaces/tomahawk/trunk/core r676028) is incorrect; the dependency for jsf-facelets is missing the <version> element
> (probably 1.1.14).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1304) Error in pom.xml dependency for jsf-facelets

Posted by "Gertjan van Oosten (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615642#action_12615642 ] 

Gertjan van Oosten commented on TOMAHAWK-1304:
----------------------------------------------

So where's the parent pom?  It's (1.1.7-SNAPSHOT) not in any of the standard places and there are no other repositories specified in the pom...

> Error in pom.xml dependency for jsf-facelets
> --------------------------------------------
>
>                 Key: TOMAHAWK-1304
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1304
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Build Process (Assembly)
>    Affects Versions: 1.1.7-SNAPSHOT
>         Environment: Maven2
>            Reporter: Gertjan van Oosten
>
> The pom.xml (myfaces/tomahawk/trunk/core r676028) is incorrect; the dependency for jsf-facelets is missing the <version> element
> (probably 1.1.14).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.