Re: omitting -tests.jar for pom modules

2011-10-27 Thread codingplayer
Hi Wayne, thx for your answer. But i believe that your approach does not work in my case: as mentioned i have some general projects (that have no sources/test sources) while others do have test sources. if i would use this two-base parents approach, lets say... - maven-base (does not use the ja

omitting -tests.jar for pom modules

2011-10-25 Thread codingplayer
Hi, my current configuration of the maven-jar-plugin in my base-pom automatically generates a -tests.jar file in the target folder (that is exactly what i want, for most of my projects).

Re: where to put common dependecies in multi-module project

2011-10-24 Thread codingplayer
Hi Jan, i get it now, declaring the dependencies in the parent-pom (or directly in each module's pom, where it will be used) leads to a proper binding of the library to the modules, and everybody who changes this dependency, should then be aware of the influences on the code. While using transiti

Re: where to put common dependecies in multi-module project

2011-10-24 Thread codingplayer
Hi Martin, thanks for your hint to the section. But actually, that is not exaclty what i want. Since i do not want to repeat defining each common dependency separately for each sub-module. This approach would be ideal, if i want to use this dependency in many sub-modules (but not all), so i cou

where to put common dependecies in multi-module project

2011-10-24 Thread codingplayer
Hi, i'm wondering where to put my common dependenies in my multimodule project. Let's say, we have a project called sandbox, with three submodules. - sandbox-core - sandbox-service - sandbox-web Existing dependencies: - sandbox-service has a dependency to sandbox-core - sandbox-web has a depende

RE: Error during release:perform with multi-module git project on Windows

2011-10-20 Thread codingplayer
Hi James, thx for your hint. when running the maven command (mvn release:prepare release:perform) in a cmd.exe (rather than in a cygwin/GitBash) it works for me. br Roman -- View this message in context: http://maven.40175.n5.nabble.com/Error-during-release-perform-with-multi-module-git-proje

Re: Error during release:perform with multi-module git project on Windows

2011-10-20 Thread codingplayer
Hi, we currently experience the same problem. running mvn release:prepare (on a Windows 7 machine from a cygwin console) in a module-project fails with the following error: [INFO] Executing: cmd.exe /X /C "git add -- pom.xml C:\DATA\Workspace\sandbox\sandbox-module1\pom.xml C:\DATA\Workspace\san

Re: correct section for plugins-definitons

2011-09-29 Thread codingplayer
Hi Dennis, thx for the poiner to the JIRA issue. br Roman -- View this message in context: http://maven.40175.n5.nabble.com/correct-section-for-plugins-definitons-tp4849832p4852030.html Sent from the Maven - Users mailing list archive at Nabble.com.

correct section for plugins-definitons

2011-09-28 Thread codingplayer
Hi everybody, I'm currently reworking my master pom to use the section as proposed. For me it is still unclear which parts of a plugin-definition need to be placed in which section? (pluginManagment, plugins, reporting) As i would interpret, the default config for a plugin should be placed into

Re: AW: [M2] best-practice to retrieve the version of a webapp?

2008-06-24 Thread CodingPlayer
ntended recipient please notify the sender immediately and destroy this > e-mail. > -Ursprüngliche Nachricht- > Von: CodingPlayer [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 24. Juni 2008 11:20 > An: users@maven.apache.org > Betreff: [M2] best-practice to retrieve the version o

[M2] best-practice to retrieve the version of a webapp?

2008-06-24 Thread CodingPlayer
Hi, Some days ago i had some problems with a webapp of mine, deployed at a test-server. The reason was a wrong version (properties for localhost). Now i wonder if there exists any plugin that generates some kind of version info, that can be retrieved from a running webapp (or at least the webap

[M2] directory layout: where to store example data?

2008-02-15 Thread CodingPlayer
Hi, i just looked up the maven standard directory layout: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html trying to find out where to store example data, but i could not find anything about it. in detail, i have data examples (of .csv files) which

Re: [M2] multiple source directories for -sources.jar?

2007-12-06 Thread CodingPlayer
xml > required > > > > > > > > > > > > > On Dec 6, 2007 9:22 AM, CodingPlayer <[EMAIL PROTECTED]> > wrote: > >

[M2] multiple source directories for -sources.jar?

2007-12-06 Thread CodingPlayer
Hi, i currently try to bundle all my sources together with generated sources from the jaxws-maven-plugin (for the use of webservices). my own sources are in the default directory: src/main/java/ and the jaxws-maven.plugin is configured to store the generated sources into the following directory

[M2] repositories (central, codehaus, java.net)

2007-11-20 Thread CodingPlayer
Hi, i currently reorganize my repositories within my artifactory installation (artifact cache). and i wonder which of these repositories is correct: * central o http://www.ibiblio.org/pub/packages/maven2/ o http://www.ibiblio.org/maven2 o http://repo1.maven.or

[M2] maven-dependency-plugin vs. dependency-maven-plugin

2007-11-20 Thread CodingPlayer
hi, does anyone know which of these plugins is still maintained? (meaning what plugin should i use, and which is the current version?) http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dependency-plugin/ http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/mojo/dependency-maven-pl

Re: [M2] jaxws-maven-plugin vs. ant-task using wsgen

2007-11-16 Thread CodingPlayer
java.net - Dev https://maven-repository.dev.java.net/repository legacy java.net - Maven2 http://download.java.net/maven/2 legacy thx again to all those who helped me to get this running. best regards R.C. CodingPlayer

Re: [M2] jaxws-maven-plugin vs. ant-task using wsgen

2007-11-16 Thread CodingPlayer
> http://download.java.net/maven/1 > > So you need 2 maven2 repos and 1 maven repo to get it to work :-) > > -D > > > On Nov 15, 2007 2:14 AM, CodingPlayer <[EMAIL PROTECTED]> > wrote: >> >> hi wayne, >> >> thx for your hint. >> >&g

Re: [M2] jaxws-maven-plugin vs. ant-task using wsgen

2007-11-15 Thread CodingPlayer
uest on the jaxws plugin > users/dev list. Since there is a lower chance that someone here is > using jaxws and will respond, but a very high chance that someone on > that list is using jaxws. > > Wayne > > On 11/14/07, CodingPlayer <[EMAIL PROTECTED]> wrote: >>

Re: [M2] jaxws-maven-plugin vs. ant-task using wsgen

2007-11-15 Thread CodingPlayer
t; using jaxws and will respond, but a very high chance that someone on >> that list is using jaxws. >> >> Wayne >> >> >> On 11/14/07, CodingPlayer <[EMAIL PROTECTED]> wrote: >> > >> > Hi There, >> > >> > I'm an abso

[M2] jaxws-maven-plugin vs. ant-task using wsgen

2007-11-14 Thread CodingPlayer
Hi There, I'm an absolute noob to webservices, who is currently trying to compile a webservice annotated class, with the actual jaxws-maven-plugin. i already lost 3 days, and still didn't find a way to get it running properly. to find the error i stepped back, and simply tried to get the wsgen

[M2] maven plugin for Java6 wsgen tool?

2007-11-12 Thread CodingPlayer
Hi, is there currently any plugin that uses the java jdk6 wsgen tool? which plugin can i use to generate my .wsdl file from webservice annotated java classes? thx 4 help R.C. -- View this message in context: http://www.nabble.com/-M2--maven-plugin-for-Java6-wsgen-tool--tf4790424s177.html#a137

Re: [M2] obfuscating plugin

2007-08-22 Thread CodingPlayer
Hi Tim, proguard looks 'nice' enough for my needs ;D thx 4 your reply. R.C. Tim Kettler wrote: > > Hi, > > what's your definition of 'nice' :-) > > http://pyx4me.com/pyx4me-maven-plugins/proguard-maven-plugin/introduction.html > > -

[M2] obfuscating plugin

2007-08-22 Thread CodingPlayer
Hi, does anyone know about a nice obfuscator plugin for Maven2?? (pls post your configuration as well) thx 4 help R.C. -- View this message in context: http://www.nabble.com/-M2--obfuscating-plugin-tf4311244s177.html#a12273396 Sent from the Maven - Users mailing list archive at Nabble.com. -

[M2] maven-release-plugin: debug vs. release version

2007-08-22 Thread CodingPlayer
Hi, i recently asked myself, if there is any possibility to discriminate between a debug and a release version (like in the old C++ days). what i mean exactly is, that when releasing a project, i would like to have the possibility to decide to either generate a debug-version: - containing full

[M2] Maven2 integration for JBuilder X (and higher)

2007-08-14 Thread CodingPlayer
Hi All, - is there any working plugin for the JBuilder IDE that supports Maven2? i already posted this question about one year ago: http://www.nabble.com/JBuilder-Plugin-for-Maven2-tf2009003s177.html#a5519383 just wanted to check if somebody has implemented it yet, and might want to let us kno

[1.0.3] how do i resume/abort a stuck build

2007-07-17 Thread CodingPlayer
Hi, i'm using Continuum 1.0.3 (as continuous integration). after creating a new project the first build stuck during the site:deploy-phase. last lines of the build output: [INFO] [site:deploy] Using private key: /home/continuum/.ssh/id_dsa now the build is stuck. How do i reset the b

[M2] cobertura-maven-plugin: cobertura.ser does not exist

2007-06-28 Thread CodingPlayer
Hi, i'm trying to run 'mvn site' for my archetype-project, but always get the following error. The archetype itself has no REAL sources, but defines some source templates. I believe the cobertura-maven-plugin detects those sources and beliefs that they are part of the project. [INFO] --

Re: [M2] j2me-maven-plugin: preverification error

2007-06-28 Thread CodingPlayer
Hi Damien, thx for this hint. i already tried ${settings.localRepository} but since i use the default (and no ${settings.localRepository} is specified in my settings.xml) maven can't resolve the property. and the second reason why i didn't investigate more time to get rid of the ${env.WTK_HOME}

Re: [M2] j2me-maven-plugin: preverification error

2007-06-28 Thread CodingPlayer
Hi Damien, i just found some time to try out your hint (configuring the compile plugin to use a bootclasspath). here is the config, that worked for me finally: org.apache.maven.plugins maven-compiler-plugin ${env.WTK_HOME}/lib/cldcapi11.jar;$

Re: [M2] mvn-qalab-plugin: qalab.xml

2007-06-26 Thread CodingPlayer
Hi, thx for this hint. i finally found a nice description (about dealing with the qalab.xml file) in the plugins FAQ: http://qalab.sourceforge.net/multiproject/maven2-qalab-plugin/faq.html#what-scm regards R.C. Dimitris Kapanidis-2 wrote: > > CodingPlayer wrote: >> Hi, >>

[M2] mvn-qalab-plugin: qalab.xml

2007-06-26 Thread CodingPlayer
Hi, i just wonder why the qalab.xml file is not in the \target folder (since it is generated). do i need to check it in to my SCM (Subversion), is it updated when executing later builds? (does the plugin store the history of previous builds in this file?) or can i put it on the ignore list? and

[M2] maven-cobertura-plugin: cobertura.ser

2007-06-26 Thread CodingPlayer
Hi, i just wonder why the cobertura.ser file is not in the \target folder (since it is generated). do i need to check it in to my SCM (Subversion), is it updated when executing later builds? (or can i put it on the ignore list? and add it to the maven-clean-plugin configuration?) thx 4 help R.C

Re: [M2] j2me-maven-plugin: preverification error

2007-06-26 Thread CodingPlayer
thx, i'll try this out very soon, and let u know if it worked. Damien Lecan-2 wrote: > >> u might have misunderstood my problem: >> >> - in the J2ME API java.io.DataInputStream IS INCLUDED. > > Ok > You need to change compiler bootclasspath, with J2ME API classes. In > my company, we are using

Re: [M2] j2me-maven-plugin: preverification error

2007-06-25 Thread CodingPlayer
Hi Damien, u might have misunderstood my problem: - in the J2ME API java.io.DataInputStream IS INCLUDED. - the problem is that the J2ME is derived from an old JDK 1.1 (just slightly changed), and therefore the inheritence structure for the java.io.DataInputStream (in J2ME) is: java.lang.Object

[M2] j2me-maven-plugin: Configuration

2007-06-25 Thread CodingPlayer
Hi, since i tried the whole day, to get my J2ME application running using the j2me-maven-plugin to create the JAR and the JAD file, and didn't succeed, i would love if anyone using this plugin could post a working configuration here. finally i had my application running in the emulator, and on o

[M2] j2me-maven-plugin: preverification error

2007-06-25 Thread CodingPlayer
Hi, i just try to get my J2ME application running under Maven2. here is my pom: ... 1.3 1.1 . com.pyx4me j2me-maven-plugin 2.0.1

[M2] taglist-maven-plugin: casing?

2007-06-20 Thread CodingPlayer
Hi, i just discovered this nice taglist-maven-plugin listing several tags in a nice report. My question is, if it is possible to ignore the casing (for the match)?? i would love to see: - TODO, todo, Todo, (and several casing variations) in the same list. - same for @TODO and @todo it wo

[M2] Overview of common plugins?

2007-03-23 Thread CodingPlayer
Hi, i wonder if anyone has a nice list of useful common maven2 plugins? all i found is this outdated list: http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix thx 4 help R.C. -- View this message in context: http://www.nabble.com/-M2--Overview-of-common-plugins--tf3453450s177.html#a963

Re: [M2] maven-deploy-plugin: is it possibly to deploy sources?

2007-03-23 Thread CodingPlayer
thx, i just found out the same^^ R.C. Valerio Schiavoni wrote: > > try adding -Dclassifier=sources -Dfile="3rdparty-src.jar" > > On 3/23/07, CodingPlayer <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> i just want to deploy a 3rd party jar

Re: [M2] maven-deploy-plugin: is it possibly to deploy sources?

2007-03-23 Thread CodingPlayer
/path-to-remote-repository -Dclassifier=sources R.C. CodingPlayer wrote: > > Hi, > > i just want to deploy a 3rd party jar file to my remote repository, and > wonder if it is possible to deploy the source.jar as well? > > i couldn't find any parameter/switch doing thi

[M2] maven-deploy-plugin: is it possibly to deploy sources?

2007-03-23 Thread CodingPlayer
Hi, i just want to deploy a 3rd party jar file to my remote repository, and wonder if it is possible to deploy the source.jar as well? i couldn't find any parameter/switch doing this. mvn deploy:deploy-file -Dfile="3rdparty.jar" -DgroupId=com.3rdparty.app -DartifactId=3rdparty -Dversion

Re: [M2] maven-release-plugin and javadoc @version tags

2007-03-16 Thread CodingPlayer
e @version javadoc tag in every single java class file. I couldn't find any plugin doing this. Maybe this filtering you mentioned can help? thx R.C. Rémy Sanlaville wrote: > > Hi, > > Isn't possible to use filtering with ${pom.version} ? > > Rémy > &g

[M2] maven-release-plugin and javadoc @version tags

2007-03-16 Thread CodingPlayer
Hi All, i just was wondering if there is any possibility to tell the maven-release-plugin, to change ALL the source files as well? i mean, it would be nice, if the @version javadoc tag would be automatically changed for each class. For e.g. when releasing version 1.7 and changing to 1.8-SNAPSHO

[M2] extending profiles from parent pom -> BUG in maven-help-plugin??

2007-03-12 Thread CodingPlayer
Hi all, i just split my parent pom into two distinct poms. One containing only generic informations, like used plugins, repositories (maven, codehaus), ...), while the second one contains company specific settings (issues, developers, organization, ...) Some of the elements are needed in both p

[M2] jxr doesn't work with latest findbugs

2007-01-26 Thread CodingPlayer
Hi, I use the findbugs and JXR plugins from codehaus, but the cross reference linking doesn't work for findbugs. (but it works properly for other plugins, e.g. PMD) here is my pom.xml snipet: org.codehaus.mojo findbugs-maven-plugin 1.0.0 or

Re: [M2] checkstyle plugin - correct groupid?

2006-12-06 Thread CodingPlayer
to look at the was a very good tip. thx 4 your help. R.C. Wendy Smoak-3 wrote: > > On 12/5/06, CodingPlayer <[EMAIL PROTECTED]> wrote: > >> i just found out about the existence of two checkstyle plugins: >> >> http://mirrors.ibiblio.org/pub/mirrors/mav

[M2] checkstyle plugin - correct groupid?

2006-12-05 Thread CodingPlayer
hi, i just found out about the existence of two checkstyle plugins: http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-checkstyle-plugin/ http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/ i found (a relative) new version for both: maven:

[M2] vs. in parent pom.xml

2006-12-04 Thread CodingPlayer
Hi, i just found out about the existence of the section in a pom.xml. But i wonder, what is the difference to a section?? Until now, i only use a section in my parent pom.xml, and all of the plugins still work in my sub-projects. So, why should i put these plugins under the section? thx 4

Re: [M2] different maven-...help-plugins?

2006-12-04 Thread CodingPlayer
Mark, thx 4 help, that was what i expected. R.C. Mark Hobson wrote: > > On 04/12/06, CodingPlayer <[EMAIL PROTECTED]> wrote: >> does anyone know about the difference of these two plugins? >> >> http://maven.apache.org/plugins/maven-help-plugin/ >> h

Re: [M2] list of available goals (for all plugins)?

2006-12-04 Thread CodingPlayer
pleware.be/training/maven/maven2/buildLifecyclePhases.html> > and at other places. > > > On 4 Dec 2006, at 15:15, CodingPlayer wrote: > >> >> Hi, >> >> i'm searching for a plugin that lists all available goals of ALL >> Maven2 >> plugins? >&g

[M2] different maven-...help-plugins?

2006-12-04 Thread CodingPlayer
Hi, does anyone know about the difference of these two plugins? http://maven.apache.org/plugins/maven-help-plugin/ http://maven.apache.org/plugins/maven-projecthelp-plugin/ Which one is used most common? thx R.C. -- View this message in context: http://www.nabble.com/-M2--different-maven-..

[M2] list of available goals (for all plugins)?

2006-12-04 Thread CodingPlayer
Hi, i'm searching for a plugin that lists all available goals of ALL Maven2 plugins? If this feature is not implemented yet, will it be taken into consideration? i know about the 'maven-projecthelp-plugin' and the 'maven-help-plugin', but they don't show available goals... thx 4 help R.C. -- V

[M2] omitting elements from parent pom?

2006-11-17 Thread CodingPlayer
Hi, I'm using a parent pom.xml for my project poms. myartifactid mygroupid 1.0-SNAPSHOT I just wonder, how can i get rid of an element that is declared in the parent pom, but should not appear in the child pom? is there any possibility to exclude specific elements/tags that s

[M2] IssueManagement - how configure "no issue management" in child-project, when parent project has an issue managament?

2006-11-17 Thread CodingPlayer
Hi, i currently use a master pom.xml from which all of my other project poms are derived. in this master i use an issue management block: Mantis http://anyurl but in my child pom i DON'T HAVE an issue management. myartifactid mygroupid 1.0-SNAPSHOT so how do i

[M2] properties from parent-pom expanded wrongly in child-pom

2006-10-25 Thread CodingPlayer
Hi, i use a parent-pom from which my child-poms are derived. and i wonder if i can get rid of entries in my child poms, that only differ in the artifactId. for example, in my parent pom i use: http://192.168.22.5/projects/base-project/ scm:svn:https://myserver/svn/base-project/trunk

[M2] maven-changelog-plugin, apache plugin repo down?

2006-10-24 Thread CodingPlayer
Hi, i currently have the following problem: [INFO] snapshot org.apache.maven.plugins:maven-changelog-plugin:2.0-SNAPSHOT: checking for updates from apache-snapshots [WARNING] repository metadata for: 'snapshot org.apache.maven.plugins:maven-changelog-plugin:2.0-SNAPSHOT' could not be retrieved

[M2] plugin repositories

2006-10-24 Thread CodingPlayer
Hi, I use several plugins in my parent-pom. Some of them are release versions, others are snapshot-versions. And they are both, from apache and codehaus. So i configured the pluginRepos for both of them (as well as my internal repo). apache-snapshots Apache snapshots

[M2] maven-cargo-plugin, no longer supported?

2006-10-24 Thread CodingPlayer
Hi, I lately started with my first webapp using Maven2. And i heard that the maven-cargo-plugin would work best, but the website seems to be down: http://cargo.codehaus.org/Maven2+plugin has the plugin moved? Or is it no longer supported? Which other plugins work good for developing webapps

RE: [m2] maven-changelog-plugin - no changes in list?

2006-10-18 Thread CodingPlayer
Codehaus to Apache, and > the newest version is located there. Don't forget to add the Apache > snapshot repository > (http://people.apache.org/repo/m2-snapshot-repository) to your > repository list since the plugin's not yet released. > > Thanks, > > Ryan Slobo

[m2] maven-changelog-plugin - no changes in list?

2006-10-17 Thread CodingPlayer
Hi, I'm currently trying to use the maven-changelog-plugin. But there are no changes in the report, and no error in the build log. my configuration is: pom.xml: org.codehaus.mojo changelog-maven-plugin dual-report

[M2] Single assembly descriptor.xml for several child-projects

2006-09-26 Thread CodingPlayer
Hi, i'm trying to use some assembly descriptor.xml files to generate some jar files (with, without dependencies, ...). My problem is: that i would like to use the same descriptors for all of my child-projects. Currently all of my poms are derived from a parent-pom. i would love, if i could con

[M2] list of built-in properties

2006-09-21 Thread CodingPlayer
Hi, i'm currently looking for a complete list of built-in properties for Maven2. the only list i could find, was this: http://maven.apache.org/maven-1.x/reference/properties.html which is only for Maven 1.x, and i'm not sure if all of these properties are still valid/used. maybe someone has an

Re: [M2] maven-jxr-plugin

2006-09-20 Thread CodingPlayer
s not correct. > > HTH, > Fabrice. > > On 9/19/06, CodingPlayer <[EMAIL PROTECTED]> wrote: >> >> >> Hi All, >> >> I'm currently trying to get the maven-jxr-plugin running. >> >> But there seems to be a bug in the plugIn or somethi

Re: [M2] maven-jxr-plugin

2006-09-20 Thread CodingPlayer
you problem is probably the same: I can see that because the > generated HTML files are place in the folder "\target\site\xref\java". So > I > guess your POM is not correct. > > HTH, > Fabrice. > > On 9/19/06, CodingPlayer <[EMAIL PROTECTED]> wrote: >

Re: [M2] maven-jxr-plugin

2006-09-20 Thread CodingPlayer
ussel wrote: > > What version are you using? I'm using jxr-maven-plugin\2.0-beta-1 and I > don't seem to have that problem. > > > CodingPlayer wrote: >> >> Hi All, >> >> I'm currently trying to get the maven-jxr-plugin running. >>

[M2] maven-jxr-plugin

2006-09-19 Thread CodingPlayer
Hi All, I'm currently trying to get the maven-jxr-plugin running. But there seems to be a bug in the plugIn or something missing in my configuration. The Source Reference Pages are generated (when i run mvn site:site), but the packackge-frame.html and the package-summary.html are stored in a di

Oracle JDBC Dependency

2006-08-04 Thread CodingPlayer
Hi, i'm currently looking for the correct dependency (for my pom.xml) to the Oracle JDBC Driver 10.2.0.1.0 (ojdbc14-10.2.0.1.0.jar). I couldn't find it in the central repository (ibiblio). Do i have to install it manually? Or does anyone know if it is hosted somewhere else, and if so, tell me

Re: Maven2 - Where to put script files?

2006-08-01 Thread CodingPlayer
thx for your reply, but i'm not sure what exactly you mean: /scripts or (since the scripts belong to the whole project) /src/scripts or (since scripts are part of the source) /src/main/scripts and /src/test/scripts (since scripts for runtime and tests should be divided apart) --

Maven2 - Where to put script files?

2006-08-01 Thread CodingPlayer
Hi, i just browsed through the standard directory layout for Maven2. http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html here I still could not find out where to put my shell-scripts (batch-files), that for example start my application from the CLI.

Include Depending JARs (Assembly plugin)

2006-07-27 Thread CodingPlayer
Hi, Since i'm quite new to Maven2 i still haven't found out how to solve all of my questions. I just wonder how do i generate a single JAR, containing all of the dependend JARs declared in the pom.xml. What i mean is, after the build i get my JAR which contains just the class files for my proje

JBuilder Plugin for Maven2

2006-07-27 Thread CodingPlayer
Since im currently migrating all of my projects to Maven2, i ask myself if there is a plugin for the JBuilder X IDE, that supports Maven2. The only thing i could find out is that there exists a plugin for Maven1, which is no longer supported and will not be extended to work for Maven2 as well. h

Re: findbugs plugin for Maven2

2006-07-25 Thread CodingPlayer
Hi Dennis, thx for your help. i tried what u told me, but still get the following error message: [INFO] [ERROR] FATAL ERROR [INFO] [INFO] org/jaxen/J

findbugs plugin for Maven2

2006-07-24 Thread CodingPlayer
Hi all, i currently investigate my time migrating my projects to Maven2. But i still haven't found out how to get the findbugs plugin running. >From what i found out, after reading through several posts and google searches, there seem to be 2 different plugIns (i tried them both): there is on