Re: configuring JDK

2007-01-24 Thread nicolas de loof
I use an alternative solution to setup the compiler for a particular JRE : I use the javac bootclasspath to make javac point to the target runtime rt.jar: org.apache.maven.plugins maven-compiler-plugin ${maven.compile.so

RE: configuring JDK

2007-01-24 Thread Roald Bankras
Hi Yes. I've read this. But how do you point to the correct javac. It has to be done through an environment variable like ${JDK6_HOME}. Which you could define as a profile property in your settings.xml. However, how to trigger the correct 'jdk' profile. Using the jdk activation results in activa

Re: Potential Profile bug

2007-01-24 Thread Wayne Fay
Can you try: mvn help:effective-pom from both the parent and children directories, to see how the effective pom changes as you move from one directory to the other? Wayne On 1/24/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: I really need help with this, I have done all

maven ear plugin - jboss datasource

2007-01-24 Thread Barry Molof
Hello, I am trying to put my jboss datasource into my ear and add a entry into the application.xml. How can I do this with the ear plugin and still automatically generate the application.xml? I cannot find a way to add to the application.xml unless it is an artifact (jar, war, rar ...) which a

RE: Dependency plugin and build-classpath goal issue

2007-01-24 Thread Brian E. Fox
Hi Gerald, I'm hoping to finish up the 3-4 remaining issues in alpha-2 and call another release in the next few weeks. The Maven Devs have decided to always publish the latest version of the sites. The drawback is that sometimes new goals are listed that haven't been released. The upshot is that th

Re: pom.xml

2007-01-24 Thread dawn.angelito
I think it'll help if you could post your build output here. Dawn Jan-Oliver Wuelfing wrote: > > Hello to everybody, > > I´ve encountered a prob with Eclipse´s Maven plug-in: > > It prompts that a project build error exist: failed to validate pom. > > Can anyone give an advice, please? > >

maven-cargo-plugin (??!) not found doing mvn cargo:deploy

2007-01-24 Thread stop-n-go
I was using the cargo-maven2-plugin successfully yesterday. Today I cleared out my local repository and installed my project. All dependencies got downloaded the project was installed correctly. Now I'm trying to deploy using cargo (mvn cargo:deploy) and I get the following error [ERROR] BUILD E

failures with wagon (new maven 2 user) somewhat long post ...

2007-01-24 Thread John Redden
Fellow Maven Citizens, - challange definiion: 'trying to use Wagon plugin to deploy to secure server'. Running scp as an action from - mvn deploy - fails with a login prompt. None of our secure servers have logins with passwords, when running the Wagon plugin as a result of the deploy XML eleme

Potential Profile bug

2007-01-24 Thread Morgovsky, Alexander \(US - Glen Mills\)
I really need help with this, I have done all that I could for as long as I could. I have a profile which I define in my global settings.xml. x 8.2 I have a parent project which defines a reactor build. parent a

Re: [DEBUG] Error looking up lifecycle mapping to retrieve optional mojos. Lifecycle ID: default. ???

2007-01-24 Thread Barrie Treloar
There is something wrong with dependency resolution. If I comment out the module build from my parent pom things work. I will see if I can put together a test case. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: [DEBUG] Error looking up lifecycle mapping to retrieve optional mojos. Lifecycle ID: default. ???

2007-01-24 Thread Barrie Treloar
The symptom appears to be * the pde build is not run. * the pde build fails because is is missing a dependency to itself ::zip:0.5-SNAPSHOT * the path to this missing dependency is from the NEXT module the "build" module that creates all the assemblies. Path to dependency: 1) :build:po

APT Title not showing up

2007-01-24 Thread Ole Ersoy
Hi, Anyone know if the apt processor Title semantics have changed? I tried this at the top of my document: -- Title -- --

Re: [DEBUG] Error looking up lifecycle mapping to retrieve optional mojos. Lifecycle ID: default. ???

2007-01-24 Thread Barrie Treloar
I've seen the thread http://www.nabble.com/forum/ViewPost.jtp?post=4827726&framed=y&skin=177 but I have true already. Maybe this isn't the problem. The symptom appears to be * the pde build is not run. * the pde build fails because is is missing a dependency to itself ::zip:0.5-SNAPSHOT

[DEBUG] Error looking up lifecycle mapping to retrieve optional mojos. Lifecycle ID: default. ???

2007-01-24 Thread Barrie Treloar
My pom is using a zip to bind the org.codehaus.mojo pde-maven-plugin for building an Eclipse RCP. Any ideas where I start to look for resolving this problem? It appears to only fail in an reactor build. If I run this from within the module it fires of pde-maven-plugin correctly. Thi

Re: [m2] BUILD ERROR maven-changelog-plugin does not exist

2007-01-24 Thread allan ramirez
It will be release soon :). Votes for releasing it is already made in the dev list -allan On 1/25/07, Lageson,Thomas M <[EMAIL PROTECTED]> wrote: Below is my response from last Friday to your original question. - Tom -Original Message- From: Lageson,Thomas M Sent: Friday, January 1

site throws error

2007-01-24 Thread raghurajan . x . gurunathan
Hi All When i run mvn site:site i'm getting this error, i have no idea what is happening here?? any one had same kinda problem [INFO] [ERROR] FATAL ERROR [INFO] ---

RE: [m2] BUILD ERROR maven-changelog-plugin does not exist

2007-01-24 Thread Lageson,Thomas M
Below is my response from last Friday to your original question. - Tom -Original Message- From: Lageson,Thomas M Sent: Friday, January 19, 2007 8:41 AM To: Maven Users List Subject: RE: [m2] BUILD ERROR maven-changelog-plugin does not exist Put this in the pom.xml. ...

Re: maven-surefire-plugin not found

2007-01-24 Thread adingfelder
Trying to poke at it from a different direction, I may have found something. I went to http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin and the plugin files are definately there. Looking at my repository, there was a surefire directory, which contained one file: maven

Re: [M2] Hibernate mapping files from xdoclet annotated JavaBeans

2007-01-24 Thread Mick Knutson
org.codehaus.mojo xdoclet-maven-plugin generate-sources

Re: create a surefire report link in build report

2007-01-24 Thread Emmanuel Venisse
File an issue and we'll look at it. Emmanuel Satish a écrit : Create a link for surefire report in the build mail http://maven.zones.apache.org:8080/continuum/buildResult.action;jsessionid=3c8kkdrj16wq5?buildId=1688&projectId=102 Note: The above links show for maven, but there

[m2] BUILD ERROR maven-changelog-plugin does not exist

2007-01-24 Thread Riboe, Jens
I got this error, what is wrong? [INFO] [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist o

Re: maven-surefire-plugin not found

2007-01-24 Thread adingfelder
The folks in the plugin forum don't think there is an easy way to accomplish this (using a -cpu switch) from within the eclipse maven plugin. So, trying it from the command line, I still get the same error that I did from the plugin (shown below), which tells me it is maybe an error in my maven s

[M2] Hibernate mapping files from xdoclet annotated JavaBeans

2007-01-24 Thread Roberto UserList
Hi all, I want to generate Hibernate mapping files from xdoclet annotated JavaBeans. Which pluging I could use to do this and where I find some documentation. Thanks in advance for help. Regards, Roberto.

Re: maven-surefire-plugin not found

2007-01-24 Thread adingfelder
Ok, that sounds good... any idea how to accomplish this from within eclipse (using the eclipse maven plugin?) I realize this is not the plugin group but I was asked there to raise this maven-surefire-plugin here as the users would be better able to help. Thoughts? Cheers, Andy dawn.angelito

create a surefire report link in build report

2007-01-24 Thread Satish
Create a link for surefire report in the build mail http://maven.zones.apache.org:8080/continuum/buildResult.action;jsessionid=3c8kkdrj16wq5?buildId=1688&projectId=102 Note: The above links show for maven, but there are tips how to configure this. Thanks, Satish -- View this mes

updating the common.vm template for build emails

2007-01-24 Thread Satish
a. I want to update this common.vm template so that i can add a command to parse the current output currentline: $buildOutput - new line awk '/Tests run: [0-9], Failures: [1-9]/, /Running/ {print prev} {prev=$0}' buildOutput any idea, how can i plug a awk command in velocity t

Re: configuring JDK

2007-01-24 Thread Massimiliano Amato
you could think about using this org.apache.maven.plugins maven-compiler-plugin true true 1.3 Hope this helps Max On 1/23/07, Roald Bankras <[EMAIL PROTECTED]> wrote: Hi On the 'introduction-to-profiles' page it is sta

RE: How to customize artifact name with the current timestamp?

2007-01-24 Thread Kevan Dunsmore
Sorry - I just re-read what I sent and it's not too clear. Let's say you have an externally-governed final artifact name, comprised of a constant, your department's name (I know, stretching it a bit but it's just an example) and a build number: my-thingy-${department-name}-${buildNumber} These c

RE: How to customize artifact name with the current timestamp?

2007-01-24 Thread Kevan Dunsmore
The thing that springs to mind is for you to provide a final name that contains your custom values. Cruise Control, for example, passes the environment variable "label" to maven builds. You could customize the output by doing this: my-thingy-${project.version}-${label} If you couple that with thi

RE: Process Question

2007-01-24 Thread Kevan Dunsmore
Patrick, The other project executes the release plugin in batch mode so it just uses default values (it increments the last number in the build and chooses fairly sensible defaults for the other values). I also thought about the nice tagging feature of the release plugin and realized that, since

How to customize artifact name with the current timestamp?

2007-01-24 Thread Aliaksandr Radzivanovich
Is it possible with Maven 2 to install/deploy artifact snapshots with customized version number '${project.id}-MMDD.hhmmss.jar' as described in http://maven.apache.org/maven-1.x/plugins/jar/goals.html ? Cheers, ARa - To unsu

Re: Process Question

2007-01-24 Thread Patrick Schneider
Interestingly, my organization is trying to figure out the same issue at the moment. The big problem that I see with the 'mvn clean deploy' is that, while the build is numbered, you don't really have any way of reproducing that specific build. That is, the deploy plugin doesn't tag anything in y

convert from xdoclet 1 to xdoclet 2 examples?

2007-01-24 Thread Mick Knutson
I am only using the hibernate doclet in xd1 and wondering if anyone has upgraded from xd1 to xd2 in maven? -- Thanks DJ MICK (Mick Knutson) http://www.djmick.com http://www.myspace.com/djmick_dot_com http://www.thumpradio.com

RE: Maven 2 and xdoclet 1.2 and sample

2007-01-24 Thread Dário Luís Coneglian Oliveros
I haven´t tried that before, but I guess you have to use wseedoclet in your configuration in the same way as ejbdoclet. Dário -Original Message- From: Vidya Mahavadi [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 24 de janeiro de 2007 12:20 To: Maven Users List Subject: RE: Maven 2 and xdo

Process Question

2007-01-24 Thread Kevan Dunsmore
I'm trying to determine the "right" way to use Maven in our continuous integration environment. Here's our basic process: 1. Code changes are made and checked in to SVN. 2. Cruise Control detects the change and kicks off a build, executing all the tests. This is a local build (maven c

Re: [M2] not to include dependencies in an ear file

2007-01-24 Thread Roberto UserList
Perfect Marco and Wayne, It worked fine, but, what is strange is that ear file, is a subproject of a main project and I had to remove the scope "compile" of the other subprojects to work perfectly. Bu the way, everything is ok now. Thanks a lot. Regards, Roberto. On 1/24/07, Wayne Fay <[EMAIL PR

Re: maven2 eclipse question

2007-01-24 Thread Marco Mistroni
Hi, check maven2 ecliplse plugin (pls google it, i dont remember webaddress) create your project, then right click and do maven2 -->enable then, for source folders, you might want to rightclick on your project and choose maven2-->update source folders hth marco On 1/24/07, Arash Amiri <[EMAIL

maven2 eclipse question

2007-01-24 Thread Arash Amiri
Hi I dont know if this the right place to ask this, but I have a problem with maven webapps and eclipse. I am a newbie to maven2 and I create a new maven project by using: mvn archetype:create -DgroupId=myGroup.myApp -DartifactId=myServerTest -DarchetypeArtifactId=maven-archetype-webapp t

RE: [m2] any estimate for the next maven-ejb-plugin release (2.1) ?

2007-01-24 Thread Dário Luís Coneglian Oliveros
Hi Wayne, I just sent an email to the developers list and hopefully we will get a feedback soon. BTW, I've downloaded the 2.0 plugin from svn, made some local changes in order to fix the clientExcludes bug, replaced the artifact version with 2.0.x and install it locally. Now I want to make it a

Re: Site:deploy host validity prompt

2007-01-24 Thread Wayne Fay
This comes up every few weeks... If you check the archive, you'll find several threads. You are missing the directory ~/.ssh so that the file known_hosts can be created. Wayne On 1/24/07, javed mandary <[EMAIL PROTECTED]> wrote: Hi All, am trying to deploy my site from windowsXP to my

Re: [M2] not to include dependencies in an ear file

2007-01-24 Thread Wayne Fay
Try provided for those dependencies to leave them out of the EAR. Wayne On 1/24/07, Marco Mistroni <[EMAIL PROTECTED]> wrote: Hi, can u try to change the of those dependencies? hth marco On 1/24/07, Roberto UserList <[EMAIL PROTECTED]> wrote: > > Hi all ! What can I do not to include t

Re: [M2] Problems deploying artifacts to Central Repository

2007-01-24 Thread Wayne Fay
According to the error message: [INFO] Error deploying artifact: Error performing commands for file transfer Exit code: 2 - mkdir: "/repos/maven2/variglog/siscargas/5.0": Permission denied Your user does not have permission to execute the mkdir command. Thus the deploy fails. Wayne On 1/24/07,

Re: [m2] any estimate for the next maven-ejb-plugin release (2.1) ?

2007-01-24 Thread Wayne Fay
It "sounds" fine. But you'll need to get the ear of the person responsible for m-e-p as neither of us (in this "conversation") have any ability to push a build (alpha, beta, or final) out. Wayne On 1/24/07, Dário Luís Coneglian Oliveros <[EMAIL PROTECTED]> wrote: I would suggest to create an al

Re: Can the parent pom have no artifact id

2007-01-24 Thread Wayne Fay
No. All artifacts must have an id, or else Maven doesn't know where to find them. Wayne On 1/24/07, Parikh, Pratik P. <[EMAIL PROTECTED]> wrote: Hi Everyone, Can a parent have no artifact id. Thanks, Pratik Parikh - Confidentiality Noti

Dependency plugin and build-classpath goal issue

2007-01-24 Thread Nunn, Gerald
Hi, I'm trying to use the maven-dependency-plugin to build a classpath using the build-classpath goal as documented here http://maven.apache.org/plugins/maven-dependency-plugin/build-classpath-mojo.html. However, when I try to execute this goal I get an error that says that no such goal exists

StatScm fatal error

2007-01-24 Thread Eman Ali al-Maktari
Yes I do.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Maven 2 and xdoclet 1.2 and sample

2007-01-24 Thread Vidya Mahavadi
Hi, Thanks for your response, That really works. I am trying to create a webservice with an ejb. I am using the following configuraion and xdoclet in the ejb. What plugin do I need to put pom.xml to generate wsdl file from the xdoclet.. Cofiguration: Maven2, Xdoclet1.2, JBoss3.2.5, Axis1

Re: [M2] not to include dependencies in an ear file

2007-01-24 Thread Marco Mistroni
Hi, can u try to change the of those dependencies? hth marco On 1/24/07, Roberto UserList <[EMAIL PROTECTED]> wrote: Hi all ! What can I do not to include the dependencies described in the master pom into an ear file? Thanks in advance for help. Regards, Roberto.

[M2] not to include dependencies in an ear file

2007-01-24 Thread Roberto UserList
Hi all ! What can I do not to include the dependencies described in the master pom into an ear file? Thanks in advance for help. Regards, Roberto.

Re: clean site + pom.xml

2007-01-24 Thread Nick Stolwijk
Here it goes wrong: [WARN] Unable to load parent project from repository: Could not find the model file '/home/jwuelfin/eclipse/workspace/wsag4j/../pom.xml'. What is the layout of your project and modules? With regards, Nick Stolwijk Jan-Oliver Wuelfing wrote: Hello to everybody, I´ve enc

Re: Auto detect with continuum

2007-01-24 Thread Robert Dale
I was trying to avoid posting a competing app's url as to not be tarred and feathered, but here goes... You could try what Hudson *ducks* recommends: https://hudson.dev.java.net/build.html Basically, set up a cvs trigger to send email. The email triggers sendmail to exec wget on the build url

RE: Maven 2 and xdoclet 1.2 and sample

2007-01-24 Thread Dário Luís Coneglian Oliveros
Here it goes. ... org.codehaus.mojo xdoclet-maven-plugin generate-sources xdoclet

Re: Maven 2 and xdoclet 1.2 and sample

2007-01-24 Thread Petar Tahchiev
On 24/01/07, Vidya Mahavadi <[EMAIL PROTECTED]> wrote: Hi everyone, I am starting to work on Maven, xdoclet now. I am looking a for a plugin to work with Maven 2 and xdoclet 1.2 and sample to get me started. Can anyone please help me? Thanks, This e-mail is subject to a disclaimer, available

Add information in pom.xml other than properties

2007-01-24 Thread Rahamim, Zvi \(Zvi\)
Hi, I want to put information in the pom.xml file, Put properties is not enough for me, I would like to put complex xml elements. Is there a section in pom.xml that I can put it? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: pom.xml

2007-01-24 Thread Marco Mistroni
would it be because you have a 'hierarchical project' ? p1 |_pom.xml |_p2 |__ pom.xml ? hth marco On 1/24/07, Jan-Oliver Wuelfing <[EMAIL PROTECTED]> wrote: Hello to everybody, I´ve encountered a prob with Eclipse´s Maven plug-in: It prompts that a project build error exist: failed to va

Re: transitivity path to resolved dependency

2007-01-24 Thread Petar Tahchiev
On 24/01/07, Gabriele Contini <[EMAIL PROTECTED]> wrote: Hi, we have a project structure with many modules and inherited dependencies. How can we find out the transitivity path for any given dependency? For example : Path to dependency: 1) fop:fop:jar:0.20.5 2) xalan.xalan:ja

clean site + pom.xml

2007-01-24 Thread Jan-Oliver Wuelfing
Hello to everybody, I´ve encountered a prob with Eclipse´s Maven plug-in: If I try to build the site via pom.xml > clean site, Eclipse´a console shows up the message below. Can anyone give an advice, please? Cheers Jan [INFO] ---

Can the parent pom have no artifact id

2007-01-24 Thread Parikh, Pratik P.
Hi Everyone, Can a parent have no artifact id. Thanks, Pratik Parikh - Confidentiality Notice: This e-mail transmission may contain confidential or legally privileged information that is intended only for the individual or entity named

RE: [m2] any estimate for the next maven-ejb-plugin release (2.1) ?

2007-01-24 Thread Dário Luís Coneglian Oliveros
I would suggest to create an alpha or beta release for maven-ejb-plugin since the 2.1-SNAPSHOT has some important fixes, such as the clientExcludes. It's been a long time since the last release came up. How does it sound ? -Original Message- From: Dário Luís Coneglian Oliveros Sent: seg

Maven 2 and xdoclet 1.2 and sample

2007-01-24 Thread Vidya Mahavadi
Hi everyone, I am starting to work on Maven, xdoclet now. I am looking a for a plugin to work with Maven 2 and xdoclet 1.2 and sample to get me started. Can anyone please help me? Thanks, This e-mail is subject to a disclaimer, available at http://www.rmb.co.za/web/elements.nsf/online/disclaim

[ANNOUNCEMENT] maven minijar plugin released

2007-01-24 Thread Torsten Curdt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am happy to announce that the mojo project at http:// mojo.codehaus.org has released the first version (1.0-alpha-1) of the minijar plugin. From the documentation: "This plugin analysis the (transitive) dependencies of a project on the class

transitivity path to resolved dependency

2007-01-24 Thread Gabriele Contini
Hi, we have a project structure with many modules and inherited dependencies. How can we find out the transitivity path for any given dependency? For example : Path to dependency: 1) fop:fop:jar:0.20.5 2) xalan.xalan:jar:2.4.1 This information is usually displayed only for unre

Problems with Continuum and Perforce

2007-01-24 Thread Bob Arnott
Hello, I just installed Continuum yesterday and added to two Ant projects, both of which are build with the default hourly schedule. The problem I have is that it's not picking up the fact that nothing has changed in P4 and is building every hour when it shouldn't be. My two projects live next t

RE: Alternative to maven

2007-01-24 Thread Rahamim, Zvi \(Zvi\)
Hi, Thank you for your answer, Maven answers almost all my needs, I'm just looking for a whole solution that answers the need of development, building versions, get information about old builds/versions and a bug / bug fixes tracker that is integrated with it. (the bug tracker is something new and

[M2] Problems deploying artifacts to Central Repository

2007-01-24 Thread Roberto UserList
Hi all! I've been trying to deploy some artifacts to Central Repository in another computer, but, I've been facing an error. Here is log messages: [DEBUG] (f) artifact = variglog:siscargas:pom:5.0 [DEBUG] (f) attachedArtifacts = [] [DEBUG] (f) deploymentRepository = [vlogMavenRepoRemoto] ->

pom.xml

2007-01-24 Thread Jan-Oliver Wuelfing
Hello to everybody, I´ve encountered a prob with Eclipse´s Maven plug-in: It prompts that a project build error exist: failed to validate pom. Can anyone give an advice, please? Cheers Jan - To unsubscribe, e-mail: [EMAIL PR

Re: Using yGuard with Maven2

2007-01-24 Thread gautam roy
Hi Ruiz Thank you for your response. Rodrigo Ruiz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, AFAIK yGuard is an ant task. You could use the maven antrun plugin: http://maven.apache.org/plugins/maven-antrun-plugin/ Regards, Rodrigo gautam roy wrote: > Hi, > I

Re: unable to get latest SNAPSHOT jars

2007-01-24 Thread Tuomas Kiviaho
Trent Larson wrote: > > As for how I know it's not working: I simply package an unused file with > the jar and deploy it, and I see the new jar file show up in the > repository with the new size and a new timestamp (and the > maven-metadata.xml file also gets updated); > I added my comment

Re: ear plugin

2007-01-24 Thread Stephane Nicoll
Hi, On 1/24/07, Stoyan Petkov <[EMAIL PROTECTED]> wrote: Hi guys, I am trying to add an extra resource (sun-application.xml) to an application ear using maven ear plugin, but I can not find any information how to do it. Come on. Tried the doc? :) http://maven.apache.org/plugins/maven-ear-p

Re: unable to get latest SNAPSHOT jars

2007-01-24 Thread Tuomas Kiviaho
Wendy Smoak-3 wrote: > > If you are deploying with uniqueVersion=false, Maven 2.0.4 will not > retrieve a new version of the snapshot. You'll have to delete it from > your local repo to force an update. > Distribution management without uniqueVersion seems to cause metadata to be updated to

Re: SCM URL and branch independance

2007-01-24 Thread Graham Berks
I dont see how it's possible for it to work. Under the branch and and trunk our code is on different url's ie branch/development/app and then trunk/app Unless maven understands SVN entirely - how can it understand the new url ? I can understand the need for the scm plugin to know the url to upda

Problem running Cruisecontrol - clearcase - maven

2007-01-24 Thread mathapfahl
THX, now it works. But I get an other problem: BUILD FAILED File.. C:\Dokumente und Einstellungen\A13173\.maven\cache\maven-scm-plugin-1.4.1\plugin.jelly Element... ant:fail Line.. 99 Column 21 You must specify maven.scm.cvs.module But I don't use cvs. I use ClearCase. Have anyone

Re: Out of memory error

2007-01-24 Thread Jeff Mutonho
That exactly is what suits our environment and we wish to do that. Q1)If I create standards project , say acme-project-standards , where in acme-project-standards do I place the acme-checks.xml?Do I create this as a normal maven project?The documentation here http://maven.apache.org/plugins/mave

Re: ear plugin

2007-01-24 Thread Petar Tahchiev
On 24/01/07, Stoyan Petkov <[EMAIL PROTECTED]> wrote: Hi guys, I am trying to add an extra resource (sun-application.xml) to an application ear using maven ear plugin, but I can not find any information how to do it. Can you please help? Kind regards toyan I am not sure if this will

Re: Using yGuard with Maven2

2007-01-24 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, AFAIK yGuard is an ant task. You could use the maven antrun plugin: http://maven.apache.org/plugins/maven-antrun-plugin/ Regards, Rodrigo gautam roy wrote: > Hi, > I want to use yGuard as obfuscator in my project. > > Can anyone help me, please