Skip copying resources

2014-01-08 Thread Kuo, Joncheng (HP Storage - MSDU)
How do I skip copying resources? I try skip in configuration but it does not work. plugin artifactIdmaven-resources-plugin/artifactId executions execution idcopy-xxx/id phasecompile/phase goals

Re: Failure to find org.apache.maven.plugins

2012-01-15 Thread hp
Thanks again. My current Nexus configuration comes from the default one. What sort of thing I shall look into? I get all my project dependencies with my current existing setting. If the maven-war-plugin should be there as a part of my project dependencies, where it shall be located inside of

Re: Failure to find org.apache.maven.plugins

2012-01-15 Thread hp
I have another look at the build block of my pom file. build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId

Re: No plugin found for prefix 'war' in the current project ...

2012-01-14 Thread hp
Thanks Barrie. I will try the mailing list then. -- View this message in context: http://maven.40175.n5.nabble.com/No-plugin-found-for-prefix-war-in-the-current-project-tp5143517p5145766.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Failure to find org.apache.maven.plugins

2012-01-14 Thread hp
Thanks Ansgar. I have a look at my local Maven repository directory and can't find anything with the name. It is not a dependency for my project. Since I didn't have the problem before I upgraded Eclipse, I am not sure that is a solution to do anything on local Maven repository. -- View this

Failure to find org.apache.maven.plugins

2012-01-13 Thread hp
How to resolve the following error? Failure to find org.apache.maven.plugins:maven-war-plugin:pom:2.3.2 in http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates

No plugin found for prefix 'war' in the current project ...

2012-01-13 Thread hp
Why this error occurs? I commented out the packaging type war and that doesn't help No plugin found for prefix 'war' in the current project and in the plugin groups [] available from the repositories [local (C:\Documents and Settings \mydirectory\.m2\repository), nexus

Re: No plugin found for prefix 'war' in the current project ...

2012-01-13 Thread hp
Thanks both. Here is my http://pastebin.com/k7LiUs9k pom file and the http://pastebin.com/HZ9gh6wi settings.xml The error messages are shown when I open my pom file in Eclipse. -- View this message in context:

Re: No plugin found for prefix 'war' in the current project ...

2012-01-13 Thread hp
As I already said, the error message shows up on my Eclipse when I open the pom.xml file without running any commands. The whole error stack is the following: Multiple annotations found at this line: - Failure to find org.apache.maven.plugins:maven-war-plugin:pom:2.3.2 in

Why not all dependences are pulled?

2012-01-12 Thread hp
After upgrading my IDE and Nexus, my development environment gets messed up. I read online (http://stackoverflow.com/questions/7964262/maven-and-indigo-behind-proxy) that I could resolve the problem by deleting all stuff under .m2/repository. After cleaning the project on eclipse, some dependences

Re: Why not all dependencies are pulled?

2012-01-12 Thread hp
This problem was resolved last night. It was quite late and I didn't update my this post. It seems to be an old version problem. Based on information on mavenrepository.com, I upgraded to latest versions and resolved all problems with one exception. I can't get the dependency

Re: Why not all dependencies are pulled?

2012-01-12 Thread hp
A strange thing is that a file with a name itext-2.1.7.pom will be created in my project target directory when I have the version of itext dependence in my project pom file. -- View this message in context:

Failed to resolve artifact

2009-01-21 Thread Hp, Varini
Hi, I am very new to Maven. I need to generate java classes from the attached WSDL file. I installed Maven and set environment variable. When I run mvn generate-sources command I get following errors. C:\workspace\customerservicemvn generate-sources [INFO] Scanning for projects... [INFO]