Re: Maven vs Git

2012-03-12 Thread Barrie Treloar
On Tue, Mar 13, 2012 at 12:55 PM, Ben Caradoc-Davies
 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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven vs Git

2012-03-12 Thread Ben Caradoc-Davies
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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




--
Ben Caradoc-Davies 
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

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



Re: Maven vs Git

2012-03-12 Thread Dave King
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-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


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



Maven vs Git

2012-03-12 Thread Diacre
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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org