M2Eclipse full plugin configuration content assist

2015-01-28 Thread Jason van Zyl
Hi, We now have full plugin configuration content assist which is something a lot of people have been asking for. Anton (M2Eclipse committer) just implemented this today:

Re: How to ignore dependencies while deploy

2015-01-28 Thread Anders Hammar
mvn deploy:deploy-file is probably what you're looking for. You need to specify jar and pom file to deploy through command line arguments. /Anders (mobile) Den 28 jan 2015 20:37 skrev Devireddy, Nagendra nagendra.devire...@sap.com: I have a list of in-house prebuilt jars , which I need to

How to escape variable interpolation?

2015-01-28 Thread David Hoffer
I have a case where I have a text file that is generated with a hard coded string and I would like to replace that with Maven variables, but I want the literal variable string to go in the file not the interpolated values. I read http://maven.apache.org/shared/maven-filtering/ that i should be

How to ignore dependencies while deploy

2015-01-28 Thread Devireddy, Nagendra
I have a list of in-house prebuilt jars , which I need to deploy to a local repo, And when I deploy, its cribbing about the dependencies, as the dependencies are only compile time, I should not have to upload them, But when I run mvn deploy, its throwing an error saying dependencies are not