[ 
https://issues.apache.org/jira/browse/MYFACES-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146166#comment-13146166
 ] 

Michael Kurz commented on MYFACES-3382:
---------------------------------------

@Ralf: The simplest solution is to add the following to the root pom.xml in the 
Myfaces sources. There already is a repository defined, just add it below:

<repository>
    <id>apache.snapshots</id>
    <name>Apache Snapshot Repository</name>
    <url>http://repository.apache.org/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>

Hope this helps!
                
> Snapshot repository missing in MyFaces core pom.xml
> ---------------------------------------------------
>
>                 Key: MYFACES-3382
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3382
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: build process
>    Affects Versions: 2.1.3
>            Reporter: Michael Kurz
>
> Currently, the version of org.apache.myfaces:myfaces was changed to 
> 11-SNAPSHOT in the MyFaces core pom.xml. On machines that don't have this 
> dependency in the local repository this breaks the build. The snapshot 
> repository is referenced in the Apache parent which is useless if the MyFaces 
> parent can't be found.
> I see 2 solutions:
> 1) (Redundantly) Add snapshot repo to MyFaces core pom.xml.
> 2) Don't use snapshot versions of the MyFaces parent.
> If there are no objections, I will commit solution 1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to