You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/05/27 20:26:54 UTC

svn commit: r542015 - /myfaces/core/branches/jsf12/pom.xml

Author: baranda
Date: Sun May 27 11:26:54 2007
New Revision: 542015

URL: http://svn.apache.org/viewvc?view=rev&rev=542015
Log:
Fixes MYFAECS-1648 (myfaces-build should have scope "provided" as it is only needed on build time)

Modified:
    myfaces/core/branches/jsf12/pom.xml

Modified: myfaces/core/branches/jsf12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/pom.xml?view=diff&rev=542015&r1=542014&r2=542015
==============================================================================
--- myfaces/core/branches/jsf12/pom.xml (original)
+++ myfaces/core/branches/jsf12/pom.xml Sun May 27 11:26:54 2007
@@ -116,6 +116,7 @@
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-build</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>



Re: svn commit: r542015 - /myfaces/core/branches/jsf12/pom.xml

Posted by Bruno Aranda <br...@gmail.com>.
I have implemented the extension thing. Thanks!

Bruno

On 27/05/07, Wendy Smoak <ws...@gmail.com> wrote:
> On 5/27/07, Bruno Aranda <br...@gmail.com> wrote:
> > And how can we do that? It is only needed to build the myfaces-api and
> > myfaces-impl artifacts and not for anything else...
>
> Try...
>
>   <build>
>     ...
>     <extensions>
>       <extension>
>         <groupId/>
>         <artifactId/>
>         <version/>
>       </extension>
>     </extensions>
>
>  * http://maven.apache.org/ref/2.0.6/maven-model/maven.html :
>
> Another option is to make it a dependency of a particular plugin, if
> that's appropriate.  I don't know what's in this jar.
>
> --
> Wendy
>

Re: svn commit: r542015 - /myfaces/core/branches/jsf12/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 5/27/07, Bruno Aranda <br...@gmail.com> wrote:
> And how can we do that? It is only needed to build the myfaces-api and
> myfaces-impl artifacts and not for anything else...

Try...

  <build>
    ...
    <extensions>
      <extension>
        <groupId/>
        <artifactId/>
        <version/>
      </extension>
    </extensions>

 * http://maven.apache.org/ref/2.0.6/maven-model/maven.html :

Another option is to make it a dependency of a particular plugin, if
that's appropriate.  I don't know what's in this jar.

-- 
Wendy

Re: svn commit: r542015 - /myfaces/core/branches/jsf12/pom.xml

Posted by Bruno Aranda <br...@gmail.com>.
And how can we do that? It is only needed to build the myfaces-api and
myfaces-impl artifacts and not for anything else...

Bruno

On 27/05/07, Wendy Smoak <ws...@gmail.com> wrote:
> I wonder if it should be a build extension instead of a dependency.
>
> --
> Wendy
>
> On 5/27/07, baranda@apache.org <ba...@apache.org> wrote:
> > Author: baranda
> > Date: Sun May 27 11:26:54 2007
> > New Revision: 542015
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=542015
> > Log:
> > Fixes MYFAECS-1648 (myfaces-build should have scope "provided" as it is only needed on build time)
> >
> > Modified:
> >     myfaces/core/branches/jsf12/pom.xml
> >
> > Modified: myfaces/core/branches/jsf12/pom.xml
> > URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/pom.xml?view=diff&rev=542015&r1=542014&r2=542015
> > ==============================================================================
> > --- myfaces/core/branches/jsf12/pom.xml (original)
> > +++ myfaces/core/branches/jsf12/pom.xml Sun May 27 11:26:54 2007
> > @@ -116,6 +116,7 @@
> >          <groupId>org.apache.myfaces.core</groupId>
> >          <artifactId>myfaces-build</artifactId>
> >          <version>1.2.0-SNAPSHOT</version>
> > +        <scope>provided</scope>
> >        </dependency>
> >        <dependency>
> >          <groupId>org.apache.myfaces.core</groupId>
> >
> >
> >
>

Re: svn commit: r542015 - /myfaces/core/branches/jsf12/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
I wonder if it should be a build extension instead of a dependency.

-- 
Wendy

On 5/27/07, baranda@apache.org <ba...@apache.org> wrote:
> Author: baranda
> Date: Sun May 27 11:26:54 2007
> New Revision: 542015
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=542015
> Log:
> Fixes MYFAECS-1648 (myfaces-build should have scope "provided" as it is only needed on build time)
>
> Modified:
>     myfaces/core/branches/jsf12/pom.xml
>
> Modified: myfaces/core/branches/jsf12/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/pom.xml?view=diff&rev=542015&r1=542014&r2=542015
> ==============================================================================
> --- myfaces/core/branches/jsf12/pom.xml (original)
> +++ myfaces/core/branches/jsf12/pom.xml Sun May 27 11:26:54 2007
> @@ -116,6 +116,7 @@
>          <groupId>org.apache.myfaces.core</groupId>
>          <artifactId>myfaces-build</artifactId>
>          <version>1.2.0-SNAPSHOT</version>
> +        <scope>provided</scope>
>        </dependency>
>        <dependency>
>          <groupId>org.apache.myfaces.core</groupId>
>
>
>