Re: Revert Releases usigng Versions Plugin

2012-07-18 Thread Aliaksei Lahachou
Don't forget that once released artifact is downloaded to the local repository, Maven will not try to download it again, because it is assumed that released artifacts never change. Just my 0.02 €. Regards, htfv (Aliaksei Lahachou) Am 18.07.2012 04:30 schrieb Wayne Fay wayne...@gmail.com: The

Re: transitive provided dependencies: a little question

2012-07-18 Thread abhijith tn
Hi Marco, It is very simple. Maven stops searching for the dependency when it finds provided scope and maven assumes the dependency will be provided externally. Best example being server library jars like servlet-api jar. Below link will give you clear picture

'mvn deploy' complaining that it cannot find what it is deploying

2012-07-18 Thread Benson Margulies
I am running 'mvn deploy' with 3.0.4 on a very simple war overlay project. The target is a nexus instance. There is no traffic in the nexus logs. The problem is specific to one repository; if I target another of my repositories, it works fine. Command-line: mvn deploy -DupdateReleaseInfo=true

Re: 'mvn deploy' complaining that it cannot find what it is deploying

2012-07-18 Thread Benson Margulies
The bottom of the stack trace is: Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact com.basistech.thirdparty:sencha-extjs:war:4.1 in basistech.3rdparty (http://maven.basistech.net/nexus/content/repositories/thirdpary/) at

Re: OT: Re: Issue-wise Crowdfunding platform for Maven

2012-07-18 Thread Tony Lâmpada
Hi Benson Then I think that all will be well indeed. Building that kind of relationship with ASF is very much aligned with our goals. Right now we're working on multiple fronts to improve our service and get a small scale operation going, so we can make the necessary tweaks to make the model

Re: How to add a directory first on the classpath using launch4j and maven?

2012-07-18 Thread Wayne Fay
groupIdcom.akathist.maven.plugins.launch4j/groupId artifactIdlaunch4j-maven-plugin/artifactId ... What I was hoping that would happen is that the 'config' directory would be first on the classpath, but the jar that contains my main class is always put first on the

Re: How to add a directory first on the classpath using launch4j and maven?

2012-07-18 Thread Wim Deblauwe
It is open source, but I think launch4j itself cannot do it after investigating launch4j and the source code of the plugin. I asked a question in the launch4j help forum, hopefully, they can guide me further. 2012/7/18 Wayne Fay wayne...@gmail.com

Re: OT: Re: Issue-wise Crowdfunding platform for Maven

2012-07-18 Thread Ron Wheeler
The biggest danger is that projects will get funded that do not fit into the strategic direction being followed by the ASF committers. When the funded artifacts are turned over to the ASF team (assuming that they are not doing the work) and they refuse to incorporate the changes into an

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
hi when i run command *C:\apache-maven-3.0.4\binmvn -v* *it gives following output* Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530) Maven home: C:\apache-maven-3.0.4 Java version: 1.6.0_21, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_21\jre Default locale:

mvn clean is giving error

2012-07-18 Thread Atul Parti
Hi, I am using eclipse 3.7 and created new project maven through eclipse. but when i am running mvn clean , i m getting following error. Please guide me. [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its d ependencies could not be resolved: Failed to read artifact

Re: 'mvn deploy' complaining that it cannot find what it is deploying

2012-07-18 Thread Brett Porter
On 18/07/2012, at 6:05 AM, Benson Margulies wrote: (http://maven.basistech.net/nexus/content/repositories/thirdpary/) I think you have mis-spelt thirdparty. - Brett - To unsubscribe, e-mail:

Re: BUILD FAILURE to create project structure

2012-07-18 Thread Wayne Fay
Now please tell me how to create directory of a project outside the bin folder or run maven application from anywhere You've been told more than once. Ensure mvn -v works in any directory, not just Maven's bin dir. Then run mvn archetype:generate to build a project anywhere you want. Wayne

Re: transitive provided dependencies: a little question

2012-07-18 Thread Marco Speranza
Hi thanks for your reply... I read the maven dependency mechanism and I understud how it's works... The definition of 'provided' scope is that is only available on the compilation and test classpath and the user should provide the dependency at runtime. And the definition of 'runtime' scopoe is

Re: OT: Re: Issue-wise Crowdfunding platform for Maven

2012-07-18 Thread Tony Lâmpada
Hi Benson, thankings for bringing that subject up. We have been giving a lot of thought into questions like 1) What problem-scenarios might arise when a lot of people starts using FreedomSponsors? 2) And what would be the best way to address those problems? 3) How should FreedomSponsors evolve

Re: transitive provided dependencies: a little question

2012-07-18 Thread Ron Wheeler
On 18/07/2012 12:23 PM, Marco Speranza wrote: Hi thanks for your reply... I read the maven dependency mechanism and I understud how it's works... The definition of 'provided' scope is that is only available on the compilation and test classpath and the user should provide the dependency at

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
Sorry it gives C:\Users\sahilmvn --v 'mvn' is not recognized as an internal or external command, operable program or batch file. -- Regards Rahul Bhalla

Re: transitive provided dependencies: a little question

2012-07-18 Thread Marco Speranza
Hi Ron... yes I understood your point.. but some days ago I tried to compile a project like this: prj.a: public class A extends B{} prj.b: public class B extends C{} prj.c: public class C{} where their pom are: prj.a - prj.b (provided scope) prj.b - prj.c (provided scope) is strange...

RE: Dependency entry changes runtime

2012-07-18 Thread Amir Gheibi
I posted this in Weblogic's forum and waited. But nothing useful came out of it. If I restart WLS (without having the dependency tag in POM file), the problem goes away... This is the post in Weblogic's forum: https://forums.oracle.com/forums/thread.jspa?threadID=2413507tstart=0 -Original

Re: BUILD FAILURE to create project structure

2012-07-18 Thread Wayne Fay
At this point, you need to find someone local to you who can come over to your desk, sit down at your PC and help you make this work. You've exhausted the resources of this list, I think. Wayne On Wed, Jul 18, 2012 at 12:01 PM, rahul bhalla urcoolfrien...@gmail.com wrote: Sorry it gives

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
hey Wayne Fay Do you have any idea where did i do mistake?? -- Regards Rahul Bhalla

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
what kind of resource list you are talking -- Regards Rahul Bhalla (9953225211)

RE: BUILD FAILURE to create project structure

2012-07-18 Thread Thiessen, Todd (Todd)
This list. The maven list. The one to which you are asking your questions. Take step back. Go to the maven home page and start from scratch and install maven following the instructions provided on the maven home page. -Original Message- From: rahul bhalla

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
I installed maven once again but same problem enconters On Wed, Jul 18, 2012 at 10:54 PM, Thiessen, Todd (Todd) tthies...@avaya.com wrote: This list. The maven list. The one to which you are asking your questions. Take step back. Go to the maven home page and start from scratch and install

Re: OT: Re: Issue-wise Crowdfunding platform for Maven

2012-07-18 Thread Benson Margulies
On Wed, Jul 18, 2012 at 12:27 PM, Tony Lâmpada t...@freedomsponsors.com wrote: Hi Benson, thankings for bringing that subject up. We have been giving a lot of thought into questions like Tony, I'm just one Foundation member. This isn't the list to be communicating with if you want to engage

Re: problem in installing/running maven

2012-07-18 Thread rahul bhalla
I also noticed that when issue give command C:\Users\sahil%JAVA_HOME% 'C:\Program' is not recognized as an internal or external command, operable program or batch file. but i set JAVA_HOME to C:\Program Files\Java\jdk1.6.0_21 that means it is not displaying full java_Home Path On Thu, Jul 19,

RE: problem in installing/running maven

2012-07-18 Thread Matt Walsh
Wow! Rahul! You need to learn to crawl before you can learn to walk. This is not a Maven problem. You need to go to your manager or to a co-worker or to your cool friend with the following questions: 1. How do I run commands from a command prompt in Windows? 2. What's the difference between an

[MVN 3.0.4] Can't download project dependencies

2012-07-18 Thread Cysioland
Hi, I have a problem: when I try to build my project I get those errors: http://pastebin.com/RELAPiXC My version info: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: C:\Maven\bin\.. Java version: 1.7.0_05, vendor: Oracle Corporation Java home: C:\Program

Re: [MVN 3.0.4] Can't download project dependencies

2012-07-18 Thread Wayne Fay
My version info: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: C:\Maven\bin\.. Java version: 1.7.0_05, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_05\jre Default locale: pl_PL, platform encoding: Cp1250 OS name: windows 7, version: 6.1, arch:

[MVN 3.0.4] Can't download project dependencies

2012-07-18 Thread Cysioland
Hi, I have a problem: when I try to build my project I get those errors: http://pastebin.com/RELAPiXC My version info: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: C:\Maven\bin\.. Java version: 1.7.0_05, vendor: Oracle Corporation Java home: C:\Program

Re: [MVN 3.0.4] Can't download project dependencies

2012-07-18 Thread Cysioland
How to install JDK6 without getting rid of JDK7?

Re: [MVN 3.0.4] Can't download project dependencies

2012-07-18 Thread Wayne Fay
How to install JDK6 without getting rid of JDK7? Honestly, this is outside the scope of the Maven Users mailing list. There is nothing in the JDK6 installer to actively delete JDK5 or JDK7 or prevent you from installing even multiple copies of the same JDK into different directories. 1.

Re: [MVN 3.0.4] Can't download project dependencies

2012-07-18 Thread Cysioland
Thanks, I'll try this tomorrow