You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Anita Kulshreshtha <a_...@yahoo.com> on 2007/06/04 01:27:16 UTC

Re: svn commit: r543910 - in /geronimo/server/branches/2.0-M6: ./ applications/console/geronimo-console-framework/ applications/console/geronimo-console-standard/ applications/geronimo-ca-helper/ applications/geronimo-examples/geronimo-jsp-examples/ applic...

  Does include/exclude not work? 
http://maven.apache.org/pom.html#What%20is%20the%20POM?
   <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-...-plugin</artifactId>
        .........................
        .........................
        <dependencies>...</dependencies>
        <executions>...</executions>
      </plugin>
    </plugins>

Thanks
Anita

  
    
--- jdillon@apache.org wrote:

> Author: jdillon
> Date: Sun Jun  3 07:51:56 2007
> New Revision: 543910
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=543910
> Log:
> (GERONIMO-3205) Upgrade to the lastest jspc-maven-plugin
> 2.0-SNAPSHOT, which has better pluggability and allows us to use our
> custom jasper artifacts,
> Dropping the temporary geronimo-jspc-maven-plugin
> 
> Removed:
>    
>
geronimo/server/branches/2.0-M6/maven-plugins/geronimo-jspc-maven-plugin/
> Modified:
>    
>
geronimo/server/branches/2.0-M6/applications/console/geronimo-console-framework/pom.xml
>    
>
geronimo/server/branches/2.0-M6/applications/console/geronimo-console-standard/pom.xml
>    
>
geronimo/server/branches/2.0-M6/applications/geronimo-ca-helper/pom.xml
>    
>
geronimo/server/branches/2.0-M6/applications/geronimo-examples/geronimo-jsp-examples/pom.xml
>    
>
geronimo/server/branches/2.0-M6/applications/geronimo-ldap-demo/pom.xml
>    
>
geronimo/server/branches/2.0-M6/applications/geronimo-remote-deploy/pom.xml
>    
>
geronimo/server/branches/2.0-M6/applications/geronimo-uddi-server/pom.xml
>    
> geronimo/server/branches/2.0-M6/applications/geronimo-welcome/pom.xml
>     geronimo/server/branches/2.0-M6/maven-plugins/pom.xml
>     geronimo/server/branches/2.0-M6/pom.xml
> 
> Modified:
>
geronimo/server/branches/2.0-M6/applications/console/geronimo-console-framework/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M6/applications/console/geronimo-console-framework/pom.xml?view=diff&rev=543910&r1=543909&r2=543910
>
==============================================================================
> ---
>
geronimo/server/branches/2.0-M6/applications/console/geronimo-console-framework/pom.xml
> (original)
> +++
>
geronimo/server/branches/2.0-M6/applications/console/geronimo-console-framework/pom.xml
> Sun Jun  3 07:51:56 2007
> @@ -84,8 +84,8 @@
>      <build>
>          <plugins>
>              <plugin>
> -                <groupId>org.apache.geronimo.plugins</groupId>
> -                <artifactId>geronimo-jspc-maven-plugin</artifactId>
> +                <groupId>org.codehaus.mojo.jspc</groupId>
> +                <artifactId>jspc-maven-plugin</artifactId>
>              </plugin>
>              
>              <plugin>
> 
> Modified:
>
geronimo/server/branches/2.0-M6/applications/console/geronimo-console-standard/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M6/applications/console/geronimo-console-standard/pom.xml?view=diff&rev=543910&r1=543909&r2=543910
>
==============================================================================
> ---
>
geronimo/server/branches/2.0-M6/applications/console/geronimo-console-standard/pom.xml
> (original)
> +++
>
geronimo/server/branches/2.0-M6/applications/console/geronimo-console-standard/pom.xml
> Sun Jun  3 07:51:56 2007
> @@ -140,8 +140,8 @@
>      <build>
>          <plugins>
>              <plugin>
> -                <groupId>org.apache.geronimo.plugins</groupId>
> -                <artifactId>geronimo-jspc-maven-plugin</artifactId>
> +                <groupId>org.codehaus.mojo.jspc</groupId>
> +                <artifactId>jspc-maven-plugin</artifactId>
>              </plugin>
>              
>              <plugin>
> 
> Modified:
>
geronimo/server/branches/2.0-M6/applications/geronimo-ca-helper/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M6/applications/geronimo-ca-helper/pom.xml?view=diff&rev=543910&r1=543909&r2=543910
>
==============================================================================
> ---
>
geronimo/server/branches/2.0-M6/applications/geronimo-ca-helper/pom.xml
> (original)
> +++
>
geronimo/server/branches/2.0-M6/applications/geronimo-ca-helper/pom.xml
> Sun Jun  3 07:51:56 2007
> @@ -71,8 +71,8 @@
>      <build>
>          <plugins>
>              <plugin>
> -                <groupId>org.apache.geronimo.plugins</groupId>
> -                <artifactId>geronimo-jspc-maven-plugin</artifactId>
> +                <groupId>org.codehaus.mojo.jspc</groupId>
> +                <artifactId>jspc-maven-plugin</artifactId>
>              </plugin>
>  
>              <plugin>
> 
> Modified:
>
geronimo/server/branches/2.0-M6/applications/geronimo-examples/geronimo-jsp-examples/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M6/applications/geronimo-examples/geronimo-jsp-examples/pom.xml?view=diff&rev=543910&r1=543909&r2=543910
>
==============================================================================
> ---
>
geronimo/server/branches/2.0-M6/applications/geronimo-examples/geronimo-jsp-examples/pom.xml
> (original)
> +++
>
geronimo/server/branches/2.0-M6/applications/geronimo-examples/geronimo-jsp-examples/pom.xml
> Sun Jun  3 07:51:56 2007
> @@ -58,8 +58,8 @@
>      <build>
>          <plugins>
>              <plugin>
> -                <groupId>org.apache.geronimo.plugins</groupId>
> -                <artifactId>geronimo-jspc-maven-plugin</artifactId>
> +                <groupId>org.codehaus.mojo.jspc</groupId>
> +                <artifactId>jspc-maven-plugin</artifactId>
>              </plugin>
>              
>              <plugin>
> 
> Modified:
>
geronimo/server/branches/2.0-M6/applications/geronimo-ldap-demo/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M6/applications/geronimo-ldap-demo/pom.xml?view=diff&rev=543910&r1=543909&r2=543910
>
==============================================================================
> ---
>
geronimo/server/branches/2.0-M6/applications/geronimo-ldap-demo/pom.xml
> (original)
> +++
>
geronimo/server/branches/2.0-M6/applications/geronimo-ldap-demo/pom.xml
> Sun Jun  3 07:51:56 2007
> @@ -44,8 +44,8 @@
>      <build>
>          <plugins>
>              <plugin>
> -                <groupId>org.apache.geronimo.plugins</groupId>
> -                <artifactId>geronimo-jspc-maven-plugin</artifactId>
> +                <groupId>org.codehaus.mojo.jspc</groupId>
> +                <artifactId>jspc-maven-plugin</artifactId>
>              </plugin>
>              
>              <plugin>
> 
> Modified:
>
geronimo/server/branches/2.0-M6/applications/geronimo-remote-deploy/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M6/applications/geronimo-remote-deploy/pom.xml?view=diff&rev=543910&r1=543909&r2=543910
>
==============================================================================
> ---
>
geronimo/server/branches/2.0-M6/applications/geronimo-remote-deploy/pom.xml
> (original)
> +++
>
geronimo/server/branches/2.0-M6/applications/geronimo-remote-deploy/pom.xml
> Sun Jun  3 07:51:56 2007
> @@ -58,8 +58,8 @@
>      <build>
>          <plugins>
>              <plugin>
> -                <groupId>org.apache.geronimo.plugins</groupId>
> -                <artifactId>geronimo-jspc-maven-plugin</artifactId>
> +                <groupId>org.codehaus.mojo.jspc</groupId>
> +                <artifactId>jspc-maven-plugin</artifactId>
>              </plugin>
>              
>              <plugin>
> 
> Modified:
>
geronimo/server/branches/2.0-M6/applications/geronimo-uddi-server/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M6/applications/geronimo-uddi-server/pom.xml?view=diff&rev=543910&r1=543909&r2=543910
>
==============================================================================
> ---
>
geronimo/server/branches/2.0-M6/applications/geronimo-uddi-server/pom.xml
> (original)
> +++
>
geronimo/server/branches/2.0-M6/applications/geronimo-uddi-server/pom.xml
> Sun Jun  3 07:51:56 2007
> @@ -52,8 +52,8 @@
>      <build>
>          <plugins>
>              <plugin>
> -                <groupId>org.apache.geronimo.plugins</groupId>
> -                <artifactId>geronimo-jspc-maven-plugin</artifactId>
> +                <groupId>org.codehaus.mojo.jspc</groupId>
> +                <artifactId>jspc-maven-plugin</artifactId>
>              </plugin>
>  
>              <plugin>
> 
> Modified:
> geronimo/server/branches/2.0-M6/applications/geronimo-welcome/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M6/applications/geronimo-welcome/pom.xml?view=diff&rev=543910&r1=543909&r2=543910
>
==============================================================================
> ---
> geronimo/server/branches/2.0-M6/applications/geronimo-welcome/pom.xml

=== message truncated ===



 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097