Obfuscation of several artifacts with Proguard

2009-02-05 Thread Jan Schoppenhorst
Hi, we have a main application with plugins where each plugin is a jar depending on the main application jar. I would like to obfuscate all jars (main and plugins) in one go with the proguard maven plugin without using ant. Does anyone know what is the best way to achieve this?

Re: Execution sequence of three plugins on the same phase: process-classes

2009-02-05 Thread Yves Dessertine
Hi. I've had the same problem. Finaly I ended up splitting it into subprojects. See also here : http://jira.codehaus.org/browse/MNG-2258 http://www.mail-archive.com/users@maven.apache.org/msg93651.html 2009/2/4 Thiago Moreira (timba) : > Hi there, > > I have three plugins that must be execut

Checkstyle report failing

2009-02-05 Thread bwonch
Hi everyone - I'm not sure if this is the appropriate place for this posting or not. We have a Maven build, using Hudson as the CI server. We're running the Checkstyle maven plugin. When I call checkstyle, it runs as expected and I see the resulting output in Hudson through the Checkstyle plug

Re: eclipse: SCM provider is not available

2009-02-05 Thread Eugene Kuleshov
Make sure you have one of the following m2eclipse features [1] installed: * Maven SCM Integration * Maven SCM handler for Subclipse * Maven SCM handler for Subversive I suppose it may make sense to include the default Maven SCM handler into the core feature, but that would increase the mini

Re: Excluding packages with maven assembly plugin

2009-02-05 Thread Ian Clarke
On Thu, Feb 5, 2009 at 7:40 PM, Ian Clarke wrote: > It works fine, but I was wondering if there is a way to exclude > specific packages from the jar that this builds, and further, whether > this can be configured by passing options to the mvn assembly:assembly > command? I should clarify that by

Excluding packages with maven assembly plugin

2009-02-05 Thread Ian Clarke
Hi, I'm using the jar-with-dependencies configuration with the maven-assembly-plugin as follows: maven-assembly-plugin jar-with-dependencies com.uprizer.sensearray.Main

eclipse: SCM provider is not available

2009-02-05 Thread Ed Young
When trying to import a maven project from scm I get the above error: File->Import->Other->Checkout Maven projects from SCM I get a dialog to enter the SCM Url. and a drop down to select the SCM provider, however there are no options to select. I have tried forcing the issue with scm:*svn*:https

Re: Integration Testing from a separate module.

2009-02-05 Thread David C. Hicks
Thanks, Wendy! I must have been blind to miss that option in my xml editor. That was the trick. Wendy Smoak wrote: On Thu, Feb 5, 2009 at 3:07 PM, David C. Hicks wrote: Essentially, I have two modules - the "war" module and the "integration-test" module. (I intend to split the war stuff u

Re: Integration Testing from a separate module.

2009-02-05 Thread Wendy Smoak
On Thu, Feb 5, 2009 at 3:07 PM, David C. Hicks wrote: > Essentially, I have two modules - the "war" module and the > "integration-test" module. (I intend to split the war stuff up soon, as > well.) Obviously, the "integration-test" module must have a dependency on > "war" (it can't run tests if

Re: mvn and native2ascii on ubuntu

2009-02-05 Thread Dave Brosius
Ah, my source code view had gotten corrupted, and so directories had gotten hijacked in a bad state. Deleting all the code, and reloading fixed the problem. Sorry for the noise.

Re: mvn and native2ascii on ubuntu

2009-02-05 Thread Dave Brosius
Hmmm, you are right. making a ln to it there does nothing. When i add a directory called 'native2ascii' there, it seems to go past that location, but now all kinds of wonky things are happening. Compiler can't find classes for one. I have no idea why maven wants a directory there - it is beyond

Integration Testing from a separate module.

2009-02-05 Thread David C. Hicks
I'm trying to set up a module for my team from which to run integration tests, but I can't quite get Maven to like it. It complains that it cannot find a dependency - the WAR file that is required for the tests to run. Essentially, I have two modules - the "war" module and the "integration-t

RE: Got blocked?

2009-02-05 Thread Brian E. Fox
Noone has been blocked recently. Note that wget is blocked automatically so if you use that, it won't work. Use your browser to test connectivity. -Original Message- From: Johannes Schneider [mailto:maili...@cedarsoft.com] Sent: Thursday, February 05, 2009 4:17 PM To: users@maven.apache.o

dependent on a parent pom.xml

2009-02-05 Thread Rolf Schumacher
installing the svn head of ws.apach.org/xmlrpc leads this pom.xml files: repository/org/apache/xmlrpc/xmlrpc/pom.xml repository/org/apache/xmlrpc/xmlrpc-client/pom.xml repository/org/apache/xmlrpc/xmlrpc-common/pom.xml repository/org/apache/xmlrpc/xmlrpc-server/pom.xml whereas the first one is th

Re: mvn and native2ascii on ubuntu

2009-02-05 Thread Wayne Fay
On Thu, Feb 5, 2009 at 1:12 PM, Dave Brosius wrote: > I'm not following you. The problem is that native2ascii (the executable) > can't be found. Can you make a symlink to native2ascii in that location, to confirm what you're saying is correct? I don't use n2a myself so I really have no particul

Got blocked?

2009-02-05 Thread Johannes Schneider
Hi, I get a lot of 443s when trying to connect to Maven Central Repository. The IP of my build server is "78.47.151.147". How can I get unblocked? I just tried to install Nexus - maybe something went wrong? Regards, Johannes Schneider -

Re: mvn and native2ascii on ubuntu

2009-02-05 Thread Dave Brosius
I'm not following you. The problem is that native2ascii (the executable) can't be found. -Original Message- From: "Dan Tran" Sent: Thursday, February 5, 2009 1:34pm To: "Maven Users List" Subject: Re: mvn and native2ascii on ubuntu /home/dave/views/pr/platform/ProgressReporter/pr-gui

Re: dependent on a parent pom.xml

2009-02-05 Thread Wayne Fay
> I wonder if it is possible to refere to the parent pom.xml only. > Tried several things, but - as I'm a newbee - did not get through. No. You must specify all 3 (or 4) directly, unless there are transitive dependencies from one to another. You would need to look in the various poms to see about

dependent on a parent pom.xml

2009-02-05 Thread Rolf Schumacher
installing the svn head of ws.apach.org/xmlrpc leads this pom.xml files: repository/org/apache/xmlrpc/xmlrpc/pom.xml repository/org/apache/xmlrpc/xmlrpc-client/pom.xml repository/org/apache/xmlrpc/xmlrpc-common/pom.xml repository/org/apache/xmlrpc/xmlrpc-server/pom.xml whereas the first one is th

Re: mvn and native2ascii on ubuntu

2009-02-05 Thread Dan Tran
/home/dave/views/pr/platform/ProgressReporter/pr-gui/src/main/native2ascii is where you should put your to be convert files in -D On Thu, Feb 5, 2009 at 10:05 AM, Dave Brosius wrote: > Hi folks, > > I've seen a couple references to problems regarding native2ascii on > various places but i

mvn and native2ascii on ubuntu

2009-02-05 Thread Dave Brosius
Hi folks, I've seen a couple references to problems regarding native2ascii on various places but i couldn't see a similar problem to what i am experiencing, so perhaps, if you would indulge me, i will ask again. I am running java 6 (/usr/bin/jvm/java-6-sun-1.6.0.10) and have a pom with a

Re: help enabling assertions in the compiler plugin.

2009-02-05 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 that should of course be 'of course they are not supported' ... opps ;) Johan Lindquist wrote: > Of course they are - I wasn't stating otherwise ... > > Johan > > Jochen Wiedmann wrote: >> On Thu, Feb 5, 2009 at 3:59 PM, Johan Lindquist wrote: > >

Re: help enabling assertions in the compiler plugin.

2009-02-05 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Of course they are - I wasn't stating otherwise ... Johan Jochen Wiedmann wrote: > On Thu, Feb 5, 2009 at 3:59 PM, Johan Lindquist wrote: > >> The compilerArguments are passed directly to javac executable as far as >> I can tell and javac does not

Re: help enabling assertions in the compiler plugin.

2009-02-05 Thread Jochen Wiedmann
On Thu, Feb 5, 2009 at 3:59 PM, Johan Lindquist wrote: > The compilerArguments are passed directly to javac executable as far as > I can tell and javac does not support these flags. Obviously not. Assertions are enabled or disabled at runtime, not at compile time. These flags are supported by ja

Re: help enabling assertions in the compiler plugin.

2009-02-05 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The compilerArguments are passed directly to javac executable as far as I can tell and javac does not support these flags. Could you use the MAVEN_OPTS environment variable to enable assertions in within the Maven code perhaps? Cheers, Johan Mick K

Re: [jena-dev] SDB maven depends

2009-02-05 Thread Paolo Castagna
Taylor Cowan wrote: I believe this isn't related to your pom setup in the repo, things work fine with regular java builds, jar packaging, etc it has something to do with maven's webapp packaging, which isn't following tansitive dependencies. I'll report back when I've figured out what I'm

help enabling assertions in the compiler plugin.

2009-02-05 Thread Mick Knutson
I have tried this, but I get a compiler error: maven-compiler-plugin *-ea* I get this error: *Failure executing javac, but could not parse the error: javac: invalid flag: -ea Usage: javac use -help

Re: selenium-maven-plugin howto specifie multiple browsers

2009-02-05 Thread Martin Höller
Hi! Executing one plugin with different configurations in one phase seems to be a common problem in maven. Problems usually occur with the maven-antrun-plugin or the exec-maven-plugin, but as we see it could also hit other plugins as well. I think(!) the only possibility you have is to use pro

Re: Disable plugin during development builds

2009-02-05 Thread Jochen Wiedmann
On Thu, Feb 5, 2009 at 12:58 PM, John Coleman wrote: > During development we don't want our javascript to be compressed, so the > yuicompressor plugin only needs to run when we do a release build. > > How do we change the pom so that this plugin can be selectively turned > off perhaps by a proper

Disable plugin during development builds

2009-02-05 Thread John Coleman
During development we don't want our javascript to be compressed, so the yuicompressor plugin only needs to run when we do a release build. How do we change the pom so that this plugin can be selectively turned off perhaps by a property in settings.xml or similar? TIA John Eurobase International

using an installed package

2009-02-05 Thread Rolf Schumacher
I'm new to maven, so please be patient. I'm trying to make my first non-game maven project an application of ws.apache.org/xmlrpc. Unfortunately I need the trunk version for some reason. I checked it out of svn repository, did a "mvn install" successfully. The three jar files appear below ~/.m2/re

Re: maven 2.1 or maven 3.0

2009-02-05 Thread Jason van Zyl
I'm about to stage alpha-2, I don't know exactly when there will be a GA. Benjamin is pounding out ITs like no one's business and Shane is working full-time on the core. Oleg is working full-time on the artifact layer and I'm probably quarter time hopefully doing more once we get m2e on the

Re: selenium-maven-plugin howto specifie multiple browsers

2009-02-05 Thread kukudas
Hi thanks for your response. I want to run the Selenium tests as html suits in the integration-test lifecycle, which works perfect but just in one browser. I thought that there is somehow a way to tell maven that he has to launch the tests in diffrend browsers aswell. Mick Knutson-4 wrote: > >