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

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

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

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ 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

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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