You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Diacre <bd...@gmail.com> on 2012/03/12 17:55:07 UTC

Maven vs Git

I'm not sure if this is the right place but here it goes. 

I have a github project that I wrote in Java using Eclipse. 
The question is, how do I import my project into Maven? 
Is there a guide that can help me? 

Please help,

Thanks,

Concerned user. 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven vs Git

Posted by Barrie Treloar <ba...@gmail.com>.
On Tue, Mar 13, 2012 at 12:55 PM, Ben Caradoc-Davies
<Be...@csiro.au> wrote:
> You need to create a Maven project and then restructure your source code
> folder layout to conform to the Maven conventions:
> http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
>
> Once you are able to build your software with "mvn clean install" you will
> be able to deploy Maven artifacts to Maven repositories.

Plus the free books at http://maven.apache.org/articles.html will
answer your questions.
You will find reading the books to gain some knowledge first will
improve your chances of getting a satisfactory reply to questions.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven vs Git

Posted by Ben Caradoc-Davies <Be...@csiro.au>.
You need to create a Maven project and then restructure your source code 
folder layout to conform to the Maven conventions:
http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html

Once you are able to build your software with "mvn clean install" you 
will be able to deploy Maven artifacts to Maven repositories.

Kind regards,
Ben.

On 13/03/12 00:55, Diacre wrote:
> I'm not sure if this is the right place but here it goes.
>
> I have a github project that I wrote in Java using Eclipse.
> The question is, how do I import my project into Maven?
> Is there a guide that can help me?
>
> Please help,
>
> Thanks,
>
> Concerned user.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

-- 
Ben Caradoc-Davies <Be...@csiro.au>
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven vs Git

Posted by Dave King <de...@gmail.com>.
Git is a source control management system.

Maven builds things.

Please clarify what you want to do.

Regards,
Dave.

On Mar 12, 2012, at 10:55 AM, Diacre wrote:

> I'm not sure if this is the right place but here it goes. 
> 
> I have a github project that I wrote in Java using Eclipse. 
> The question is, how do I import my project into Maven? 
> Is there a guide that can help me? 
> 
> Please help,
> 
> Thanks,
> 
> Concerned user. 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org