Re: sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
ycle cause the error message is giving me such a hint... But thanks for you response... Kind regards Karl Heinz Marbaise -ketil On Thu, Apr 23, 2009 at 10:47 AM, Karl Heinz Marbaise wrote: Hi there, I have a large multi module project which is working well. Now i'm trying to enhance thi

Re: sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
Hi, And table is a reserved word in sql, so you should insert your real table name there. Yes of course i know...in the real example here i have a real table name, but i don't want to write real names in the post into the mailing list... Kind regards Karl Heinz Marbaise -ketil On Thu

Re: sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
simplified the thing more and using the following: SELECT sysdate from dual; and got the same result... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Re: sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
...;-( Many thanks for the help... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http

Re: Building the same M2 project on different branches with Continuous Integration

2009-04-24 Thread Karl Heinz Marbaise
Hi, may be you can use a "buildnumber" e.g. (buildnumber plugin) so you have different numbers in the name Or you have to change the versions for the different branches, cause they are different...(e.g. verisons-plugin)... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklun

Problem with appassembler-maven-plugin

2009-05-14 Thread Karl Heinz Marbaise
But i can't get it to work with: mvn package I can call it manually: mvn appassembler:assemble So did i oversight something ? Wrong Configuration ? Does someone has a hint ? Many thanks in advance... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +4

Re: Problem with appassembler-maven-plugin

2009-05-14 Thread Karl Heinz Marbaise
Hi, sorry missed to add the pom.xml file. Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen

Re: Problem with appassembler-maven-plugin

2009-05-17 Thread Karl Heinz Marbaise
No one can help ? Who is using appassembler-maven-plugin Kind regards Karl Heinz Marbaise Hi, i have a working maven project which has no modules ... I'm using things like Assembly-Plugin to create a binary package etc. But now i have decided to use the appassembler-maven-plugin and tri

Re: Problem with appassembler-maven-plugin

2009-05-17 Thread Karl Heinz Marbaise
Hi Stephen, the executions is not a child element of configuration but a sibling Oh my lord...sometimes it could be so simplei've oversight this the whole time ...;-(... Many thanks for your reply... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.

Re: automaticly deployment after mvn install

2009-07-03 Thread Karl Heinz Marbaise
maven-plugin/deployment.html > Is there a possibility to change this process into an automaticly one? "automaticly" not really but you can simply use mvn tomcat:deploy ? Kind regards Karl Heinz Marbiase -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.I

Source Repository Site (SVN)

2009-07-19 Thread Karl Heinz Marbaise
Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de

Re: Hibernate reveng

2009-08-06 Thread Karl Heinz Marbaise
] +- org.hibernate:hibernate-annotations:jar:3.3.1.GA:compile [INFO] | +- org.hibernate:hibernate-commons-annotations:jar:3.0.0.ga:compile [INFO] | \- org.hibernate:ejb3-persistence:jar:1.0.1.GA:compile Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893

Re: Assembly Excludes

2009-08-06 Thread Karl Heinz Marbaise
Hi, why havn't you defined those dependencies as "provided" ? Kind Regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE

[ANN] Apache Maven Ant Plugin Version 2.4 Released

2014-12-21 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Ant Plugin, version 2.4 The Ant Plugin generates build files for Ant 1.6.2 or above from the POM. http://maven.apache.org/plugins/maven-ant-plugin/ You should specify the version in your project's plugin configuration:

[ANN] Apache Maven AntRun Plugin Version 1.8 Released

2014-12-26 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven AntRun Plugin, version 1.8 This plugin provides the ability to run Ant tasks from within Maven. You can even embed your Ant scripts in the POM! http://maven.apache.org/plugins/maven-antrun-plugin/ You should specify th

Re: Set system property by -Dxxx=xxx vs. in java source file. Why it does not work if setting in java source file ?

2014-12-29 Thread Karl Heinz Marbaise
Hi, can you give a little bit more information like which Maven version you are using and what exactly you are trying to achieve ? Do you have an example project? Kind regards Karl Heinz Marbaise On 12/29/14 11:18 AM, 李响 wrote: Hi, I am using IBM JDK 7.1-2.0. Because SSL v3 is disabled by

[ANN] Apache Maven EAR Plugin Version 2.10 Released

2014-12-31 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 2.10 This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). http://maven.apache.org/plugins/maven-ear-plugin/ You sh

[ANN] Apache Maven WAR Plugin Version 2.6 Released

2015-01-12 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 2.6 The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive. http://maven.apache.org/plu

Re: [ANN] Apache Maven WAR Plugin Version 2.6 Released

2015-01-13 Thread Karl Heinz Marbaise
Hi Andrei, outch...sorry you are right...my fault... Here is the correct link: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11150&version=20681 Kind regards Karl Heinz Marbaise On 1/13/15 4:04 PM, Andrei Ivanov wrote: The release notes link points to the EAR plugin :) On

Re: source-plugin vs, the initialize phase?

2015-01-15 Thread Karl Heinz Marbaise
Hi, you problem is simply you have bound the `jar` goal of the maven-source-plugin which forks the life cycle. To prevent that you should use the `jar-no-fork` goal instead [1]... Kind regards Karl Heinz Marbaise [1] http://maven.apache.org/plugins/maven-source-plugin/jar-no-fork

Re: source-plugin vs, the initialize phase?

2015-01-15 Thread Karl Heinz Marbaise
Hi, On 1/15/15 5:45 PM, org.apache.maven.u...@io7m.com wrote: 'Lo. On 2015-01-15T17:41:33 +0100 Karl Heinz Marbaise wrote: Hi, you problem is simply you have bound the `jar` goal of the maven-source-plugin which forks the life cycle. On 2015-01-15T16:40:36 + Stuart McCulloch

[ANN] Apache Maven EJB Plugin Version 2.5 Released

2015-01-16 Thread Karl Heinz Marbaise
- Remove unnecessary exclusions of org.codehaus.plexus:plexus-component-api Enjoy, -The Apache Maven team Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

[ANN] Apache Maven Shared Component: Maven JarSigner Version 1.4 Released

2015-01-21 Thread Karl Heinz Marbaise
o plexus-component-* 1.6 * [MSHARED-395] - Upgrade to Maven 2.2.1 compatiblity * [MSHARED-397] - Upgrade maven-shared-utils to 0.7 * [MSHARED-398] - Removed dependency plexus-container-default:1.0-alpha-9-stable-1 Enjoy, -The Apache Maven team Karl Heinz

[ANN] Apache Maven Shared Component: Maven Dependency Analzyer Version 1.6 Released

2015-01-21 Thread Karl Heinz Marbaise
HARED-361] - DefaultProjectDependencyAnalyzer.buildArtifactClassMap assumes dependencies are jar files (regression) * [MSHARED-382] - JarFile object is not being closed Improvement: * [MSHARED-371] - Increase chance of java8 compliance by updating to plexus-component-* 1.6 Enjoy, -The Apache Maven team Karl Heinz

[ANN] Apache Maven JarSigner Plugin Version 1.4 Released

2015-01-25 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JarSigner Plugin, version 1.4 This plugin provides the capability to sign or verify a project artifact and attachments using jarsigner. http://maven.apache.org/plugins/maven-jarsigner-plugin/ You should specify the ver

[ANN] Apache Maven Dependency Plugin Version 2.10 Released

2015-01-27 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Dependecy Plugin, version 2.10 The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location. http://maven.apache.or

[ANN] Apache Maven Enforcer Version 1.4 Released

2015-01-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer, version 1.4 Enforcer is a build rule execution framework. http://maven.apache.org/enforcer If you need to force things within your build please use the maven-enforcer-plugin. http://maven.apache.org/enforce

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
nvironment. Will the bug be fixed in the next (3.0.6) release? When will 3.0.6 version will be released if ever? Thank you, Vitaly Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: Can't compile my classes with maven.

2015-02-02 Thread Karl Heinz Marbaise
src/main/resources/META-INF >${basedir}/target > log4j.properties >servers.json > > Kind regards Karl Heinz Marbaise [1] http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html On 2/2/15 3:27 PM, xeonmai

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
the Maven radar? Not that i know...but i have to admit that i didn't check the jira for that...But of course you can create a jira issue for this... From my perspective i have my doubts to support such thing... Kind regards Karl Heinz Marbaise On Mon, Feb 2, 2015 at 6:27 AM, Karl Heinz M

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
do is require a (min) version of Maven. This makes it hard to upgrade as we have several projects to support and some will never be upgraded as they are older branches. Is this feature on the Maven radar? On Mon, Feb 2, 2015 at 6:27 AM, Karl Heinz Marbaise wrote: Hi, isn't it an option to

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
on it... Kind regards Karl Heinz Marbaise -Curtis On Feb 2, 2015 11:17 AM, "David Hoffer" wrote: Here is a link to how Gradle does this http://gradle.org/docs/current/dsl/org.gradle.api.tasks.wrapper.Wrapper.html looks like it does a build tool download and builds against that

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
taly wrote: Hi, Was the issue resolved in 3.2.5? Have you tried to run with 3.2.5 ? Thank you, Vitaly -Original Message----- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: יום ב 02 פברואר 2015 15:27 To: users@maven.apache.org Subject: Re: maven 3.0.6 release date Hi, i

[ANN] Apache Maven PDF Version 1.3 Released

2015-02-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven PDF Plugin, version 1.3 This plug-in allows you to generate a PDF version of your project's documentation. http://maven.apache.org/plugins/maven-pdf-plugin/ org.apache.maven.plugins maven-pdf-plugin 1.3 Releas

[ANN] Apache Maven Repository Plugin Version 2.4 Released

2015-02-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Repository Plugin, version 2.4 This plugin is used to create bundles of artifacts that can be uploaded to the central repository. http://maven.apache.org/plugins/maven-repository-plugin/ org.apache.maven.plugins m

Re: TFS or NuGet repository for Maven

2015-03-02 Thread Karl Heinz Marbaise
Hi, What do you exactly mean by TFS / NuGet integration for Maven repositories... A maven repository either in Artifactory or in other repository manager don't need any integration into TFS (version control?) ? Kind regards Karl Heinz Marbaise On 3/2/15 8:03 PM, Preston, Dale wrote

[ANN] Apache Maven Stage Plugin Version 1.0 Released

2015-03-04 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Stage Plugin, version 1.0 This plugin is used to create bundles of artifacts that can be uploaded to the central repository. http://maven.apache.org/plugins/maven-stage-plugin/ org.apache.maven.plugins maven-stage

[ANN] Apache Maven Patch Plugin Version 1.2 Released

2015-03-10 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Patch Plugin, version 1.2 The Patch Plugin is used to apply patches to source files. http://maven.apache.org/plugins/maven-patch-plugin/ org.apache.maven.plugins maven-patch-plugin 1.2 Release Notes - Maven Pa

[ANN] Apache Maven Jar Plugin Version 2.6 Released

2015-03-10 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Jar Plugin, version 2.6 This plugin provides the capability to build jars. http://maven.apache.org/plugins/maven-jar-plugin/ org.apache.maven.plugins maven-jar-plugin 2.6 Release Notes - Maven JAR Plugin - Ver

Re: Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-10 Thread Karl Heinz Marbaise
emove the local repository from your jenkins build...and check the logging output carefullyusually this is caused by not correctly downloaded or missing artifacts in corporate repository managers... BTW: How is Maven called ? Which Maven version do you use? Kind regards Karl Heinz Marbaise

Re: Maven phase that runs before dependency resolution

2015-03-10 Thread Karl Heinz Marbaise
old... So the conclusion of your post? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-11 Thread Karl Heinz Marbaise
s 2015-03-11 0:48 GMT+01:00 Charles Chan : Thanks for the pointers, here are my reply. On Tue, Mar 10, 2015 at 8:43 AM, Karl Heinz Marbaise wrote: Hi, Do you have other warnings in your build? About missing artifacts etc. ? Other than this particular message. There are no other warni

Re: Maven phase that runs before dependency resolution

2015-03-11 Thread Karl Heinz Marbaise
Hi, On 3/10/15 5:37 PM, Karl Heinz Marbaise wrote: Hi, On 3/10/15 5:03 PM, richard_senior wrote: There is currently no phase in which you can run a plugin that is before dependency resolution. I missed a thing completely... Starting with Maven 3.0.3 there exists the possibility to use an

Re: Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-11 Thread Karl Heinz Marbaise
n all your jenkins jobs are not separated from each otherThe drawback of this configuration is that the build job contains the whole local repository which is needed to build your build (hard disk space)...but it makes all your jobs i

Re: What is going on with maven-javadoc-plugin?

2015-03-13 Thread Karl Heinz Marbaise
next days ... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: What is going on with maven-javadoc-plugin?

2015-03-13 Thread Karl Heinz Marbaise
heck within the next days ... > Furthermore nobody is holding...just we have done 49 releases on those 6 months...this means in average every 3-4 days a new release... A fixed bug is not a new feature, why should we wait 6 months for more people to hit this bug, if we could solve it today?

Re: What is going on with maven-javadoc-plugin?

2015-03-13 Thread Karl Heinz Marbaise
Hi Marcos, now i would suggest to subscribe on the DEV mailing list and become an active member of the community and check the VOTEd release and see if it works for you...and please give feedback about it... Kind regards Karl Heinz Marbaise On 3/13/15 10:27 PM, Marcos Zolnowski wrote

[ANN] Apache Maven DOAP Plugin Version 1.2 Released

2015-03-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven DOAP Plugin, version 1.2 The DOAP Plugin is used to generate a compliant Description of a Project (DOAP)] file from a POM. Description of a Project (DOAP) http://usefulinc.com/doap The main goal is to be able to provid

[ANN] Apache Maven JavaDoc Plugin Version 2.10.2 Released

2015-03-18 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, version 2.10.2 http://maven.apache.org/plugins/maven-javadoc-plugin/ The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. org.apache.maven.plugins maven-javadoc-

[ANNOUNCEMENT] End Of Life of Maven 2.2.1 - Plugins / JDK Roadmap

2015-03-20 Thread Karl Heinz Marbaise
Dear Maven Users, based on the End of Life of Maven 2.2.1 (a year ago) now the time has come to make the final releases of Apache Maven Plugins which support Maven 2.X. If you continue to use Maven 2.2.1 or earlier you have to be aware of using an completely unsupported Maven version as well as u

Re: Errors performing release to Nexus

2015-03-23 Thread Karl Heinz Marbaise
Hi have you tried to release several times...with the same version ? cause 400 code looks like this Kind regards Karl Heinz Marbaise On 3/23/15 6:01 PM, David Hoffer wrote: We are trying to perform an internal release of the quartz project after we made a few changes. However when we perform

Re: Errors performing release to Nexus

2015-03-23 Thread Karl Heinz Marbaise
... Kind regards Karl Heinz Marbaise -Dave On Mon, Mar 23, 2015 at 11:14 AM, Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote: Hi have you tried to release several times...with the same version ? cause 400 code looks like this Kind regards Karl Heinz Marbaise On 3

[ANN] Apache Maven Compiler Plugin Version 3.3 Released

2015-03-27 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Compiler Plugin, version 3.3 The Compiler Plugin is used to compile the sources of your project. http://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configura

Re: Proper way of inheriting versions on multi-module projects

2015-03-31 Thread Karl Heinz Marbaise
odehaus.org/versions-maven-plugin/ [3] http://maven.apache.org/docs/3.2.1/release-notes.html Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.9.4 Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other tools (e.g. Continuum) by providing them with a common API for doing SCM operations. http://maven.apache.org/scm/ Release No

Re: orders of plug-in

2015-04-04 Thread Karl Heinz Marbaise
est practices? Thanks. So the order of executions is defined by the binding to the appropriate life cycle as you can see here: http://maven.apache.org/ref/3.3.1/maven-core/default-bindings.html Or are you talking about execution order within the same life cycle phase? Kind regards Karl He

Re: orders of plug-in

2015-04-05 Thread Karl Heinz Marbaise
on archive (like tar.gz / zip etc.) ...Than you should go an other path instead of maven-dependency-plugin ? Kind regards Karl Heinz Marbaise org.apache.maven.plugins maven-dependency-plugin 2.5 copy-dependencies

Re: Computing the maven dependency graph at runtime for unit tests?

2015-04-06 Thread Karl Heinz Marbaise
explain a little bit more what you like to achieve, cause i'm a little bit puzzled that you have unit tests which checks dependencies...? Is this possible? Could I embed this in a unit test or does it have to be a plugin? ideally something easy… Kind regards Karl Heinz Mar

Re: Parallel builds and dependency resolution

2015-04-10 Thread Karl Heinz Marbaise
repository manager like Nexus, Artifactory or Archiva ? -- Larry Bordowitz On Friday, April 10, 2015 12:00 PM, Karl Heinz Marbaise wrote: Hi Laurence, before you are searching phantoms i would suggest to first check if you can build without any issue by the following reprequisites on comma

Re: Force install of dependent modules before package

2015-04-08 Thread Karl Heinz Marbaise
example https://github.com/khmarbaise/javaee/ using shade as well... Kind regards karl Heinz Marbaise Also what version of Maven are you using, IIRC some versions of Maven 3.0 (I think 3.0-3.0.3) had a bug with reactor resolution Yes... At least 3.0.5 should be used...may be newer 3.0.3 has

Re: Minimum RPM Version for rpm-maven-plugin?

2015-04-09 Thread Karl Heinz Marbaise
Hi Steve, simplest solution would be to use buildhelper-maven-plugin to attach the artifact and it will be deployed to a repository... Kind regards Karl Heinz Marbaise On 4/9/15 3:57 PM, Steve Cohen wrote: Thanks for this tip, Mark. It meets the need even though it is a bit rough around the

[ANN] Apache Maven DOCCK Version 1.1 Released

2015-04-09 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven DOCCK, version 1.1 This plugin checks that a project complies with the Plugin Documentation Standard. http://maven.apache.org/plugins/maven-docck-plugin Please be aware of the new location of our issue tracker which ha

Re: for maven-compiler-plugin

2015-04-15 Thread Karl Heinz Marbaise
Hi, https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html Kind regards Karl Heinz Marbaise On 4/15/15 11:26 PM, Lin Ma wrote: Thanks Wayne, Are there any document mentioning src/main/java is default source? Appreciate if you could point me to

[ANN] Apache Maven JavaDoc Plugin Version 2.10.3 Released

2015-04-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, version 2.10.3 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. http://maven.apache.org/plugins/maven-javadoc-plugin Please be aware of the new location of our i

[ANN] Apache Maven Verifier Plugin Version 1.1 Released

2015-04-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Verifier Plugin, version 1.1 Useful for integration tests - verifies the existence of certain conditions. http://maven.apache.org/plugins/maven-verifier-plugin/ Please be aware of the new location of our issue tracker

Re: Packaging Maven Core Extensions

2015-04-18 Thread Karl Heinz Marbaise
xception role: org.apache.maven.execution.MavenSession roleHint: ?What is the difference between the two options? What do I have to change in order to have my extension working in older Maven versions (down to 3.1.1) by installing it into the lib/ext directory? Chris Kind regards

Re: Issue with maven-release-plugin and maven 3.3.1

2015-04-22 Thread Karl Heinz Marbaise
Hi, a short solution could be https://issues.apache.org/jira/browse/MRELEASE-902 after the new release of maven-release-plugin 2.5.2 is there you could change to the new release which contains a fix for that... Kind regards Karl Heinz Marbaise On 4/22/15 10:02 PM, cody.a.fy

[ANN] Apache Software Foundation Parent POM Version 17 Released

2015-04-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 17. http://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 17 Release Notes - Apache Software Founda

[ANN] Apache Maven Fluido Skin Version 1.4 Released

2015-05-07 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Fluido Skin Version 1.4 The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's Bootstrap 2.3.2. http://maven.apache.org/skins/maven-fluido-skin/ Please be aware of the new location of our i

Re: Possibly obsolete page in docs

2015-05-08 Thread Karl Heinz Marbaise
must stay could someone update it with references to a current version. Ron Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Surprise DEPENDENCIES file from a maven plugin

2015-05-11 Thread Karl Heinz Marbaise
n this? Perhaps in another ASF project which depends on the ASF parent POM? -- Christopher L Tubbs II http://gravatar.com/ctubbsii - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: u

Re: deployAtEnd really works?

2015-05-14 Thread Karl Heinz Marbaise
slash-deactive-modules-by-profiles-in-maven/ Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Problems building maven from source from behind a firewall: Unable to initialize POM dependencies.xml

2015-05-14 Thread Karl Heinz Marbaise
ages before...). The binary distro contains only Maven itself no plugins etc...which will be downloaded automatically if you have a proxy/mirror settings.xml correctly or better using a repository manager... Kind regards Karl Heinz Marbaise -

Re: Problems building maven from source from behind a firewall: Unable to initialize POM dependencies.xml

2015-05-14 Thread Karl Heinz Marbaise
Karl Heinz Marbaise -Original Message- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: 14 May 2015 09:36 To: Maven Users List Cc: marlow.age...@gmail.com Subject: Re: Problems building maven from source from behind a firewall: Unable to initialize POM dependencies.xml Hi Andrew,

Re: Maven assembly pulls in FAR more dependencies than shown by dependency:test ?

2015-05-14 Thread Karl Heinz Marbaise
Hi Kevin, if you have really the assumption seeing a bug than it would be helpful to create a test project or offer the project where you can observe the problem so we can take a deeper look into it? Kind regards karl Heinz Marbaise On 5/14/15 11:22 PM, Kevin Burton wrote: Yes. IT seems

Re: create one unique directroy for my project with the timestamp format. Please help me

2015-05-16 Thread Karl Heinz Marbaise
Hi, based on Ron's questions you seemed to be not answering his questions... Kind regards Karl Heinz Marbaise On 5/16/15 5:56 PM, Aitor Iturriondobeitia wrote: hello thanks for your answer my pourpose is : 1.- create one dir, for example: 20150516-17.22.12 2.- into this directory creat

Re: why the defaultValue is not being injected in @Parameter inside a complex parameter bean?

2015-05-23 Thread Karl Heinz Marbaise
you executing the plugin? .. WhatEver .. The strange is that for other values that I've set in a test POM they are being injected properly. Is this supposed to work, right? May be you can show the code or having it on github or bitbuchet so we can take a look... thanks, Cristiano Ki

Re: what is the difference between failsafe's integration test and verify?

2015-05-26 Thread Karl Heinz Marbaise
unning the integration tests (integration-test-phase) you have to shutdown the app server or the servlet engine within the (post-integration-test) and in the verify phase you have to check if the results were successful or having failed integration tests... seems so vague to me. Can any exper

Re: maven-checkstyle-plugin does not include test resources

2015-05-26 Thread Karl Heinz Marbaise
but in the meantime no new release has been done to update the official plugin site... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: u

Re: maven-checkstyle-plugin does not include test resources

2015-05-26 Thread Karl Heinz Marbaise
found... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Help needed with a strange fixed filename

2015-06-05 Thread Karl Heinz Marbaise
n.com<http://www.SecurIntegration.com> Amtsgericht Köln HRB 35063 Geschäftsführer: Guido Schneider Determine your actual SAP license needs<http://www.securintegration.com/slc> Kind regards Karl Heinz Marbaise - To unsu

Re: maven-checkstyle-plugin does not include test resources

2015-06-07 Thread Karl Heinz Marbaise
a jira issue and if you like please attach a patch to the issue...and please add appropriate integration/unit tests to it... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: maven-checkstyle-plugin does not include test resources

2015-06-07 Thread Karl Heinz Marbaise
. Don't hesitate to ask questions... but they are releated to the development so we should change to the development list Many thanks for helping here... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail:

Re: Where's the new home for the clirr-maven-plugin?

2015-06-08 Thread Karl Heinz Marbaise
Hi, Ok site is generated and online... Kind regards Karl Heinz Marbaise On 6/8/15 5:49 PM, Martijn Dashorst wrote: OK, thanks! It appears that the project was migrated, but not its site. Is that as simple as running a mvn site, and copying target/site to a ghpages branch? Martijn On Mon

Re: Where's the new home for the clirr-maven-plugin?

2015-06-08 Thread Karl Heinz Marbaise
Hi Thomas, On 6/8/15 12:47 AM, Thomas Broyer wrote: https://github.com/mojohaus/clirr-maven-plugin ? Should be accessed via: http://www.mojohaus.org/clirr-maven-plugin/ If not the documentation has not been regenerated yet.. will happen during the next days... Kind regards Karl Heinz

[ANN] Apache Maven Shade Plugin Version 2.4 Released

2015-06-11 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Version 2.4 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies. http://maven.apache.org/mav

Re: Simple code metrics using Maven

2015-06-18 Thread Karl Heinz Marbaise
Hi Gerrit, what about: http://www.mojohaus.org/javancss-maven-plugin/ Kind regards Karl Heinz Marbaise On 6/18/15 3:10 PM, Hohl, Gerrit wrote: Hello everyone, is there a simple way to get the metrics of your code using Maven (means using a plugin). I mean something like a page in the

[ANN] Apache Maven EJB Plugin Version 2.5.1 Released

2015-06-20 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 2.5.1 This plugin generates J2EE Enterprise Javabean (EJB) file as well as the associated client jar. http://maven.apache.org/maven-ejb-plugin/ Release Notes - Apache Maven EJB Plugin - Version 2.5.1

Re: [ANN] Apache Maven EJB Plugin Version 2.5.1 Released

2015-06-20 Thread Karl Heinz Marbaise
On 6/20/15 6:27 PM, Karl Heinz Marbaise wrote: The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 2.5.1 This plugin generates J2EE Enterprise Javabean (EJB) file as well as the associated client jar. http://maven.apache.org/maven-ejb-plugin/ The

Re: [ANN] Apache Maven EJB Plugin Version 2.5.1 Released

2015-06-21 Thread Karl Heinz Marbaise
Hi, On 6/21/15 9:23 AM, Dagan Sandler wrote: You mean http://maven.apache.org/plugins/maven-ejb-plugin/ Yes i have mistaken the linkBut i have already sent an update to users/dev list...which you can see in the thread... On Sat, Jun 20, 2015 at 7:32 PM, Karl Heinz Marbaise wrote

Re: [ANN] Apache Maven EJB Plugin Version 2.5.1 Released

2015-06-21 Thread Karl Heinz Marbaise
Hi, outch sorry...you are right OMG... Thanks for the hint... On 6/21/15 9:40 AM, Dagan Sandler wrote: Your second link was also wrong :P On Sun, Jun 21, 2015 at 10:28 AM, Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote: Hi, On 6/21/15 9:23 AM, Dagan Sandler

[ANN] Apache Maven EAR Plugin Version 2.10.1 Released

2015-07-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin Version 2.10.1. This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). http://maven.apache.org/maven-ear-plugin/ Release Note

[ANN] Apache Maven Invoker Plugin Version 2.0.0 Released

2015-07-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin Version 2.0.0 The Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given p

[ANN] Apache Maven EAR Plugin Version 2.10.1 Released

2015-07-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin Version 2.10.1. Sorry the link to the plugin was wrong. The link correctly looks like this: http://maven.apache.org/plugins/maven-ear-plugin/ Enjoy, -The Apache Maven team -

[ANN] Apache Maven Invoker Plugin Version 2.0.0 Released

2015-07-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin Version 2.0.0 Sorry the link to the plugin was wrong. The link correctly looks like this: http://maven.apache.org/plugins/maven-invoker-plugin/ Enjoy, -The Apache Maven team ---

Re: Maven shade plugin generates uber-jar but in a file name like *.pom

2015-07-12 Thread Karl Heinz Marbaise
Hi, just simply use client-api-all .. Kind regards Karl Heinz Marbaise On 7/13/15 1:02 AM, Zheng, Kai wrote: Hi experts, With the following, it generates a uber-jar, but the generated jar file name isn't expected, being client-api-all.jar.pom. Note the content is correct, conta

[ANN] Apache Maven Shade Plugin Version 2.4.1 Released

2015-07-15 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin Version 2.4.1 http://maven.apache.org/plugins/maven-shade-plugin/ This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the pack

Re: "Unsupported protocol: ‘http’” during maven threaded build.

2015-07-21 Thread Karl Heinz Marbaise
afe. Any recommendation of a fix and how to resolve this? First it would be helpful to have full log output. Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to delete certain snapshots from Nexus

2015-07-21 Thread Karl Heinz Marbaise
there is a lingering reference to the old groupId, if we can delete all the old SNAPSHOTS we could find those errors now instead of when we release. Any ideas on how to do this are much appreciated. -Dave Kind regards Karl Hein

Re: maven release plugin: help page is showing a deprecated version 2.5

2015-07-31 Thread Karl Heinz Marbaise
: 2.5) https://maven.apache.org/guides/mini/guide-releasing.html maybe this is the only one but that page was my starting point I have fixed the page content to use the most uptodate version. Thanks for reporting this issue.. Kind regards Karl Heinz Marbaise I m trying to check

<    1   2   3   4   5   6   7   8   9   >