Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-15 Thread S. Ali Tokmen
...@alishomepage.com wrote: Dear Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you can see http://svn.codehaus.org/cargo/extensions/trunk/maven2

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-15 Thread Anders Hammar
/ On Tue, Jan 7, 2014 at 7:38 PM, S. Ali Tokmen nos...@alishomepage.com wrote: Dear Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-15 Thread Alejandro . Endo
:Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed Sent by:anders.g.ham...@gmail.com It doesn't work with the way Maven plugins currently are configured. But there will soon be discussions around a new version of the pom, so you could file a ticket

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-15 Thread S. Ali Tokmen
Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you can see http://svn.codehaus.org/cargo/extensions/trunk/maven2/plugin/src/main/java/org

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-14 Thread Baptiste Mathus
/browse/MNG/ On Tue, Jan 7, 2014 at 7:38 PM, S. Ali Tokmen nos...@alishomepage.com wrote: Dear Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-14 Thread Thomas Broyer
Isn't that simply because the configuration is shared by all goals? (or all goals of the parent execution) On Tue, Jan 7, 2014 at 7:38 PM, S. Ali Tokmen nos...@alishomepage.comwrote: Dear Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-14 Thread S. Ali Tokmen
...@alishomepage.com wrote: Dear Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you can see http://svn.codehaus.org/cargo/extensions/trunk

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-14 Thread Anders Hammar
...@alishomepage.com wrote: Dear Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you can see http://svn.codehaus.org/cargo/extensions

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-09 Thread S. Ali Tokmen
CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you can see http://svn.codehaus.org/cargo/extensions/trunk/maven2/plugin/src/main/java/org/codehaus/cargo/maven2/AbstractCargoMojo.java

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-08 Thread Anders Hammar
a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you can see http://svn.codehaus.org/cargo/extensions/trunk/maven2/plugin/src/main/java/org/codehaus/cargo/maven2/AbstractCargoMojo.java for example), but what

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-08 Thread Stephen Connolly
/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you can see http://svn.codehaus.org/cargo/extensions/trunk/maven2/plugin/src/main/java/org/codehaus/cargo/maven2/AbstractCargoMojo.java for example), but what happens

Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-07 Thread S. Ali Tokmen
Dear Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters (you can see http://svn.codehaus.org/cargo/extensions/trunk/maven2/plugin/src/main/java/org

[ANN] Maven2 javancss plugin 2.0

2009-06-10 Thread Jean-Laurent de Morlhon
The Mojo team is pleased to announce the javancss-maven-plugin 2.0 release ! http://mojo.codehaus.org/javancss-maven-plugin/ This plugin allows user to: - Compute complexity (CCN) and quantity (NCSS) metrics on your code - Create a report displaying those number. Here's the release note :

maven2 shade plugin - remove manifest files

2008-10-01 Thread Allan Wojcik da Silva
Hi All, I'm trying to build a jar from two other jar files, and want to remove the old manifest files. I've tried several patterns to exclude them, but I had no success. Following the patterns I've used: filters filter artifactjar xpto/artifact excludes

CVS, maven2 release plugin, best practice

2008-06-25 Thread Jeudy, Guillaume
Hi all, I have been playing with maven2 release plugin and wanted to get insight from the community. The following link was very useful in getting a setup going: http://jlorenzen.blogspot.com/2007/09/how-to-create-release-using-maven2.html. However there is still a gray area into how

Re: maven2 was plugin

2008-05-10 Thread easygoing
Here is my solution mvn org.codehaus.mojo:was6-maven-plugin:1.0-alpha-2:wsListApps -Dwas6.wasHome=C:\webSphere\AppServer -Dwas6.host=123.456.789.123 -Dwas6.conntype=SOAP -Dwas6.user=urUsername -Dwas6.password=urPassword -- View this message in context: http://www.nabble.com/maven2-was-plugin

Re: maven2 was plugin

2008-05-10 Thread Turgay
in context: http://www.nabble.com/maven2-was-plugin-tp17061567p17166499.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: maven2 was plugin

2008-05-06 Thread Turgay
, but you can deploy TO any machine running websphere by setting the configuration parameters of host, port,username and password. Robert Egan Guillaume Boucherie [EMAIL PROTECTED] wrote on 05/05/2008 09:23:17 AM: Hi all, I'm trying to find a maven2 plugin for was. I'm want

maven2 was plugin

2008-05-05 Thread Guillaume Boucherie
Hi all, I'm trying to find a maven2 plugin for was. I'm want to be able to deploy an ear on a remote websphere. I'm trying the was6 maven plugin from codehaus http://mojo.codehaus.org/was6-maven-plugin/index.html But with this plugin I must run maven on the same machine where websphere

Re: maven2 was plugin

2008-05-05 Thread robert . egan
, I'm trying to find a maven2 plugin for was. I'm want to be able to deploy an ear on a remote websphere. I'm trying the was6 maven plugin from codehaus http://mojo.codehaus.org/was6-maven-plugin/index.html But with this plugin I must run maven on the same machine where websphere is install

Re: maven2 was plugin

2008-05-05 Thread Guillaume Boucherie
and password. Robert Egan Guillaume Boucherie [EMAIL PROTECTED] wrote on 05/05/2008 09:23:17 AM: Hi all, I'm trying to find a maven2 plugin for was. I'm want to be able to deploy an ear on a remote websphere. I'm trying the was6 maven plugin from codehaus http://mojo.codehaus.org/was6

Re: Maven2 Eclipse Plugin - ordering of .classpath entries

2008-04-18 Thread Patrick Zeising
nicolas de loof-3 wrote: Could you create a Jira issue for this ? You can find the issue here: http://jira.codehaus.org/browse/MECLIPSE-437 Greets Patrick -- View this message in context: http://www.nabble.com/Maven2-Eclipse-Plugin---ordering-of-.classpath-entries

Maven2 Eclipse Plugin - ordering of .classpath entries

2008-04-16 Thread Patrick Zeising
Hi everybody, I am using Maven2 with the Maven2 Eclipse plugin and in my project I would like to use a newer version of JaxWS (https://jax-ws.dev.java.net/) than the one supplied with JDK6. When using the eclipse goal ($ mvn eclipse:eclipse) the generated .classpath file in my project directory

Re: Maven2 Eclipse Plugin - ordering of .classpath entries

2008-04-16 Thread nicolas de loof
to write getJavaApiDeps prior to the JRE container. Could you create a Jira issue for this ? Nico. 2008/4/16, Patrick Zeising [EMAIL PROTECTED]: Hi everybody, I am using Maven2 with the Maven2 Eclipse plugin and in my project I would like to use a newer version of JaxWS (https://jax

Re: maven2 jira plugin?

2008-03-21 Thread Dennis Lundberg
Emmanuel Hugonnet wrote: Hi Dennis, I take advantage of this thread to ask you a question. How do I release our (Rémy is the co-author of the plugin) plugin on MOJO now ? I have seen that you have updated the reference to the MCHANGES-78 so nothing is preventing a release of this plugin.

Re: maven2 jira plugin?

2008-03-20 Thread Emmanuel Hugonnet
Hi Dennis, I take advantage of this thread to ask you a question. How do I release our (Rémy is the co-author of the plugin) plugin on MOJO now ? I have seen that you have updated the reference to the MCHANGES-78 so nothing is preventing a release of this plugin. Emmanuel

Re: maven2 jira plugin?

2008-03-20 Thread Rémy Sanlaville
The proposed plugin did not fit well into either maven-changes-plugin or maven-changelog-plugin. The author of the plugin has since approached the Mojo project at codehaus. The plugin is currently an enhancement request there: http://jira.codehaus.org/browse/MOJO-1026 Yes I am aware

Re: maven2 jira plugin?

2008-03-18 Thread Dennis Lundberg
Rémy Sanlaville wrote: Because we already have a plugin that generates a report from an SCM system, namely maven-changelog-plugin. Yes but the reports are completely different : - maven-changes-plugin : http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html -

Re: maven2 jira plugin?

2008-03-17 Thread Rémy Sanlaville
Because we already have a plugin that generates a report from an SCM system, namely maven-changelog-plugin. Yes but the reports are completely different : - maven-changes-plugin : http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html - maven-changelog-plugin :

Re: maven2 jira plugin?

2008-03-17 Thread Rémy Sanlaville
Because we already have a plugin that generates a report from an SCM system, namely maven-changelog-plugin. Yes but the reports are completely different : - maven-changes-plugin : http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html - maven-changelog-plugin :

Re: maven2 jira plugin?

2008-03-14 Thread Rémy Sanlaville
If you read the comments in that issue you will understand why. I read it, but I still have the feeling that maven community do not understand what exactly this improvement is and why it is interesting. This improvement does exactly what the maven-changes-plugin do. The only difference is

Re: maven2 jira plugin?

2008-03-14 Thread Dennis Lundberg
Rémy Sanlaville wrote: If you read the comments in that issue you will understand why. I read it, but I still have the feeling that maven community do not understand what exactly this improvement is and why it is interesting. This improvement does exactly what the maven-changes-plugin do.

Re: maven2 jira plugin?

2008-03-13 Thread Rémy Sanlaville
Hi Dennis No, it has been closed as Won't Fix. What a shame. Don't you think this feature is not usefull (this issue has 17 Votes...) ? why ? Thanks, Rémy

Re: maven2 jira plugin?

2008-03-13 Thread Rémy Sanlaville
Furthermore, this feature is more and more added in other tools (so people ask for it and found that it's an interesting feature). For instance, just have a look to this post : Linking Check-in Comments to Issues in Tracker (http://java.dzone.com/news/linking-check-comments-issuesi ). Rémy

Re: maven2 jira plugin?

2008-03-13 Thread Dennis Lundberg
Rémy Sanlaville wrote: Hi Dennis No, it has been closed as Won't Fix. What a shame. Don't you think this feature is not usefull (this issue has 17 Votes...) ? why ? Thanks, Rémy If you read the comments in that issue you will understand why. -- Dennis Lundberg

Re: maven2 jira plugin?

2008-03-12 Thread Rémy Sanlaville
Hi Dennis, What about MCHANGES-78 ? Any chance to see it in version 2.0 ? Rémy

Re: maven2 jira plugin?

2008-03-12 Thread Dennis Lundberg
Rémy Sanlaville wrote: Hi Dennis, What about MCHANGES-78 ? Any chance to see it in version 2.0 ? Rémy No, it has been closed as Won't Fix. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

maven2 jira plugin?

2008-03-11 Thread Ken Liu
Hi all - I am looking for a plugin that can query a jira repository and produce a report. I found an existing plugin, but that appears to be for maven 1. Anyone know of a plugin that is compatible with maven2? Ken

Re: maven2 jira plugin?

2008-03-11 Thread Dennis Lundberg
Ken Liu wrote: Hi all - I am looking for a plugin that can query a jira repository and produce a report. I found an existing plugin, but that appears to be for maven 1. Anyone know of a plugin that is compatible with maven2? Ken Have a look at maven-changes-plugin

Maven2 emma Plugin Docs

2008-03-06 Thread Harper, Brad
Hi: Has anyone started using the recently added emma plugin for maven2? The plugin goals aren't well described yet. The Plugin Goals page is empty. The groupId and artifactId in an example on the How to Use page looks like it may be referring to maven1 plugin. [See http://mojo.codehaus.org/emma

RE: Maven2 site plugin inheritence

2008-03-03 Thread Prystash,John
- From: ewryan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 1:53 PM To: users@maven.apache.org Subject: Maven2 site plugin inheritence I have a multi-module project with the following directory structure: my-app | |---my-client-ui | | | |---pom.xml | |---my-core

Re: Maven2 site plugin inheritence

2008-03-03 Thread Christian Kölle
ewryan wrote: I define properties such as ${myVersion}, ${myArtifactId}, ${myGroupId} in the parent pom. These properties are inherited by the children (as expected) when running goals such as clean, package, or install. I start to see problems when I try to use the site plugin. Hi

Maven2 site plugin inheritence

2008-02-28 Thread ewryan
is, is it possible for me to use the site plugin with property inheritance? -- View this message in context: http://www.nabble.com/Maven2-site-plugin-inheritence-tp15743257s177p15743257.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven2 Assembly plugin 2.2-beta seems broken

2007-12-31 Thread Kalle Korhonen
I have: files file source${basedir}/src/main/resources/readme.txt/source outputDirectory//outputDirectory filteredtrue/filtered /file /files in my pom and I can confirm it works with 2.2.-beta-1. Is yours inside files element? Kalle On

Maven2 Assembly plugin 2.2-beta seems broken

2007-12-30 Thread Ryan Moquin
I've been trying to find out why my assembly doesn't appear to be working correctly. I thought I saw someone mention in one of the bug reports that the file elements no longer copy with 2.2-beta. I've discovered that to be true since my resources specified with file don't copy with 2.2-betabut

maven2 release plugin - no dependencies update

2007-12-14 Thread Tomasz Zieleniewski
Hi, I have following problem. I have a main maven project of the pom type which consists of 4 subprojects of the type jar. Two of my subprojects have dependency on the two previous ones. When I invoke mvn release:prepare -D dryRun=true everything works fine except that the dependencies from two

Re: maven2 release plugin - no dependencies update

2007-12-14 Thread maarten roosendaal
@maven.apache.org Sent: Friday, December 14, 2007 9:55:28 AM Subject: maven2 release plugin - no dependencies update Hi, I have following problem. I have a main maven project of the pom type which consists of 4 subprojects of the type jar. Two of my subprojects have dependency on the two previous ones. When I

RE: maven2 release plugin - no dependencies update

2007-12-14 Thread nicklist
. With regards, Nick Stolwijk -Original Message- From: Tomasz Zieleniewski [mailto:[EMAIL PROTECTED] Sent: Fri 12/14/2007 9:55 AM To: users@maven.apache.org Subject: maven2 release plugin - no dependencies update Hi, I have following problem. I have a main maven project of the pom type

Re: maven2 release plugin - no dependencies update

2007-12-14 Thread Tomasz Zieleniewski
Subject: maven2 release plugin - no dependencies update Hi, I have following problem. I have a main maven project of the pom type which consists of 4 subprojects of the type jar. Two of my subprojects have dependency on the two previous ones. When I invoke mvn release:prepare -D dryRun=true

RE: maven2 release plugin - no dependencies update

2007-12-14 Thread nicklist
, Nick Stolwijk -Original Message- From: Tomasz Zieleniewski [mailto:[EMAIL PROTECTED] Sent: Fri 12/14/2007 3:37 PM To: Maven Users List Subject: Re: maven2 release plugin - no dependencies update Hi, what is the vesion tag for the snapshot version?? regards tomasz On Dec 14, 2007 10:22 AM

Re: maven2 release plugin - no dependencies update

2007-12-14 Thread Tomasz Zieleniewski
Subject: maven2 release plugin - no dependencies update Hi, I have following problem. I have a main maven project of the pom type which consists of 4 subprojects of the type jar. Two of my subprojects have dependency on the two previous ones. When I invoke mvn release:prepare -D dryRun=true

Re: maven2 release plugin - no dependencies update

2007-12-14 Thread Tomislav Stojcevich
http://maven.apache.org/general.html#plugin-version - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven2 release plugin - no dependencies update

2007-12-14 Thread Tomasz Zieleniewski
] Sent: Fri 12/14/2007 3:37 PM To: Maven Users List Subject: Re: maven2 release plugin - no dependencies update Hi, what is the vesion tag for the snapshot version?? regards tomasz On Dec 14, 2007 10:22 AM, [EMAIL PROTECTED] wrote: If I recall correctly, the updateDependencies option

Maven2 Xdoclet Plugin - Project Source Dir

2007-12-03 Thread Brian Ashburn
Has anyone been able to work through or dealt with using a different project source directory than src/main/java? I'm trying to get Maven2 building a legacy system. I don't have the luxury of changing the source directory. I set it in the project.build.sourceDirectory, but the xdoclet plugin

RE: Maven2 Xdoclet Plugin - Project Source Dir

2007-12-03 Thread Mark Eramo
From: Brian Ashburn [mailto:[EMAIL PROTECTED] Sent: Mon 12/3/2007 10:47 AM To: users@maven.apache.org Subject: Maven2 Xdoclet Plugin - Project Source Dir Has anyone been able to work through or dealt with using a different project source directory than src/main/java? I'm

Re: [maven2 antrun plugin] problem with classpath

2007-10-04 Thread Guillaume Boucherie
Hi, Ok it's finally works fine. I'm just use the 1.0-beta-1-SNAPSHOT version because the versions in central repository doesn't work for me. Thanks -- CletteBou clettebou.miniville.fr 2007/10/3, Tim Kettler [EMAIL PROTECTED]: Hi, I can reproduce the problem but have no clue either what

Re: [maven2 antrun plugin] problem with classpath

2007-10-03 Thread Tim Kettler
Hi, I can reproduce the problem but have no clue either what the root cause could be. Howerver, it's working for me with the xdoclet-maven-plugin [1] from the mojo project: plugin groupIdorg.codehaus.mojo/groupId artifactIdxdoclet-maven-plugin/artifactId executions

Maven2 Fitnesse Plugin with TeamCity

2007-10-03 Thread Tim Andersen
I'm getting false green for my build. Is anyone else using Maven2 with TeamCity? If so, how do you run your FitNesse tests? We use TeamCity 2.1 for continuous integration. When a FitNesse test fails using the fitnesse-maven-plugin it does not fail the build. I'm having trouble determining

[maven2 antrun plugin] problem with classpath

2007-10-02 Thread Guillaume Boucherie
Hi all, I'm trying to use xdoclet for my project via the antrun plugin, but I'm encounter problem with classpath. I configure antrun like this: project [...] build plugins plugin artifactIdmaven-antrun-plugin/artifactId executions execution

Re: maven2 surefire plugin - how to pass args to surefire on command line

2007-07-27 Thread Thorsten Heit
Hi, This is what I want to pass as the surefire argLine param --- -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y ,address=1824 --- Right now I have this hard coded in the pom as: argLine-Xdebug -Xnoagent -Djava.compiler=NONE

maven2 surefire plugin - how to pass args to surefire on command line

2007-07-25 Thread Si_Simon
coded in the pom as: argLine-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y ,address=7886/argLine but I want to remove it from the pom and pass it on the command line. Thanks Si'mon -- View this message in context: http://www.nabble.com/maven2-surefire

Problem when running Maven from Eclipse/RAD with the Maven2 eclipse plugin

2007-06-16 Thread Olivier Dehon
Hello, I have come across a bizarre issue using the Maven2 eclipse plugin 0.0.10. When I run the install goal on my project's POM from eclipse right-click menu, maven fails to download the JAR of one of the dependencies from the remote central repository. It downloads the dependency POM file

Re: Problem when running Maven from Eclipse/RAD with the Maven2 eclipse plugin

2007-06-16 Thread Jason van Zyl
Wrong list, the discussion is here: http://xircles.codehaus.org/projects/m2eclipse/lists On 16 Jun 07, at 4:54 AM 16 Jun 07, Olivier Dehon wrote: Hello, I have come across a bizarre issue using the Maven2 eclipse plugin 0.0.10. When I run the install goal on my project's POM from eclipse

Re: Maven2 AAR plugin download

2007-06-11 Thread Morgovsky, Alexander \(US - Glen Mills\)
Many thanks. That worked. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of

Maven2 AAR plugin download

2007-06-10 Thread Morgovsky, Alexander \(US - Glen Mills\)
Could someone please let us know where we can download the Maven2 Axis 2 AAR plugin? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should

Re: Maven2 AAR plugin download

2007-06-10 Thread Jason van Zyl
Ask the Axis folks. On 10 Jun 07, at 7:44 AM 10 Jun 07, Morgovsky, Alexander ((US - Glen Mills)) wrote: Could someone please let us know where we can download the Maven2 Axis 2 AAR plugin? Thanks. This message (including any attachments) contains confidential information intended for

Re: Maven2 AAR plugin download

2007-06-10 Thread Jochen Wiedmann
On 6/10/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Could someone please let us know where we can download the Maven2 Axis 2 AAR plugin? Thanks. http://repo1.maven.org/maven2/org/apache/axis2/axis2-aar-maven-plugin/1.2/ -- Besides, manipulating elections is under

Maven2 Clover Plugin - Recursive Aggregation

2007-04-25 Thread gredler
we need to do in order to aggregate these modules recursively? I believe we have 4 or 5 levels... Thanks, Daniel [1] http://maven.apache.org/plugins/maven-clover-plugin/usage.html#Aggregating%20Clover%20Reports -- View this message in context: http://www.nabble.com/Maven2-Clover-Plugin

maven2 xdoclet2 plugin

2007-03-20 Thread nicolas de loof
the xdoclet2 project has a maven2 plugin ( http://xdoclet.codehaus.org/Maven2+plugin) Codehaus dist repository contains version 2.0.5 ( http://dist.codehaus.org/xdoclet/maven-plugins/) AFAIK codehaus is expected to be synch to repo1. Why isn't this plugin available on repo1.maven.org ? Nico.

Re: maven2 websphere plugin

2007-02-20 Thread Rémy Sanlaville
Hi, You need to add the Mojo repo at codehaus too. repository idcodehaus.org/id nameCodeHaus Snapshots/name urlhttp://snapshots.repository.codehaus.org/url

SV: maven2 websphere plugin

2007-02-20 Thread Hermod Opstvedt
Hi It would useful if someone promoted it to the mojo's. Hermod -Opprinnelig melding- Fra: Rémy Sanlaville [mailto:[EMAIL PROTECTED] Sendt: 20. februar 2007 09:56 Til: Maven Users List; [EMAIL PROTECTED] Emne: Re: maven2 websphere plugin Hi, You need to add the Mojo repo

Re: maven2 websphere plugin

2007-02-19 Thread Rémy Sanlaville
Hi Marco, shame on me... i didnt follow links as i did need plugin at that time... well, then your best bet is to go with WAS-specific ant task, call them from maven-antrun plugin a friend of mine (Mr Peter Pilgrim) has done some work on that.. i post here the link of his blog where he

Re: maven2 websphere plugin

2007-02-19 Thread Rémy Sanlaville
Hi Hermod, If you do mvn site on the downloaded source, you will get a bunch of samples in doc of the generated site that are clear and precise. I already tried it but the build failed... [INFO] [site:site] [WARNING] Unable to load parent project from repository: Could not find the model

RE: maven2 websphere plugin

2007-02-19 Thread hermod.opstvedt
Message- From: Rémy Sanlaville [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 10:21 AM To: Maven Users List Subject: Re: maven2 websphere plugin Hi Marco, shame on me... i didnt follow links as i did need plugin at that time... well, then your best bet is to go with WAS-specific ant

RE: maven2 websphere plugin

2007-02-19 Thread hermod.opstvedt
fine. If you can't get it then yell and I'll generate the site and zip it for you get. Hermod -Original Message- From: Rémy Sanlaville [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 10:35 AM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: maven2 websphere plugin Hi

RE: maven2 websphere plugin

2007-02-19 Thread Peter . Pilgrim
-Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 16 February 2007 19:10 To: Maven Users List Subject: Re: maven2 websphere plugin Hi Remy, shame on me... i didnt follow links as i did need plugin at that time... well, then your best bet is to go

RE: maven2 websphere plugin

2007-02-19 Thread hermod.opstvedt
Hi Yepp, somebody (read me) is planning on doing a WAS6 version too real soon. Hemod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 1:13 PM To: users@maven.apache.org Subject: RE: maven2 websphere plugin -Original Message

Re: maven2 websphere plugin

2007-02-19 Thread Rémy Sanlaville
Did you grab from SVN? https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was using TortoiseSvn or svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was mojo-was If you do that and run mvn clean install site on it from that (mojo-was) directory it should build just fine.

Re: maven2 websphere plugin

2007-02-19 Thread Rémy Sanlaville
Yepp, somebody (read me) is planning on doing a WAS6 version too real soon. Yes I see it also, but I need to use Websphere 5.1 for my project. Not sure that WAS6 will be a good candidate for my context. Rémy

SV: maven2 websphere plugin

2007-02-19 Thread Hermod Opstvedt
: Maven Users List Emne: Re: maven2 websphere plugin Did you grab from SVN? https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was using TortoiseSvn or svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was mojo-was If you do that and run mvn clean install site on it from

Re: maven2 websphere plugin

2007-02-16 Thread Rémy Sanlaville
Hi, I'm also interested by a such plugin. I need to generate Stub websphere classes for ejb modules. Grab it from svn: https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was Don't you have an example in order to be able to generate Stub websphere classes ? What about also

Re: maven2 websphere plugin

2007-02-16 Thread Marco Mistroni
Hi Remy, WAS has some custom ant tags for that... you can call those tasks from antrun plugin. that's solution one solution two is one maven guy wrote some maven 1.1 code for that. it's in the archive of this list if i can find it i post it here regards marco On 2/16/07, Rémy Sanlaville

Re: maven2 websphere plugin

2007-02-16 Thread Marco Mistroni
Hi got it. Courtesy of mr hermod opstvedt below was its messge (dated 12/11/06) hth marco Hi The plugin was developed by me. It is here: Maven2 plugin(s): http://snapshots.maven .codehaus.org/maven2/org/codehaus/mojo/mojo-was SVN: https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo

Re: maven2 websphere plugin

2007-02-16 Thread Rémy Sanlaville
Hi Marco, Thanks for the information. I now understand that the mojo-was project [1] contains two sub-project - was5-maven-plugin [2] : a maven plugin. But the document is not really clear and up-to-date ; - was-plugin-anttasks : some custom ant tags that you can call from antrun plugin. I did

Re: maven2 websphere plugin

2007-02-16 Thread Marco Mistroni
Hi Remy, shame on me... i didnt follow links as i did need plugin at that time... well, then your best bet is to go with WAS-specific ant task, call them from maven-antrun plugin a friend of mine (Mr Peter Pilgrim) has done some work on that.. i post here the link of his blog where he describes

SV: maven2 websphere plugin

2007-02-16 Thread Hermod Opstvedt
[mailto:[EMAIL PROTECTED] Sendt: 16. februar 2007 20:10 Til: Maven Users List Emne: Re: maven2 websphere plugin Hi Remy, shame on me... i didnt follow links as i did need plugin at that time... well, then your best bet is to go with WAS-specific ant task, call them from maven-antrun plugin a friend

maven2 websphere plugin

2007-02-15 Thread florian.cavagnini
Hello Is there a maven2 webpshere plugin ? thanks - ATTENTION: The information in this electronic mail message is private and confidential, and only intended for the addressee. Should you receive this message by mistake, you

RE: maven2 websphere plugin

2007-02-15 Thread hermod.opstvedt
: maven2 websphere plugin Hello Is there a maven2 webpshere plugin ? thanks - ATTENTION: The information in this electronic mail message is private and confidential, and only intended for the addressee. Should you receive

[ANN] Maven2 javancss plugin 2.0-beta-2

2007-02-09 Thread jean-laurent de morlhon
The Mojo team is pleased to announce the javancss-maven-plugin 2.0-beta-2 release! http://mojo.codehaus.org/javancss-maven-plugin/ This plugin allows user to: - Compute complexity (CCN) and quantity (NCSS) metrics on your code - Create a report displaying those number. Here's the release note

Re: [mojo-user] [ANN] Maven2 javancss plugin 2.0-beta-2

2007-02-09 Thread takai
Brilliant! Thank you very much! -- View this message in context: http://www.nabble.com/-mojo-user---ANN--Maven2-javancss-plugin-2.0-beta-2-tf3200227s177.html#a8886024 Sent from the Maven - Users mailing list archive at Nabble.com

How to get maven2 java2wsdl plugin to work

2007-01-31 Thread James
: java.lang.ClassNotFoundException: my.imaginary.Class Here is the relevant config from my pom.xml plugin groupIdorg.apache.axis2.maven2/groupId artifactIdaxis2-java2wsdl-maven-plugin/artifactId

Re: is there a maven2 YDoc plugin?

2006-10-30 Thread Jim Bethancourt
Knutson [EMAIL PROTECTED] wrote: is there a maven2 YDoc plugin? -- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Problem using Maven2 eclipse plugin

2006-10-24 Thread Kevin Menard
: Tuesday, October 24, 2006 12:18 AM To: Maven Users List Subject: Re: Problem using Maven2 eclipse plugin Related thread on UNC path issues: From: [EMAIL PROTECTED] To: users@maven.apache.org Date: Sep 26, 2006 8:23 AM Subject: Maven2 and Network Shares Also http://jira.codehaus.org

Problem using Maven2 eclipse plugin

2006-10-23 Thread Nicolas Lanquetin
Hey there, I've tried to use the maven2 plugin 0.0.9 in eclipse 3.2.1 and 3.3M2 via the update site. After succesful installation and restart of eclipse I go to Window Preferences Maven2 to check if Maven is installed well and I get : An error has occured when creating this preference page

RE: Problem using Maven2 eclipse plugin

2006-10-23 Thread Tom Hurley
@maven.apache.org Subject: Problem using Maven2 eclipse plugin Hey there, I've tried to use the maven2 plugin 0.0.9 in eclipse 3.2.1 and 3.3M2 via the update site. After succesful installation and restart of eclipse I go to Window Preferences Maven2 to check if Maven is installed well and I get

RE: Problem using Maven2 eclipse plugin

2006-10-23 Thread Kevin Menard
-Original Message- From: Tom Hurley [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 4:53 PM To: Maven Users List Subject: RE: Problem using Maven2 eclipse plugin Nicolas: I found this link on the MyEclipse User List ([EMAIL PROTECTED]) and it fixed that problem for me

Re: Problem using Maven2 eclipse plugin

2006-10-23 Thread Wayne Fay
Hurley [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 4:53 PM To: Maven Users List Subject: RE: Problem using Maven2 eclipse plugin Nicolas: I found this link on the MyEclipse User List ([EMAIL PROTECTED]) and it fixed that problem for me. http://jira.codehaus.org/browse/MNGECLIPSE

is there a maven2 YDoc plugin?

2006-10-16 Thread Mick Knutson
is there a maven2 YDoc plugin? -- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson

XDoclet problem using the Maven2 xdoclet plugin

2006-10-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I try to generate the XDoclet artifacts using the following definition. However, nothing gets produced in the target in generated-souces/xdoclet. In fact, no artificats anywhere are produced when I call mvn generate-sources. May someone please assist me in this, as I have searched this

Re: XDoclet problem using the Maven2 xdoclet plugin

2006-10-09 Thread Rémy Sanlaville
It seems that the XDoclet plugin does not work very welll. One solution is to use the antrun plugin with an ejbdoclet task See http://www.nabble.com/-M2--Struts-and-XDoclet-tf1775233.html#a4832525 http://www.nabble.com/maven2---xdoclet-plugin-and-strutsconfigxml-tf2270128.html#a6363580 http

  1   2   3   >