Re: Packaging doxygen output across modules?

2016-06-05 Thread Karl Heinz Marbaise
Hi, so you need to have the packaging in the doxygen-maven-plugin as well which is currently not done...? Best would be to add a feature request ... Kind regards Karl Heinz Marbaise On 6/4/16 4:28 PM, org.apache.maven.u...@io7m.com wrote: Hello. I have a multi-module project: module

Re: Status on namespace support for POM Elements ?

2016-06-05 Thread Karl Heinz Marbaise
spa?projectId=12316922=12330198 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 Shared Component: Maven Filtering Version 3.1.1 Released

2016-06-03 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 3.1.1. https://maven.apache.org/shared/maven-filtering/ This component has been built from the filtering process/code in Maven Resources Plugin. Important Notes since

[ANN] Apache Maven Shared Component: Maven Shared Utils Version 3.0.1 Released

2016-06-03 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Shared Utils Version 3.0.1. https://maven.apache.org/shared/maven-shared-utils/ This project aims to be a functional replacement for plexus-utils in Maven. Important Notes since Version

Re: Status on namespace support for POM Elements ?

2016-06-02 Thread Karl Heinz Marbaise
org/jira/browse/MNG-2715?focusedCommentId=15307347=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15307347 Really bad idea to hijack an existing jira issue.. Please open a new one or if you have problems creating an issue please ask here on the users list first... Kind reg

Re: maven-jar-plugin out of heap space

2016-05-29 Thread Karl Heinz Marbaise
Hi, I have checked a setup with -Xmx32m ...which will not work...but if you increase to -Xmx40m it will work... Kind regards Karl Heinz Marbaise On 5/29/16 3:11 PM, Karl Heinz Marbaise wrote: Hi, On 5/26/16 9:13 PM, WonderCsabo wrote: Hey, After i updated the maven-jar-plugin to version

Re: maven-jar-plugin out of heap space

2016-05-29 Thread Karl Heinz Marbaise
3.3 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: Questions regarding License Maven Plugin

2016-05-27 Thread Karl Heinz Marbaise
-compiler-plugin this plugin is mainained here at Apache Maven Project... 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: Questions regarding License Maven Plugin

2016-05-26 Thread Karl Heinz Marbaise
Hi, On 5/26/16 1:30 PM, Karl Heinz Marbaise wrote: Hi Maxim, not a big issue many of the MojoHaus developers are also on this list ... Yeah the page of the license-maven-plugin has not been updated for a longer time (last time with the release of the license-maven-plugin)... I completely

Re: Questions regarding License Maven Plugin

2016-05-26 Thread Karl Heinz Marbaise
/mojohaus-dev Kind regards Karl Heinz Marbaise On 5/26/16 12:13 PM, Maxim Solodovnik wrote: Hm, According to [1], this is the only user list available So I hope to get some answers to my questions here [1] http://www.mojohaus.org/license-maven-plugin/mail-lists.html On Thu, May 26, 2016 at 3:53 PM

Re: Transitive dependencies starting from WAR files

2016-05-24 Thread Karl Heinz Marbaise
Hi Steve, Why not running maven-dependency-plugin it within the war package module than you get all dependencies which have been packaged into the war file ? Kind regards Karl Heinz Marbaise On 5/24/16 2:07 PM, Hostettler, Steve wrote: Hi, Our solutions is composed of different war files. I

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-23 Thread Karl Heinz Marbaise
Hi Maxim, I've already created an issue for m2e: https://github.com/tesla/m2eclipse-mavenarchiver/issues/8 Kind regards Karl Heinz Marbaise On 5/23/16 5:54 AM, Maxim Solodovnik wrote: Hello Karl, do I need to create JIRA issue? or maybe you can point me to the correct tracker I can file

[ANN] Apache Maven Resources Plugin Version 3.0.0 Released

2016-05-21 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-resources-plugin/ Important Note: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's plugin

Re: gpg bad signature

2016-05-21 Thread Karl Heinz Marbaise
-maven-3.3.9-bin.tar.gz.asc apache-maven-3.3.9-bin.tar.gz instead ... Kind regards Karl Heinz Marbaise gpg: Signature made Tue 10 Nov 2015 10:44:20 AM CST using DSA key ID BB617866 gpg: BAD signature from "Sarel Jason van Zyl <ja...@maven.org>" (after having imported the

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-20 Thread Karl Heinz Marbaise
simply replacing primary artifact without knowing it... -D On Fri, May 20, 2016 at 1:11 PM, Karl Heinz Marbaise <khmarba...@gmx.de <mailto:khmarba...@gmx.de>> wrote: Hi Dan, On 5/20/16 10:04 PM, Dan Tran wrote: Hi Robert, According to the jar p

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-20 Thread Karl Heinz Marbaise
ectory has become a readonly parameter. The reason is that you can set it with . Does that work for you? thanks, Robert On Fri, 20 May 2016 21:09:55 +0200, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: Hi Dan, On 5/20/16 7:16 AM, Dan Tran wrote: Hi My jar project can also create

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-20 Thread Karl Heinz Marbaise
command line build works as expected This is a problem in M2E ... Kind regards Karl Heinz Marbaise On Fri, May 20, 2016 at 11:16 AM, Dan Tran <dant...@gmail.com> wrote: Hi My jar project can also create RPM via rpm-maven-plugin:attach-rpm now throws this error [ERROR] Failed to execut

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-20 Thread Karl Heinz Marbaise
ope this is not intentional 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 JAR Plugin Version 3.0.0 Released

2016-05-15 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JAR Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-jar-plugin/ Important Note: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's plugin configuration:

Re: mvn site [ERROR] Unable to determine if resource

2016-05-14 Thread Karl Heinz Marbaise
Hi, can you show exactly what you have tried and show the error messages you get? Best would be an example project which causes the problems... And how your settings.xml looks like? Kind regards Karl Heinz Marbaise On 5/13/16 6:31 PM, sekaijin wrote: I'm runnig mvn 3.3.9 i'm using a nexus

Re: Multiple local repositories

2016-05-07 Thread Karl Heinz Marbaise
/other/repository Kind regards Karl Heinz Marbaise Thank you Am 07.05.2016 um 22:57 schrieb Karl Heinz Marbaise: Hi, On 5/7/16 9:49 PM, Karagkiaouris Diamantis wrote: Hello, I would like to ask if it is possible to have multiple local maven repositories and if it can be set as a parameter

Re: Multiple local repositories

2016-05-07 Thread Karl Heinz Marbaise
eed to change localRepositoy entry... But usually i can't recommend that, only if you exactyl what you are doing... [1]: https://maven.apache.org/settings.html Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: u

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.0.2 Released

2016-05-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Archiver Version 3.0.2. https://maven.apache.org/shared/maven-archiver/ The Maven Archiver is mainly used by plugins to handle packaging. The version numbers referenced in the Since column on

[ANN] Apache Maven Shared Component: Maven Filtering Version 3.1.0 Released

2016-04-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 3.1.0. https://maven.apache.org/shared/maven-filtering/ This component has been built from the filtering process/code in Maven Resources Plugin. The goal is to provide a

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.0.1 Released

2016-04-14 Thread Karl Heinz Marbaise
Hi to all, unfortunately the previous email about Maven Archiver 3.0.1 announcement contained the wrong content. Now the following content is the correct one (hopefully ;-). Sorry for the confusion. Kind regards Karl Heinz Marbaise The Apache Maven team is pleased to announce the release

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.0.1 Released

2016-04-14 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-source-plugin/ The Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default, created in the

Re: Maybe a lack of specification ?

2016-04-14 Thread Karl Heinz Marbaise
attached or related pull request (via githup) or at least write in the issues what and how to improve this... Apache Maven is an open source project ...any help is appreciated... Kind regards Karl Heinz Marbaise Kind regards, Raffaele On Thu, Apr 14, 2016 at 12:21 AM, Karl Heinz Marbaise

Re: Maybe a lack of specification ?

2016-04-13 Thread Karl Heinz Marbaise
-plugin/src/main/java/org/apache/maven/plugin/compiler/CompilerMojo.java?revision=1517906=markup#l65 > Why is that ? is it a lack in the specification or what ? am I missing something ? Kind regards Karl Heinz Marba

Re: "Perhaps you are running on a JRE rather than a JDK?" error building with maven.

2016-02-26 Thread Karl Heinz Marbaise
Hi, i would recommend you to use Maven 3.X at least..and don't use Maven 2.X anymore..(cause it's End Of Life)... Where does JAVA_HOME point to? to /home/user/ProgramFiles/jdk1.8.0_71/ or /home/user/ProgramFiles/jdk1.8.0_71/jre ? Kind regards Karl Heinz Marbaise On 2/26/16 3:24 PM, Gintare

[ANN] Apache Maven Source Plugin Version 3.0.0 Released

2016-02-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-source-plugin/ The Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default, created in the

Re: debugging maven-deploy-plugin:deploy-file

2016-02-08 Thread Karl Heinz Marbaise
deploy-file goal within your pom file and in your life cycle there is something wrong... Kind regards Karl Heinz Marbaise with are different. One module uploads designated JARs to Nexus. The other is meant for uploading ZIP files. Both are activated only if their respective profiles

Re: Avoid change folder permission when using maven site deploy plugin

2016-02-03 Thread Karl Heinz Marbaise
particular which Maven version, which plugin do you use? How do you deploy the site ? How is Maven called in this case? Kind regards Karl Heinz Marbaise Is there any way to avoid this? Thanks very much. Br, Tim - To unsu

[ANN] Apache Maven ACR Plugin Version 3.0.0 Released

2016-01-28 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven ACR Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-acr-plugin/ This plugin generates J2EE Application Client file. Important Notes: * Maven 3.X only * JDK 6 minimum requirement You should specify

Re: CD versioning

2016-01-22 Thread Karl Heinz Marbaise
wrote: On Thu, Jan 21, 2016 at 2:42 PM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: Hi Benson, you know that you can define the following properties since Maven 3.2.1[1] ${revision}, ${changelist} and ${sha1} which can be set outside from Maven via: mvn -Drevision=1.2.3-SNAPSHOT ... and

Re: Combination of deployAtEnd and installAtEnd does not seem to work

2016-01-22 Thread Karl Heinz Marbaise
Hi, can you test if a simple mvn deploy will work correctly or is it only related during the release ? Has release plugin somehow configured (preparationGoals something llike this? )? Kind regards Karl Heinz Marbaise On 1/22/16 2:11 PM, Alexander Kriegisch wrote: Yesterday I rolled another

Re: CD versioning

2016-01-21 Thread Karl Heinz Marbaise
can also use it in the parent definition of the children... but there does not exist some kind of jar which generates the version...as far as i know... Kind regards Karl Heinz Marbaise [1]: http://maven.apache.org/docs/3.2.1/release-notes.html On 1/20/16 1:11 PM, Benson Margulies wrote: Some

Re: RuntimeInfo.init() not found

2016-01-10 Thread Karl Heinz Marbaise
Hi, I assume you are building with Maven 3.2.X or newer ? Kind regards Karl Heinz Marbaise On 1/10/16 6:54 PM, Nulik Nol wrote: Hi, I am compiling a beta distribution of liferay7.0 and I have a problem with maven-ant-tasks.jar the method RuntimeInfo.init() does not exist in the jar

Re: AW: AW: AW: How to manage dependency "includes"?

2016-01-09 Thread Karl Heinz Marbaise
an include does not make sense from my point of view cause this could lead to the impression that you you could add dependencies transitively..which makes no sense.. Furthermore changing the pom structure here would break all things This kind of changed could only be made (may be ...) in Ma

Re: Combination of deployAtEnd and installAtEnd does not seem to work

2016-01-09 Thread Karl Heinz Marbaise
ticket and don't reopen closed tickets...if it's needed we will link to other tickets... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: How to use 5 digit version numbers with Maven ?

2016-01-07 Thread Karl Heinz Marbaise
2.6-snapshot 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 Shared Component: File Management Version 3.0.0 Released

2015-12-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: File Management Version 3.0.0. https://maven.apache.org/shared/file-management/ The Maven File Management API provides an API to collect files from a given directory using several include/exclude

Re: [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-24 Thread Karl Heinz Marbaise
Hi Michael, here my +1.. Kind regards Karl Heinz Marbaise On 12/24/15 11:34 PM, Michael Osipov wrote: Hi, as previously suggested, it makes sense to retire those skins because they haven't been updated for a long time and we don't have the resources to maintain them properly [1]. Last

[ANN] Apache Maven Shared Component: Maven Shared IO Version 3.0.0 Released

2015-12-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Shared IO Version 3.0.0. http://maven.apache.org/shared/maven-shared-io/ API for I/O support like logging, download or file scanning. Important Notes: * Maven 3.X only * JDK 6 minimum

[ANN] XML Maven Plugin 1.0.1

2015-12-23 Thread Karl Heinz Marbaise
The MojoHaus team is pleased to announce the release of the XML Maven Plugin Version 1.0.1 http://www.mojohaus.org/xml-maven-plugin/. This Plugin is a collection of several XML related tasks. To get this update, simply specify the version in your project's plugin configuration:

Re: How Maven solves the problem of long builds on large projects?

2015-12-21 Thread Karl Heinz Marbaise
regards Karl Heinz Marbaise The project is very large. It contains 5948 java classes (Basically, time spent on their compilation.). Build command: mvn clean install pmd:pmd checkstyle:checkstyle cobertura:cobertura Plugins versions: maven-compiler-plugin:2.3.2 maven-antrun-plugin:1.6 (use wlappc

Re: Hijack mvn clean:clean to do file cleanup?

2015-12-17 Thread Karl Heinz Marbaise
mvn clean:clean@second-cli Kind regards Karl Heinz Marbaise On 12/17/15 7:36 PM, Ben Podgursky wrote: We have a problem where our build servers fill up with jar artifacts post-build (we have a lot of java builds). I was hoping to attach an execution of clean:clean with a custom after the deploy

Re: [rpm-maven-plugin] how to control the name under which rpm is stored in m2 repository?

2015-12-07 Thread Karl Heinz Marbaise
be changed. Kind regards Karl Heinz Marbaise On 12/7/15 7:44 PM, Steve Cohen wrote: Our organization has a convention for naming rpms. Typically, the rpm will have a shorter base name than the Maven project. There is also a convention around how releases are named. So we want a name like|${shortname

Re: how do i specify additional wagon plugins in the project pom to build deps when they don't yet exist in built form?

2015-12-07 Thread Karl Heinz Marbaise
everything everytime... 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] MojoHaus Templating Maven Plugin Version 1.0.0 Released

2015-11-27 Thread Karl Heinz Marbaise
The MojoHaus team is pleased to announce the release of the Templating Maven Plugin Version 1.0.0 http://www.mojohaus.org/templating-maven-plugin/. The Templating Maven Plugin handles copying files from a source to a given output directory, while filtering them. This plugin is useful to filter

Re: Running tests using failsafe from a shaded jar?

2015-11-21 Thread Karl Heinz Marbaise
nager.html Kind regards Karl Heinz Marbaise On 11/21/15 10:20 PM, Mirko Friedenhagen wrote: Hello, I want to use to run tests on machine, where Maven is not installed and access to a repository is not allowed. However I want to (ab-)use the failsafe plugin so I may use the fine machinery wh

[ANN] Apache Maven Shared Component: Maven Mapping Version 3.0.0 Released

2015-11-20 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Mapping Version 3.0.0. http://maven.apache.org/shared/maven-mapping/ The goal is to provide a shared component for all plugins that need to do mapping. Note: This component uses only Maven 3

[ANN] Apache Maven Version 3.3.9 Released

2015-11-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of Apache Maven 3.3.9. http://maven.apache.org/ You can download the appropriate sources etc. from the download page http://maven.apache.org/download.cgi Release Notes - Apache Maven Version 3.3.9

Re: Please reopen MNG-4533 Add an always active profile activator

2015-11-14 Thread Karl Heinz Marbaise
be you can elaborate more what you like to achieve and what the use case is? 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: Please reopen MNG-4533 Add an always active profile activator

2015-11-14 Thread Karl Heinz Marbaise
d}/${project.artifactId} I don't understand why you need such thing (like different directory?) and what is the reason for creating this kind of profile ? What is the real problem behind this? Kind regards Karl Heinz Marbaise Best regards, Arend On Sat, Nov 14, 2015 at 2:20

[ANNOUNCEMENT] MojoHaus Properties Maven Plugin Version 1.0.0 Released

2015-11-14 Thread Karl Heinz Marbaise
. Enjoy, - The MojoHaus Team 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: maven-plugin-testing-harness: NoClassDefFoundError: org/apache/maven/execution/MavenExecutionRequest

2015-11-13 Thread Karl Heinz Marbaise
re you using this: org.apache.maven maven-plugin-api 2.0 Better use at least version 3.0 of this... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For addi

Re: Locking down dependency versions...

2015-11-12 Thread Karl Heinz Marbaise
into sub-projects and I'd like to use this everywhere. Kevin 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: Locking down dependency versions...

2015-11-12 Thread Karl Heinz Marbaise
an other lib B which has a dependency to library A in version 2.0.0 your project will use 1.0.1...(the shorter the distance the more important such an dependency is)... So i don't see the point or do i misunderstand a thing? Kind regards Karl Heinz Marbaise This has happened to us before

[ANN] Apache Maven Shared Component: Maven Filtering Version 3.0.0 Released

2015-11-11 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 3.0.0. http://maven.apache.org/shared/maven-filtering/ The goal is to provide a shared component for all plugins that needs to filter resources. Important Notes: * Maven 3.X

Re: Maven stops building class files after Enum file added to project.

2015-11-09 Thread Karl Heinz Marbaise
Error messages ? Log output ? Kind regards Karl Heinz Marbaise On 11/9/15 7:59 PM, Jarl wrote: The build succeeds but the target/classes directory is empty of any class files. -Jarl - To unsubscribe, e-mail: users

Re: Maven stops building class files after Enum file added to project.

2015-11-09 Thread Karl Heinz Marbaise
-2.1.0.war [INFO] look strange cause building the war is a different folder than building the rest of the project... Have you tested to do a mvn clean ... before doing mvn package ? Kind regards Karl Heinz Marbaise On 11/9/15 8:13 PM, Jarl wrote: No error messages. [INFO] --- maven-compiler

[ANN] Apache Maven Shared Components POM Version 22 Released

2015-11-07 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of Apache Maven Shared Components POM Version 22. http://maven.apache.org/pom/maven-shared-components/ Release Notes - Maven POMs - Version MAVEN-SHARED-22

Re: Solaris

2015-11-04 Thread Karl Heinz Marbaise
Hi, Maven 3.3.X needs Java 1.7 ... will not help... You need to stuck with Maven 3.2.5 ...or you need to install Java 7 and may be you need to configure toolchain... Kind regards Karl Heinz Marbaise On 11/4/15 8:12 PM, james pruett wrote: This is all I can figure out as to what pieces

Re: Solaris

2015-11-04 Thread Karl Heinz Marbaise
Hi James, point JAVA_HOME to ...whatever/jdk1.7.0_79/ Kind regards Karl Heinz Marbaise On 11/4/15 8:27 PM, james pruett wrote: I downloaded jdk1.7 binaries for Sparc 64bit. $ find . -name bin ./jdk1.7.0_79/bin ./jdk1.7.0_79/jre/bin Q: Do I just point JAVA_HOME to one of those? Thanks again

Re: Solaris

2015-11-04 Thread Karl Heinz Marbaise
ache/maven/cli/MavenCli : Unsupported major.minor version 51.0 That looks you are using not Java 1.7+ JDK Kind regards Karl Heinz Marbaise at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoade

Re: maven-jdeps-plugin RFEs

2015-11-03 Thread Karl Heinz Marbaise
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org 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: maven-jdeps-plugin:3.0.0 site

2015-10-30 Thread Karl Heinz Marbaise
Kind regards Karl Heinz Marbaise [1]: https://issues.apache.org/jira/browse/INFRA-10694 On Fri, Oct 30, 2015 at 12:31 PM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: Hi, On 10/30/15 3:14 PM, jieryn wrote: The site for the m-jdeps-p ( https://issues.apache.org/jira/browse/

Re: maven-jdeps-plugin:3.0.0 site

2015-10-30 Thread Karl Heinz Marbaise
checked here from germany no problem...just fine... 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 Shade Plugin Version 2.4.2 Released

2015-10-28 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin Version 2.4.2. 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.

[ANN] Apache Maven Clean Plugin Version 3.0.0 Released

2015-10-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Clean Plugin Version 3.0.0. The Clean Plugin is used when you want to remove files generated at build-time in a project's directory. Important Notes: * Maven 3.X only * JDK 6 minimum requirement

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.0.0 Released

2015-10-21 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Archiver Version 3.0.0. The Maven Archiver is mainly used by plugins to handle packaging. The version numbers referenced in the Since column on this page are the version of the Maven Archiver

Re: Cannot seem to install Maven on Windows 7 64-bit

2015-10-15 Thread Karl Heinz Marbaise
s system Don't forget to close and reopen the console...and then check it... Kind regards Karl Heinz Marbaise On 10/15/15 9:45 PM, Cai Black wrote: [RESOLVED] OK, so, apparently this is an issue with Maven 3.3.3, and when I downgraded to Maven 3.2.5, everything worked as expected. Christo

[ANN] Apache Maven Shared Component: Maven Shared Utils Version 3.0.0 Released

2015-10-15 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Shared Utils Version 3.0.0. This project aims to be a functional replacement for plexus-utils in Maven. It is not a 100% API compatible replacement though but a replacement with improvements: lots

Re: Maven site plugin, turn off copyright notice

2015-10-13 Thread Karl Heinz Marbaise
Hi, On 10/13/15 9:45 PM, Alex O'Ree wrote: Is there a way to turn off the copyright notice on the bottom of generated maven sites? Which of them do you mean exactly ? Can you show an example and mark which you mean? Which skin do you use? Kind regards Karl Heinz Marbaise

Re: Maven site plugin, turn off copyright notice

2015-10-13 Thread Karl Heinz Marbaise
plugin's website Hm... http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html#Custom_footer might need an improvement? ... Kind regards Karl Heinz Marbaise On Tue, Oct 13, 2015 at 3:55 PM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: Hi, On 10/13/15 9:45 PM

Re: Copy-dependencies goal error

2015-10-06 Thread Karl Heinz Marbaise
ely i have to say that is not a good attitude of a "community" against a user....who searches for help... I never thought i need to write something like this Kind regards Karl Heinz Marbaise Apache Maven PMC Member -

Re: Copy-dependencies goal error

2015-10-05 Thread Karl Heinz Marbaise
Hi Michael, I'm replying to Jörg... Kind regards Karl Heinz Marbaise On 10/6/15 12:14 AM, michael.ctr.taru...@faa.gov wrote: Karl, Could you clarify this. I don't understand your reply. In fact I'm not sure if you are replying to me or Jorg. It appears to be the latter. Could you please

Re: Copy-dependencies goal error

2015-10-05 Thread Karl Heinz Marbaise
Hi, On 10/5/15 7:51 PM, Jörg Schaible wrote: Hi Michael, michael.ctr.taru...@faa.gov wrote: My apology about part of this reply. I did not understand part of your suggestion. I thought you were saying 3.0.5 is the latest release. That said, I don't see how using the latest release or an

Re: Maven 3 deploy snapshot and multi module

2015-10-05 Thread Karl Heinz Marbaise
Hi, On 10/5/15 6:24 PM, Bob Hpv wrote: Dear all, I was using maven 2 and the unique version for SNAPSHOT deployment. Which version of Maven 2 have you used ? 2.2.1 ? In this configuration if I deploy a multi-module project, I had a single timestamp for all the modules which was very useful

Re: Copy-dependencies goal error

2015-10-05 Thread Karl Heinz Marbaise
Hi, On 10/5/15 6:07 PM, Jörg Schaible wrote: latest Maven version or 3.0.5, > because 3.1.1. is bogus. Can you tell me in which way 3.1.1 is bogus ? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsub

Re: errors when using release:update-versions

2015-10-05 Thread Karl Heinz Marbaise
://maven.apache.org/pom.html#SCM [2]: http://maven.apache.org/maven-release/maven-release-plugin/ Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Is there a cache of version range resolutions?

2015-10-04 Thread Karl Heinz Marbaise
the correct resolution, but an actual build stubbornly uses the 7.14.0.c52.2 version in the karaf-maven-plugin. Which Maven version do you use? Kind regards Karl Heinz Marbaise Completely wiping ~/.m2/repository fixed this. Can anyone give me higher-precision coordinates for what data I need

Re: Reactor projects and ${project.version}

2015-09-15 Thread Karl Heinz Marbaise
lways use ${project.version} ...? Can you make an example project of what you have tried and put it on github or something similar that we have something concrete where we can talk about... Kind regards Karl Heinz Marbaise > There seems to be no way to create a Maven property that matches fo

Re: Upgrading to 3.3.3

2015-09-14 Thread Karl Heinz Marbaise
uild where the ".mvn" folder can be located... See Release notes for more details on it... http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/ Maven-Ant-Task has not been updated for Maven 3.3.X as far as i know... Kind regards Karl Heinz Marbaise On 9/14/15 5:

Re: Upgrading to 3.3.3

2015-09-14 Thread Karl Heinz Marbaise
ent Yes. > If so we will have to stay with 3.2.5 until that's updated or we can replace our remaining Ant builds...but that isn't likely to happen soon. The questions is what exactly prevents you from updating..which tasks do you use ? I assume you use it within CI (Jenkins presumably?)...

Re: Upgrading to 3.3.3

2015-09-14 Thread Karl Heinz Marbaise
u have questions converning that please don't hesitate to ask here on the list...so we can support you Kind regards Karl Heinz Marbaise -Dave On Mon, Sep 14, 2015 at 10:36 AM, Karl Heinz Marbaise <khmarba...@gmx.de <mailto:khmarba...@gmx.de>> wrote: Hi David,

Re: Where has the list of maven project properties gone?

2015-09-05 Thread Karl Heinz Marbaise
Hi, I have added a wiki page... https://cwiki.apache.org/confluence/display/MAVEN/Maven+Properties+Guide On 9/5/15 11:00 AM, Hervé BOUTEMY wrote: here is the core reference: http://maven.apache.org/ref/3-LATEST/maven-model-builder/ it does not explain everyting that can be found in POM or in

Re: Can not build with Junit4.18

2015-08-30 Thread Karl Heinz Marbaise
... 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 Enforcer Version 1.4.1 Released

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

Re: Facing problem whith Maven for Portals-pom 1.4

2015-08-08 Thread Karl Heinz Marbaise
URL: https://repo1.maven.org/maven2/ Kind regards Karl Heinz Marbaise PS.: Please use the users list for such questionsand not dev list... On 8/7/15 8:11 PM, Lalitha Bourishetty wrote: Hi Team, When I tried to build Jetspeed 2.3 source code with maven 3.3.1 , got below error

Re: Automatically appended artifactId in inherited SCM element

2015-08-08 Thread Karl Heinz Marbaise
i can give you a hint to read this: http://blog.soebes.de/blog/2015/04/04/maven-prerequisites/ Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Automating the build of a JNI based application

2015-08-03 Thread Karl Heinz Marbaise
org.sonatype.aether.resolution.ArtifactResolutionException* What's wrong? Thanks, Dusan 2015-08-01 21:05 GMT+02:00 Benson Margulies bimargul...@gmail.com: Look for the modern nar plugin on github. On Fri, Jul 31, 2015 at 12:59 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, On 7/31/15 6:51 PM, Dušan Rychnovský wrote: Hi, I'm

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

2015-07-31 Thread Karl Heinz Marbaise
) 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 but I

Re: Automating the build of a JNI based application

2015-07-31 Thread Karl Heinz Marbaise
. Thanks very much for your help. Kind regards, Dusan I woudl suggest to take a look into the nar-maven-plugin: http://maven-nar.github.io/ which might be better fit your needs.. Kind Regards Karl Heinz Marbaise - To unsubscribe

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

2015-07-21 Thread Karl Heinz Marbaise
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 Heinz Marbaise

[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

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

2015-07-13 Thread Karl Heinz Marbaise
Hi, just simply use finalNameclient-api-all/finalName .. 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

[ANN] Apache Maven Invoker Plugin Version 2.0.0 Released

2015-07-02 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

[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

<    1   2   3   4   5   6   7   8   9   >