You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/09/13 10:34:05 UTC

svn commit: r1522812 - /commons/proper/csv/trunk/src/site/xdoc/index.xml

Author: britter
Date: Fri Sep 13 08:34:05 2013
New Revision: 1522812

URL: http://svn.apache.org/r1522812
Log:
mvn clean site will not create the jar for you

Modified:
    commons/proper/csv/trunk/src/site/xdoc/index.xml

Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1522812&r1=1522811&r2=1522812&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/csv/trunk/src/site/xdoc/index.xml Fri Sep 13 08:34:05 2013
@@ -38,7 +38,7 @@ for (CSVRecord record : records) {
 <section name="Getting the code">
   <p>There are currently no official downloads, and will not be until version 1.0 is released, but nightly builds may be available from <a href="http://people.apache.org/builds/commons/nightly/commons-csv/">http://people.apache.org/builds/commons/nightly/commons-csv/</a>. </p>
   <p>The latest code can be checked out from our Subversion repository at <a href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>. </p>
-  <p>You can build the component using Apache Maven 3. For example: mvn clean site. Maven 2 will not work.</p>
+  <p>You can build the component using Apache Maven 3. For example: mvn clean package. Maven 2 will not work.</p>
 </section>
 
 <section name="Reporting bugs">



Re: svn commit: r1522812 - /commons/proper/csv/trunk/src/site/xdoc/index.xml

Posted by Benedikt Ritter <br...@apache.org>.
2013/9/27 sebb <se...@gmail.com>

> On 13 September 2013 09:34,  <br...@apache.org> wrote:
> > Author: britter
> > Date: Fri Sep 13 08:34:05 2013
> > New Revision: 1522812
> >
> > URL: http://svn.apache.org/r1522812
> > Log:
> > mvn clean site will not create the jar for you
> >
> > Modified:
> >     commons/proper/csv/trunk/src/site/xdoc/index.xml
> >
> > Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1522812&r1=1522811&r2=1522812&view=diff
> >
> ==============================================================================
> > --- commons/proper/csv/trunk/src/site/xdoc/index.xml (original)
> > +++ commons/proper/csv/trunk/src/site/xdoc/index.xml Fri Sep 13 08:34:05
> 2013
> > @@ -38,7 +38,7 @@ for (CSVRecord record : records) {
> >  <section name="Getting the code">
> >    <p>There are currently no official downloads, and will not be until
> version 1.0 is released, but nightly builds may be available from <a href="
> http://people.apache.org/builds/commons/nightly/commons-csv/">
> http://people.apache.org/builds/commons/nightly/commons-csv/</a>. </p>
> >    <p>The latest code can be checked out from our Subversion repository
> at <a href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">
> http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>. </p>
> > -  <p>You can build the component using Apache Maven 3. For example: mvn
> clean site. Maven 2 will not work.</p>
> > +  <p>You can build the component using Apache Maven 3. For example: mvn
> clean package. Maven 2 will not work.</p>
>
> Huh?
>
> Maven 2 works for me.


Don't know who put that there. If it works we can drop the sentence I
guess...


>


> >  </section>
> >
> >  <section name="Reporting bugs">
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: svn commit: r1522812 - /commons/proper/csv/trunk/src/site/xdoc/index.xml

Posted by sebb <se...@gmail.com>.
On 13 September 2013 09:34,  <br...@apache.org> wrote:
> Author: britter
> Date: Fri Sep 13 08:34:05 2013
> New Revision: 1522812
>
> URL: http://svn.apache.org/r1522812
> Log:
> mvn clean site will not create the jar for you
>
> Modified:
>     commons/proper/csv/trunk/src/site/xdoc/index.xml
>
> Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml
> URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1522812&r1=1522811&r2=1522812&view=diff
> ==============================================================================
> --- commons/proper/csv/trunk/src/site/xdoc/index.xml (original)
> +++ commons/proper/csv/trunk/src/site/xdoc/index.xml Fri Sep 13 08:34:05 2013
> @@ -38,7 +38,7 @@ for (CSVRecord record : records) {
>  <section name="Getting the code">
>    <p>There are currently no official downloads, and will not be until version 1.0 is released, but nightly builds may be available from <a href="http://people.apache.org/builds/commons/nightly/commons-csv/">http://people.apache.org/builds/commons/nightly/commons-csv/</a>. </p>
>    <p>The latest code can be checked out from our Subversion repository at <a href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>. </p>
> -  <p>You can build the component using Apache Maven 3. For example: mvn clean site. Maven 2 will not work.</p>
> +  <p>You can build the component using Apache Maven 3. For example: mvn clean package. Maven 2 will not work.</p>

Huh?

Maven 2 works for me.

>  </section>
>
>  <section name="Reporting bugs">
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org