You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by vasanth kumar <rj...@gmail.com> on 2013/02/14 13:44:59 UTC

Build fails with maven 2

Hi,
Sqoop2 project build fails if Maven 2 is used. Failing in sqoop-docs
project. "site" directory not creating while building with Maven 2.

[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: /home/sqoop2/docs/target/site
does not exist.

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------

-- 
Regards
Vasanth kumar RJ

Re: Build fails with maven 2

Posted by vasanth kumar <rj...@gmail.com>.
Hi Jarek,
Thanks you. Just like that found when I tried build in one of my VM with
maven 2.

Thanks,
Vasanth kumar


On Thu, Feb 14, 2013 at 10:38 PM, Jarek Jarcec Cecho <ja...@apache.org>wrote:

> Hi Vasanth,
> I'm not surprised that build on maven 2 is not working. We build the
> project around maven 3. Would you mind upgrading? You can install maven 3
> into separate directory and not change your system default if you need to
> keep the old maven 2 around.
>
> Jarcec
>
> On Thu, Feb 14, 2013 at 06:14:59PM +0530, vasanth kumar wrote:
> > Hi,
> > Sqoop2 project build fails if Maven 2 is used. Failing in sqoop-docs
> > project. "site" directory not creating while building with Maven 2.
> >
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] An Ant BuildException has occured: /home/sqoop2/docs/target/site
> > does not exist.
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > --
> > Regards
> > Vasanth kumar RJ
>



-- 
Regards
Vasanth kumar RJ

Re: Build fails with maven 2

Posted by Jarek Jarcec Cecho <ja...@apache.org>.
Hi Vasanth,
I'm not surprised that build on maven 2 is not working. We build the project around maven 3. Would you mind upgrading? You can install maven 3 into separate directory and not change your system default if you need to keep the old maven 2 around.

Jarcec

On Thu, Feb 14, 2013 at 06:14:59PM +0530, vasanth kumar wrote:
> Hi,
> Sqoop2 project build fails if Maven 2 is used. Failing in sqoop-docs
> project. "site" directory not creating while building with Maven 2.
> 
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] An Ant BuildException has occured: /home/sqoop2/docs/target/site
> does not exist.
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> 
> -- 
> Regards
> Vasanth kumar RJ