You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by Donald Woods <dw...@apache.org> on 2010/11/12 03:35:57 UTC

Re: svn commit: r1034196 - /openjpa/branches/1.2.x/openjpa-all/pom.xml

Thanks for catching that.

-Donald


On 11/11/10 6:17 PM, mikedd@apache.org wrote:
> Author: mikedd
> Date: Thu Nov 11 23:17:07 2010
> New Revision: 1034196
> 
> URL: http://svn.apache.org/viewvc?rev=1034196&view=rev
> Log:
> exclude testcases from openjpa-all.jar
> 
> Modified:
>     openjpa/branches/1.2.x/openjpa-all/pom.xml
> 
> Modified: openjpa/branches/1.2.x/openjpa-all/pom.xml
> URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-all/pom.xml?rev=1034196&r1=1034195&r2=1034196&view=diff
> ==============================================================================
> --- openjpa/branches/1.2.x/openjpa-all/pom.xml (original)
> +++ openjpa/branches/1.2.x/openjpa-all/pom.xml Thu Nov 11 23:17:07 2010
> @@ -54,6 +54,7 @@
>                                      <fileset dir="${basedir}/..">
>                                          <include name="*/target/openjpa-*.jar" />
>                                          <exclude name="*/target/openjpa-examples-*.jar" />
> +                                        <exclude name="**/*test*.jar"/>
>                                          <exclude name="**/*-sources.jar" />
>                                          <exclude name="**/*-javadoc.jar" />
>                                      </fileset>
> 
> 
> 

Re: svn commit: r1034196 - /openjpa/branches/1.2.x/openjpa-all/pom.xml

Posted by Michael Dick <mi...@gmail.com>.
No problem. I like what you've done in the 2.0 build better with the shade
plugin, although I can't say I fully understand it.

-mike

On Thu, Nov 11, 2010 at 8:35 PM, Donald Woods <dw...@apache.org> wrote:

> Thanks for catching that.
>
> -Donald
>
>
> On 11/11/10 6:17 PM, mikedd@apache.org wrote:
> > Author: mikedd
> > Date: Thu Nov 11 23:17:07 2010
> > New Revision: 1034196
> >
> > URL: http://svn.apache.org/viewvc?rev=1034196&view=rev
> > Log:
> > exclude testcases from openjpa-all.jar
> >
> > Modified:
> >     openjpa/branches/1.2.x/openjpa-all/pom.xml
> >
> > Modified: openjpa/branches/1.2.x/openjpa-all/pom.xml
> > URL:
> http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-all/pom.xml?rev=1034196&r1=1034195&r2=1034196&view=diff
> >
> ==============================================================================
> > --- openjpa/branches/1.2.x/openjpa-all/pom.xml (original)
> > +++ openjpa/branches/1.2.x/openjpa-all/pom.xml Thu Nov 11 23:17:07 2010
> > @@ -54,6 +54,7 @@
> >                                      <fileset dir="${basedir}/..">
> >                                          <include
> name="*/target/openjpa-*.jar" />
> >                                          <exclude
> name="*/target/openjpa-examples-*.jar" />
> > +                                        <exclude name="**/*test*.jar"/>
> >                                          <exclude name="**/*-sources.jar"
> />
> >                                          <exclude name="**/*-javadoc.jar"
> />
> >                                      </fileset>
> >
> >
> >
>