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