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 dependences are pulled?

2012-01-12 Thread Benson Margulies
On Thu, Jan 12, 2012 at 1:28 AM, hp admin0...@homepage.kgbinternet.com wrote: 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

How to debug GWT code generation?

2012-01-12 Thread David Hoffer
I'm using the gwt maven plugin and I need to debug when GWT generates Java code during its rebind/generator operations, we have a lot of custom code generation code and need to be able to debug this. I've tried setting the normal Java commands for remote debugging both in MAVEN_OPTS and in the

Re: How to debug GWT code generation?

2012-01-12 Thread Benson Margulies
See http://mojo.codehaus.org/gwt-maven-plugin/mail-lists.html for the right mailing list to get help on this. On Thu, Jan 12, 2012 at 8:53 AM, David Hoffer dhoff...@gmail.com wrote: I'm using the gwt maven plugin and I need to debug when GWT generates Java code during its rebind/generator

Required goal not found

2012-01-12 Thread Adam Dyga
Hello, I have some problems with goals not found. When I execute: mvn help:describe -DgroupId=org.apache.maven.plugins -DartifactId=maven-dependency-plugin among many goals I get: ... dependency:get Description: Downloads a single artifact transitively from the specified remote

Re: Warning when using expression for version in pom.xml

2012-01-12 Thread stug23
I got at least one feedback on this question over in the Google Group for Continuous Delivery: https://groups.google.com/d/msg/continuousdelivery/hdlALMDuiyU/jLMBYTbJ0MEJ Anyone here have opinions or experience with this question? Thanks. -- View this message in context:

Re: Required goal not found

2012-01-12 Thread Stephen Connolly
different versions of the plugin you need to specify the version of the plugin you are asking help about as the same version you are using otherwise it answers for thew latest version On 12 January 2012 15:51, Adam Dyga ad...@tlen.pl wrote: Hello, I have some problems with goals not

Re: Required goal not found

2012-01-12 Thread Ram
Fezgxzsuf Sent from my iPhone On Jan 12, 2012, at 10:51 AM, Adam Dyga ad...@tlen.pl wrote: Hello, I have some problems with goals not found. When I execute: mvn help:describe -DgroupId=org.apache.maven.plugins -DartifactId=maven-dependency-plugin among many goals I get: ...

Some dependencies aren't working.

2012-01-12 Thread dedmist
So I have a very large project that currently runs with ant and equinox, which I'm switching to maven and tycho. I was able to work through a large number of dependency issues, but I can't seem to get this last one working. I'm getting the error: java.lang.RuntimeException: No solution found

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 Wayne Fay
       groupIdcom.lowagie/groupId        artifactIditext/artifactId        version2.1.7/version I've run into troubles with that artifact and an itext-asian one as well. I don't know what happened to them (license change?) but they are no longer widely available. I pulled the jars out of some

Unable to release muli-module project

2012-01-12 Thread Greg Babcock
I have fairly typical multi-module project with an all of the modules in subdirectories of the aggregator pom. When I execute release:perform, the maven site plugin tries and fails to deploy using the aggregator pom from the target directory, because the file does not exist. The checkout

mavem-war-plugin packagingExcludes regex not working

2012-01-12 Thread mschipperheyn
Hi, I'm trying to exclude javascript source files from war packaging process and include minified files that end with -min.js files are named as such /msa-network/msa-network.js /msa-network/msa-network-min.js etc On regex planet, http://www.regexplanet.com/, this regular expression does the

Upgrade from Maven 2.0.7 to 2.1.0

2012-01-12 Thread LennyB
In testing an upgrade from Maven 2.0.7 to Maven 2.1.0 we are getting build errors. Apparently Maven 2.1.0 has stricter checking. The problem is the version (Internal version) in the META-INF/maven/plugin.xml and META-INF/maven/group/artifactId/pom.xml does not match the version (MAR version) of

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:

Re: mavem-war-plugin packagingExcludes regex not working

2012-01-12 Thread Dennis Lundberg
On 2012-01-12 14:57, mschipperheyn wrote: Hi, I'm trying to exclude javascript source files from war packaging process and include minified files that end with -min.js files are named as such /msa-network/msa-network.js /msa-network/msa-network-min.js etc On regex planet,

maven and wtp dependencies not in WEB-INF/lib

2012-01-12 Thread Paul Rivera
Hi Guys, In a nutshell, I'm using maven on a web project which has a dependency on a java project.  Both projects are in my eclipse workspace.  By running mvn eclipse:eclipse -Dwtpversion=2.0, maven resolves that the java project dependency is in my workspace.  But when I run my web project on

Re: maven and wtp dependencies not in WEB-INF/lib

2012-01-12 Thread Barrie Treloar
On Fri, Jan 13, 2012 at 9:22 AM, Paul Rivera paul_mriv...@yahoo.com wrote: Hi Guys, In a nutshell, I'm using maven on a web project which has a dependency on a java project.  Both projects are in my eclipse workspace.  By running mvn eclipse:eclipse -Dwtpversion=2.0, maven resolves that the

SCM Plugin - How to Set Up for Release Using Mercurial

2012-01-12 Thread sdoca sdoca
Hi, I am attempting to do a release via the Maven release plugin and am having issues with the SCM config.  I am using Eclipse with m2eclipse installed. We use Mercurial and on my machine (Win7) I have TortoiseHg installed. I have a test project that creates a jar.  We make use of a super

Re: Upgrade from Maven 2.0.7 to 2.1.0

2012-01-12 Thread Stephen Connolly
do NOT use maven 2.1.0 or 2.2.0 2.2.1 is safe, i would seriously consider going as far as 3.0.3 as it is mostly a drop in replacement, with very few regressions and some serious bugs fixed. but do NOT use maven 2.1.0 or 2.2.0 - Stephen --- Sent from my Android phone, so random spelling

Help with installing a non-maven jar in local repo .

2012-01-12 Thread vvkbtnkr
I am trying to install a jar into my local repo by using pom.xml, and just so no one in my team may need to manually install the jar into local repo, I am using the approach outlined here:

Re: Help with installing a non-maven jar in local repo .

2012-01-12 Thread Barrie Treloar
On Fri, Jan 13, 2012 at 3:21 PM, vvkbtnkr vvkbt...@yahoo.com wrote: I am trying to install a jar into my local repo by using pom.xml, and just so no one in my team may need to manually install the jar into local repo, I am using the approach outlined here:

how to configure maven plugins using compony repository with nexus

2012-01-12 Thread chandrasheker
Hi, How to configure maven plugins to company repository with nexus ui.i download the jar from internal company repository while run application but it gives the following excepiton org.apache.maven.lifecycle.LifecycleExecutionException: at

Re: nexus repository

2012-01-12 Thread chandrasheker
Hi Anders , Please help me java 1.6 maven 3.0.3 and m2eclipse I created a company repository using nexus and various artifacts uploaded to the repository. we are planning to upload the jar and plugins to our company repository.i directly upload the maven-clean-plugin-2.4.1,maven-compiler-2.3.2

Re: nexus repository

2012-01-12 Thread Anders Hammar
Please use the Nexus user mailing list. And I also strongly suggest you read the freely available Nexus book [1] to get started correctly. /Anders [1] http://www.sonatype.com/books/nexus-book/reference/ On Fri, Jan 13, 2012 at 07:41, chandrasheker chandrasheke...@gmail.com wrote: Hi Anders ,