Maven for C/C++ development usable as well? Hudson server?

2012-01-25 Thread Ben Stover
I used Maven a lot for Java development in the past.
 
Now I have got a C/C++ project.
 
Is Maven able to deal with C/C++ structures as well?
In other words: Can I use it for C/C++ development too?
 
Can I use Hudson server on top for C/C++ development as well?
 
If yes: Is there a newbie tutorial/introduction on how to use Maven for C/C++ 
for experienced Java Maven users?
 
Thank you
Ben

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



Where is the global settings.xml for built-in (embedded) Maven in Eclipse?

2011-01-04 Thread Ben Stover
Yes, I know the global settings file for a stand-alone Maven is in

MAVENINSTALLDIR\conf\settings.xml

But where is that corresponding file if I use the built-in, embedded Maven in 
Eclipse (v3.6.1) ?

Ben



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



Add *.jar to local Repository always exploded/ectracted? Automatic uncompress by Maven?

2011-01-04 Thread Ben Stover
Sorry for this newbie question:

A project depends on some classes from a *.jar archive which are NOT available 
through the common, well known Internet Maven Repsoitories.

I want to add these *.jar files to my local Repository manually.

Can I just copy the *.jars into the local repository folder?

As far as I can see there are currently NO *.jar files. All such dependent 
*.jars are in exploded/ectracted format.

Does Maven auto-recognize new *.jar files and automatically extract them into 
their subfolders in repository folder?

Or do I have to extract *.jar files manually and copy the directory tree 
manually?

Do I have to tell Maven (in eclipse) that there are new artifacts in local 
repository? 

Ben



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



How to setup location of settings.xml NOT by cmdline?

2010-12-26 Thread Ben Stover
I want to move the location of the settings.xml away from the users home 
directory into another (.e.g. the Maven installation directory).

How can I achieve this for the cmdline usage (=NOT Eclipse) ?

Yes, I know I can pass an additional parameter like

mvn -s D:\maven\settings.xml install

but I want to omit completely any such parameters.

I prefer to have Maven auto-detect the settings.xml in its own installation 
directory.

Is this possible at all?

Ben




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



Merge local pom.xml with remote master pom.xml

2010-12-19 Thread Ben Stover
Assume I use a local pom.xml which includes/access a remote master pom.xml

Now I want to take the full project and continue to  develop it on my home 
computer.
unfortuantely I have to access at home onto the remote computer with the master 
pom.xml.

So I must at first merge the local pom.xml with the master pom.xml at the 
university.
Then I can take it with me and have the full pom.xml available at home.

How do I merge from cmdline the local pom.xml with a remote master pom.xml in 
detail?

Does this pom merging work as well with MULTIPLE master pom.xml's or even 
cascading master pom.xml's ?

Ben



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



How to move $USERHOME\.m2 folder to another directory?

2010-10-25 Thread Ben Stover
Currently my Maven settings dir is

C:\Documents and Settings\ben\.m2\
resp.
C:\Documents and Settings\ben\.m2\repository

How can I move this directory to another location e.g.

D:\maven

Which parameters in which file do I have to change (even in Eclipse maven 
plugin) to have Maven 
working with the new config+repository folder?

Ben



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