You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Matthias Wessendorf <ma...@apache.org> on 2010/11/14 12:51:06 UTC

[Trinidad] Maven site:site problem (was: Re: svn commit: r1034984 - /myfaces/trinidad/trunk/pom.xml)

Hi,

as said before with Maven 2.2.1 there are a few problems with maven site:site.
Therefore I reactivated the 'old' myfaces-6 version, temporary.

-Matthias

On Sun, Nov 14, 2010 at 12:47 PM,  <ma...@apache.org> wrote:
> Author: matzew
> Date: Sun Nov 14 11:47:33 2010
> New Revision: 1034984
>
> URL: http://svn.apache.org/viewvc?rev=1034984&view=rev
> Log:
> reactivating the old myfaces-6 pom since there are some site:site issues with maven 2.2.1.
> On the mailing list Bruno said that maven3 works, but for now (with maven 2.2.1) there is a strange issue, hence I am TEMPORARY going back to myfaces-6
>
> Modified:
>    myfaces/trinidad/trunk/pom.xml
>
> Modified: myfaces/trinidad/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1034984&r1=1034983&r2=1034984&view=diff
> ==============================================================================
> --- myfaces/trinidad/trunk/pom.xml (original)
> +++ myfaces/trinidad/trunk/pom.xml Sun Nov 14 11:47:33 2010
> @@ -28,7 +28,7 @@
>   <parent>
>     <groupId>org.apache.myfaces</groupId>
>     <artifactId>myfaces</artifactId>
> -    <version>9</version>
> +    <version>6</version>
>   </parent>
>
>   <groupId>org.apache.myfaces.trinidad</groupId>
> @@ -147,6 +147,11 @@
>   <repositories>
>     <!-- needed for Bean Validation API -->
>     <repository>
> +      <id>apache.snapshots</id>
> +      <name>Apache Snapshots</name>
> +      <url>http://repository.apache.org/snapshots</url>
> +    </repository>
> +    <repository>
>       <id>jboss</id>
>       <name>jboss nexus</name>
>       <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
> @@ -157,6 +162,19 @@
>       <name>Java.net Repository for Maven</name>
>       <url>http://download.java.net/maven/2/</url>
>     </repository>
> +    <repository>
> +      <!-- apache snapshot repository should be disabled... -->
> +      <id>apache.snapshots.old</id>
> +      <name>Apache Snapshot Repository</name>
> +      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
> +      <releases>
> +        <enabled>false</enabled>
> +      </releases>
> +      <snapshots>
> +        <enabled>false</enabled>
> +        <updatePolicy>never</updatePolicy>
> +      </snapshots>
> +    </repository>
>   </repositories>
>
>   <pluginRepositories>
>
>
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf