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

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). plugin

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

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

2011-10-24 Thread codingplayer
Hi Martin, thanks for your hint to the pluginManagement 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

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

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

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:

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 pluginManagement 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

[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

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

2008-06-24 Thread CodingPlayer
] www.innowake.de innoWake gmbh hrb ulm 4584 geschäftsführer: thorsten bernecker This e-mail may contain confidential information. If you are not the intended recipient please notify the sender immediately and destroy this e-mail. -Ursprüngliche Nachricht- Von: CodingPlayer [mailto

[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

[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

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

2007-12-06 Thread CodingPlayer
classifierrequired/classifier /artifact /artifacts /configuration /execution /executions /plugin On Dec 6, 2007 9:22 AM, CodingPlayer

[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/

[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

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

2007-11-16 Thread CodingPlayer
of required artifacts are at the java.net maven.1 legacy repo 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. just posted the thread

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

2007-11-16 Thread CodingPlayer
layoutlegacy/layout /repository /repositories /project thx again to all those who helped me to get this running. best regards R.C. CodingPlayer wrote: hi dan, thx for your help. i already figured out, that there are several problems (broken poms): - the jaxws-api

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

2007-11-15 Thread CodingPlayer
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: Hi There, I'm an absolute noob to webservices, who is currently trying to compile a webservice

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

2007-11-15 Thread CodingPlayer
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: Hi There, I'm an absolute noob to webservices, who

[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:

[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] 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.

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 -Tim CodingPlayer schrieb: Hi, does anyone know about

[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

[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

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: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration

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

[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-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 our own

[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

[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?

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, i just wonder why

[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: ... properties java.source.version1.3/java.source.version java.target.version1.1/java.target.version /properties . plugin groupIdcom.pyx4me/groupId

[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

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:

[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

[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

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

2007-03-23 Thread CodingPlayer
-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 this. mvn deploy:deploy-file -Dfile=3rdparty.jar

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 file to my remote repository, and wonder if it is possible to deploy

[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:

[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

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

2007-03-16 Thread CodingPlayer
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 2007/3/16, CodingPlayer [EMAIL PROTECTED]: Hi All, i just

[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

[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: reporting plugin groupIdorg.codehaus.mojo/groupId

Re: [M2] checkstyle plugin - correct groupid?

2006-12-06 Thread CodingPlayer
to look at the url 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/maven2/maven/maven-checkstyle-plugin/ http

[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] 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. --

[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:

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

2006-12-04 Thread CodingPlayer
/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? If this feature is not implemented yet, will it be taken into consideration? i know about the 'maven

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/ http://maven.apache.org/plugins/maven-projecthelp-plugin

[M2] pluginManagement vs. plugin in parent pom.xml

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

[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: issueManagement systemMantis/system urlhttp://anyurl/url /issueManagement but in my child pom i DON'T HAVE an issue management. parent

[M2] omitting elements from parent pom?

2006-11-17 Thread CodingPlayer
Hi, I'm using a parent pom.xml for my project poms. parent artifactIdmyartifactid/artifactId groupIdmygroupid/groupId version1.0-SNAPSHOT/version /parent 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?

[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: urlhttp://192.168.22.5/projects/base-project//url scm

[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

[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). pluginRepositories pluginRepository

[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

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

2006-10-18 Thread CodingPlayer
- From: CodingPlayer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 8:39 AM To: users@maven.apache.org Subject: [m2] maven-changelog-plugin - no changes in list? Hi, I'm currently trying to use the maven-changelog-plugin. But there are no changes in the report, and no error

[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: /reporting /plugins plugin !-- Changelog Reports (from SCM) -- groupIdorg.codehaus.mojo/groupId

[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

[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

Re: [M2] maven-jxr-plugin

2006-09-20 Thread CodingPlayer
\maven-jxr-plugin-2.0.jar + *.pom + ... thx 4 your help diroussel 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

Re: [M2] maven-jxr-plugin

2006-09-20 Thread CodingPlayer
, 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 something missing in my configuration. The Source Reference Pages are generated (when i run mvn site:site), but the packackge-frame.html

Re: [M2] maven-jxr-plugin

2006-09-20 Thread CodingPlayer
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: Hi All, I'm currently trying to get the maven-jxr-plugin running. But there seems to be a bug

[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

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

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.

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: project_name/scripts or (since the scripts belong to the whole project) project_name/src/scripts or (since scripts are part of the source) project_name/src/main/scripts and project_name/src/test/scripts (since scripts for

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.

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

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]

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