[ANN] Apache Maven Dependency Plugin Version 2.9 Released

2014-09-21 Thread Karl Heinz Marbaise
voker 2.0.11 to 2.1.1 New Feature: * [MDEP-427] - Add user property for addParentPoms option Tasks: * [MDEP-227] - Bump to Doxia 1.1.1 * [MDEP-452] - Use mock repository manager for ITs * [MDEP-453] - Change Maven prerequisite to 2.2.1 Enjoy, -The Apache Maven team Karl-He

[ANN] Apache Maven Clean Plugin Version 2.6 Released

2014-09-25 Thread Karl Heinz Marbaise
* [MCLEAN-57] - Set prerequisites to Maven 2.2.1 Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven Setup Problem

2014-09-26 Thread Karl Heinz Marbaise
che.org/xsd/settings-1.0.0.xsd";> c:/Documents and Settings/djohns2/.m2/repository If this really is what you are using i would suggest to check the end tag of localRepository cause an end tag should look like this: Kind

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Karl Heinz Marbaise
Hi Kevin, have you considered github ? Kind regards Karl-Heinz Marbaise On 9/27/14 8:21 AM, Kevin Burton wrote: This is such an obviously problem I’m amazed there isn’t an easier solution. Bintray looks cool. I just asked them how they feel about static site hosting? I want something that

Re: Surefire and testing plugin issue

2014-09-27 Thread Karl Heinz Marbaise
uild is reported as FAIL What is the difference between testng and surefire-testng plugin , I don't see any mention in the surefire plugin page, so I am not sure if it is correct to use this plugin. Any help is appreciated Kind regards Karl-Heinz Marbaise ---

Re: Surefire and testing plugin issue

2014-09-27 Thread Karl Heinz Marbaise
owing in your pom file: org.testng testng ... This is the indicator for maven-surefire-plugin to use the appropriate TestNG driver withn surefire to run tests with TestNG.. On Sat, Sep 27, 2014 at 8:54 PM, Karl Heinz Marbaise mailto:khmarba...@gmx.de>>

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Karl Heinz Marbaise
. apart from that you can use github-site-plugin which works as well... https://github.com/github/maven-plugins Kind regards Karl-Heinz Marbaise Regards, Hervé Le samedi 27 septembre 2014 10:09:35 Kevin Burton a écrit : I don't think github would work but would love to be wrong. Thei

Re: Maven JXR 2.4 site.

2014-09-29 Thread Karl Heinz Marbaise
... can you check this... Kind regards Karl-Heinz Marbaise /James -Original Message- From: Michael Osipov [mailto:micha...@apache.org] Sent: 20 December 2013 12:44 To: annou...@maven.apache.org; users@maven.apache.org Cc: Maven Developers List Subject: [ANN] Apache Maven JXR 2.4

Re: Maven JXR 2.4 site.

2014-09-30 Thread Karl Heinz Marbaise
ld the redirect not be better as http://maven.apache.org/plugins/maven-jxr-plugin/ -> http://maven.apache.org/jxr/maven-jxr-plugin/ has been done by Hervé Boutemy...he improved my redirect. Thanks Hervé... Kind regards Karl-Heinz Marbaise Anyway - thanks for setting this up - will certainl

[ANN] Apache Maven Resources Plugin Version 2.7 Released

2014-10-02 Thread Karl Heinz Marbaise
ven 2.2.1 compatiblity * [MRESOURCES-184] - Removing plexus-container-default dependency Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: isssue with the deploy plugin

2014-10-04 Thread Karl Heinz Marbaise
Hi, first question. Why would you like to use git as a Maven repository ? git is not intended to use that way (neither other version control tools as well). There serveral alternatives like Artifactory, Nexus and Archiva... Kind regards karl-Heinz Marbaise On 10/4/14 9:57 PM, sameer

Re: Problem with the resource-plugin v2.7 and nonFilteredFileExtensions

2014-10-06 Thread Karl Heinz Marbaise
2.7 woff eot ttf svg Thanks a lot for the help! And best regards Michael Michael Lemler. Software Engineer. Kind regards Karl-Hei

Re: Best practice for integration tests (vs unit tests)

2014-10-07 Thread Karl Heinz Marbaise
the integration tests into src/test/java within the separated module Kind regards Karl-Heinz Marbaise On 10/8/14 1:28 AM, Kevin Burton wrote: Right now I have an overlap of unit and integration tests and I want to tear out my integration tests and keep them separate. This way our unit

Re: Running integration tests

2014-10-08 Thread Karl Heinz Marbaise
tance! You're welcome... 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: Why do running modules in parallel take longer to execute than running them in sequence?

2014-10-08 Thread Karl Heinz Marbaise
oubleshoot this further. 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: Eclipse Luna and M2Extra

2014-10-10 Thread Karl Heinz Marbaise
Hi Dan, which version of m2e have you installed ? Kind regards Karl Heinz Marbaise On 10/10/14 3:41 AM, Dan Tran wrote: I am try to install m2extra with eclipse luna using http://ifedorenko.github.com/m2e-extras/ Is it still a valid updatesite, I am running into dependency issue error is

[ANN] Apache Maven Source Plugin Version 2.4 Released

2014-10-11 Thread Karl Heinz Marbaise
paremeter instead as a component. * [MSOURCES-72] - Upgrade to Maven 2.2.1 compatiblity * [MSOURCES-73] - Update version of plexus-archiver to 2.6.1 * [MSOURCES-74] - Upgrade to plexus-archiver 2.6.3 Enjoy, -The Apache Maven team Karl Heinz

[ANN] Apache Maven Linkcheck Plugin Version 1.2 Released

2014-10-11 Thread Karl Heinz Marbaise
tils to 3.0.18 * [MLINKCHECK-17] - Upgrade plexus-i18n to 1.0-beta-10 Task: * [MLINKCHECK-11] - use maven-plugin-tools' java 5 annotations Enjoy, -The Apache Maven team Karl Heinz Marbaise - To unsubscribe, e-m

Re: Enum-type parameters in Guide to Developing Java Plugins

2014-10-11 Thread Karl Heinz Marbaise
gin-development.html I'd realized it much earlier. Correct...it's simply missing on the site...so we should fix it... Where would you suggest to put this kind of information ? within this page ... Before Arrays ? Kind regards Karl H

Re: Enum-type parameters in Guide to Developing Java Plugins

2014-10-11 Thread Karl Heinz Marbaise
a-plugin-development.html I'd realized it much earlier. Correct...it's simply missing on the site...so we should fix it... Where would you suggest to put this kind of information ? within this page ... Before Arrays ? Kind regards K

[ANN] Apache Maven WAR Plugin Version 2.5 Released

2014-10-12 Thread Karl Heinz Marbaise
AR-325] - Fixed CPD / Checkstyle WARNINGS Task: * [MWAR-302] - Use the maven-mapping shared component Enjoy, -The Apache Maven team Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional comman

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-12 Thread Karl Heinz Marbaise
Hi Tony, I have taken a look into your patch...looks ok... This looks like a usefull enhancement so I will integrate your patch... I have created an appropriate JIRA entry: http://jira.codehaus.org/browse/MASSEMBLY-717 Kind regards Karl Heinz Marbaise On 10/13/14 1:09 AM, Tony Jewell wrote

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Karl Heinz Marbaise
ed? It's likely that this week a release will be done which is called 2.5 ...if nothing really hard will happen... we will see... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

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

2014-10-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 1.3 The goal is to provide a shared component for all plugins that needs to filter resources. http://maven.apache.org/shared/maven-filtering/ You should specify the version in

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

2014-10-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Shared Utils Version 0.7 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 of

Re: Client-side SSL certifcates and Maven

2014-11-02 Thread Karl Heinz Marbaise
Hi, may be i miss a thing but wagon can be configured outside of maven via extensions ... ... org.apache.maven.wagon wagon 2.7 ... shouldn't that work too? Kind regards Karl Heinz Marbaise On 11/2/14 7:53 PM, Jeroen Hoek

[ANN] Apache Maven Clean Plugin Version 2.6.1 Released

2014-11-03 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Clean Plugin, version 2.6.1 The Clean Plugin is used when you want to remove files generated at build-time in a project's directory. http://maven.apache.org/plugins/maven-clean-plugin/ You should specify the version in

Re: explicit dependencies in maven

2014-11-05 Thread Karl Heinz Marbaise
it's a bug fix release of 1.1 etc. You should prevent of doing developers such a thing... Apart Kind regrards Karl Heinz Marbaise On 11/4/14 6:06 AM, Irfan Sayed wrote: so, lets say if i am using x dependency with version 1.1 and if the developer changes the code of that dependency, keepin

[ANN] Apache Maven JXR Version 2.5 Released

2014-11-05 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JXR, version 2.5 This module generates browsable HTML pages from Java source code. http://maven.apache.org/jxr/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins ma

Re: explicit dependencies in maven

2014-11-06 Thread Karl Heinz Marbaise
Hi, On 11/5/14 11:14 PM, Barrie Treloar wrote: On 6 November 2014 05:37, Karl Heinz Marbaise wrote: Hi, to be clear on that point you should never change released versions. The idea of releases is that they are immutable. The scenario you have described should never be done which means

Re: explicit dependencies in maven

2014-11-06 Thread Karl Heinz Marbaise
Hi Barrie, On 11/6/14 11:01 PM, Barrie Treloar wrote: On 6 November 2014 22:15, Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote: Hi, On 11/5/14 11:14 PM, Barrie Treloar wrote: On 6 November 2014 05:37, Karl Heinz Marbaise mailto:khmarba...@gmx.de&g

Re: fetching a tar.gz URL / dependency via HTTP during a build?

2014-11-08 Thread Karl Heinz Marbaise
output. Is there and way to do this or should I just write a bash script which uses wget to fetch the URL? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: fetching a tar.gz URL / dependency via HTTP during a build?

2014-11-08 Thread Karl Heinz Marbaise
Marbaise On Sat, Nov 8, 2014 at 11:00 AM, Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote: Hi Kevin, to download a an file from somewhere you could use the wagon-maven-plugin like this: org.codehaus.mojo wagon-maven-__plugin 1.0-

[ANN] Apache Common POM Version 16 Released

2014-11-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Common POM, version 16. This POM (org.apache:apache) configures common Maven settings for projects to use ASF infrastructure. Documentation live at: http://maven.apache.org/poms/asf. To use this parent, you should specify th

[ANN] Apache Maven Project Parent Version 26 Released

2014-11-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the [Apache Maven Project Parent, version 26](http://maven.apache.org/pom/maven/). This POM (org.apache.maven:maven-parent) contains settings that are likely to be useful to any Maven project that is building and releasing code with Mave

[ANN] Apache Maven Plugins Parent POM Version 27 Released

2014-11-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Plugins Parent POM Version 27. This POM (org.apache.maven.plugins:maven-plugins) is the common parent of all of the Maven plugins in the Apache Maven project. To use this parent, you should specify the version in your p

Re: [ANN] Apache Common POM Version 16 Released

2014-11-17 Thread Karl Heinz Marbaise
Hi, On 11/17/14 9:59 PM, sebb wrote: On 17 November 2014 19:57, Karl Heinz Marbaise wrote: The Apache Maven team is pleased to announce the release of the Apache Common POM, version 16. This POM (org.apache:apache) configures common Maven settings for projects to use ASF infrastructure

Re: deploying war artifact to nexus is failing; packaging as jar works.

2014-11-22 Thread Karl Heinz Marbaise
Hi, have you checked in Nexus if there where errors in the logs? Kind regards Karl Heinz Marbaise On 11/22/14 9:35 PM, Sartaj Hundal wrote: You're getting an IOException (unexpected end of stream). Are you using the right URL? Just an idea. You might have to set some property to '

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Karl Heinz Marbaise
Hi, -1 Kind regards Karl Heinz Marbaise On 11/25/14 11:57 AM, Stephen Connolly wrote: For anyone who has been living under a rock, here is the background Background = I think everyone can agree that the site needs a reorganisation and a rewrite. Users cannot find what they need, and

[ANN] Mojo Appassembler Maven Plugin Version 1.9 Released

2014-11-26 Thread Karl Heinz Marbaise
Hi, The Mojo team is pleased to announce the release of the Appassembler Maven Plugin version 1.9. The Application Assembler Plugin is a Maven plugin for generating scripts for starting java applications. All dependencies and the artifact of the project itself are placed in a generated Maven

Re: Bug? maven-ear-plugin 2.9.1 behaves different to 2.9

2014-11-26 Thread Karl Heinz Marbaise
.. TIA, - martin PS: I reported a (maybe) related issue half a year ago without any feedback. Not sure if this could provide some extra info: http://maven.40175.n5.nabble.com/bug-in-maven-ear-plugin-with-skinny-war-td5792646.html Kind regards Karl Heinz Marbaise -

Fwd: ApacheCon NA 2015 Travel Assistance Applications now open!

2014-12-13 Thread Karl Heinz Marbaise
o ASAP. We look forward to greeting everyone in Austin, Texas in April. Kind Regards jan i (On behalf of the Travel Assistance Committee) Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@mave

Re: Hibernate 3 Plugin

2009-08-13 Thread Karl Heinz Marbaise
gards 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://www.soeb

Maven Assembly PlugIn...Multiple Artifacts with different configurations

2009-10-20 Thread Karl Heinz Marbaise
advance 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://www.soebes.de

particular version of maven-dependency-plugin

2009-11-12 Thread Karl Heinz Marbaise
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac" Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung

Re: particular version of maven-dependency-plugin

2009-11-12 Thread Karl Heinz Marbaise
Hi, many thanks...it works... Try using the FQ plugin name/coordinates: mvn org.apache.maven.plugins:maven-dependency-plugin:2.1:tree sometimes the obviously things don't coming into my mind...;-) Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +

Re: Maven Exec - Inheritance - Multi Module Build

2009-12-14 Thread Karl Heinz Marbaise
he same > plugin (exec-maven-plugin in your case) is incorrect. I believe there is a > bug in som Maven versions that allow that, but it's not te corredt way of > doing things. Instead, you should specify two execution sections in the > same > plugin section. > > Kind

Re: Maven Exec - Inheritance - Multi Module Build

2009-12-15 Thread Karl Heinz Marbaise
exec true May be it's not the best solution but it works... Many thanks for your help. Kind regards Karl Heinz Marbaise -

Re: Maven + JUnit, what's the best approach?

2009-12-29 Thread Karl Heinz Marbaise
java apps using JUnit with MAVEN? Just write them as usual JUnit Test Cases Than you can simple do mvn test to run the test cases or use Eclipse/Netbeans etc. run them from the IDE instead... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405

Re: Maven + JUnit, what's the best approach?

2009-12-29 Thread Karl Heinz Marbaise
true in your pom to compile with 1.5 or as in this example with 1.6... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 H

Re: Maven + JUnit, what's the best approach?

2009-12-29 Thread Karl Heinz Marbaise
(IDE, Maven, Hudson, etc. )... And what did you understand under "managed" ? Support contract ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Haupts

[ANNOUNCE] Doxygen Maven Plugin - Release 1.0

2010-01-15 Thread Karl Heinz Marbaise
days... If you have any questions concerning the Plugin don't hesitate to contact me Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Re: [ANNOUNCE] Doxygen Maven Plugin - Release 1.0

2010-01-16 Thread Karl Heinz Marbaise
-plugin/ If you have any questions concerning the Plugin don't hesitate to contact me Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt

Re: using rpm plugin as a deploy tool instead of maven

2010-01-17 Thread Karl Heinz Marbaise
e dependencies systems (yum + maven). anyone has experience with the RPM plugin and knows the best way to use it? May be you can explain your needs a litte bit more specific and i can see if i can help... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405

Re: using rpm plugin as a deploy tool instead of maven

2010-01-17 Thread Karl Heinz Marbaise
comment gives me the impression that you know how it works...(or is it just copy&paste)... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse

Re: file system storage

2010-01-17 Thread Karl Heinz Marbaise
I can only assume what the intentions are... 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

Problem with buildnumber-maven-plugin

2010-01-19 Thread Karl Heinz Marbaise
n> </executions> </plugin> So what i need is to create a timestamp only once during a build(e.g. on Root-Level) ? Is this possible with Maven (2.2.1 / 3.0 - Alpha ...). Or might be the best way to create such a timestamp via CI Server (in my case Hudson)? Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/Problem-with-buildnumber-maven-plugin-tp27228183p27228183.html Sent from the Maven - Users mailing list archive at Nabble.com.

RE: Problem with buildnumber-maven-plugin

2010-01-19 Thread Karl Heinz Marbaise
m is that the buildnumber-maven-plugin is called for every modules in the inheritance tree if i do an reactor build from the root of my tree...The result is that the timestamp in this case is changed with every call Kind regards Karl Heinz Marbaise -- View this message in context: htt

RE: Problem with buildnumber-maven-plugin

2010-01-19 Thread Karl Heinz Marbaise
Hi, tthiessen wrote: > > The svn revision stays the same right?Yeah the svn revision number does > not change, but which is not my problem... Do you even care about the timestamp?http://old.nabble.com/Problem-with-buildnumber-maven-plugin-tp27228183p27229732.html Sent from the Maven - Users m

Re: Problem with buildnumber-maven-plugin

2010-01-19 Thread Karl Heinz Marbaise
n-pluginMay be i have to use and external source for this kind of information e.g. Hudson...but i thought i could manage it with Maven itself... Many thanks for your help. Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.

POM Question about version element.

2010-01-20 Thread Karl Heinz Marbaise
Hi, has someone seen something like the following in particular the "component" part... ..<version component="">123123</version> cause i can't find anything about that no docs, not in the XSD files for the pom etc. not in the books etc. Any id

Re: newbie Assembly plugin question

2010-01-20 Thread Karl Heinz Marbaise
Hi, take a look here: http://maven.apache.org/plugins/maven-assembly-plugin/usage.html or may be you will take a look here: http://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html Kind Regards Karl Heinz Marbaise -- View this message in context: http

Problem with particular POM from fornax/openarchitectureware

2010-01-21 Thread Karl Heinz Marbaise
ild. Has someone else made the same experience or got the same message? Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/Problem-with-particular-POM-from-fornax-openarchitectureware-tp27255037p27255037.html Sent from the Maven - Users mailing list

Re: Sharing Module among Multiple Projects

2010-01-21 Thread Karl Heinz Marbaise
l mvn install or mvn package from the root of your project.... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/Sharing-Module-among-Multiple-Projects-tp27254872p27255259.html Sent from the Maven - Use

Re: changes.xml with a multi line action

2010-01-21 Thread Karl Heinz Marbaise
.xml ? Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/changes.xml-with-a-multi-line-action-tp27257223p27258273.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: Interpolation of HTML files

2010-02-03 Thread Karl Heinz Marbaise
r file types... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/Interpolation-of-HTML-files-tp27438828p27438997.html Sent from the Maven - Users mailing list archive at Nabble.com. --

RFC: Maven License Verifier Plugin

2010-02-03 Thread Karl Heinz Marbaise
ude particular artifacts from being checked ().. (I have to check how to implement this but this is an other question)... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseIC

Re: RFC: Maven License Verifier Plugin

2010-02-04 Thread Karl Heinz Marbaise
such as a Nexus plugin to verify > this centrally in a repo manager. This is not a big problem to separate > the code from the plugin functionality... Anders Hammar wrote: > But I guess you could re-factor that later on. This is of course possible as well... Many thanks for you hints a

Re: RFC: Maven License Verifier Plugin

2010-02-04 Thread Karl Heinz Marbaise
Hi Anders, Anders Hammar wrote: > Lots of people > don't think of that I we need to help them not doing bad things...The > outcome of this is to remove the option for using an URL... Thanks for you comments.. Kind Regards Karl Heinz Marbaise -- View this message in

Re: RFC: Maven License Verifier Plugin

2010-02-04 Thread Karl Heinz Marbaise
to think about > this Dmitry Katsubo wrote: > That would be a dream :) Or is it a reality already?Only partially ;-) And > not that aside the point... Thanks for your idea... Kind Regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/RFC%3A-Maven-License

Re: Read properties from pom.xml from Java

2010-02-04 Thread Karl Heinz Marbaise
to the http://maven-plugins.sourceforge.net/maven-dbunit-plugin/ maven-dbunit-plugin not to forget http://www.dbunit.org/ dbUnit itself... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/Read-properties-from-pom.xml-from-Java-tp27449529p27451408.html Sen

Re: maven release plugin and subversion externals

2010-02-04 Thread Karl Heinz Marbaise
name or trunk with a particular revision ? 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ür

Re: maven release plugin and subversion externals

2010-02-05 Thread Karl Heinz Marbaise
Hi, We are calling: mvn release.clean release:prepare release:perform and there are no error messages. If you do an mvn release:perform ...aren't you asked for the release version etc. during the process ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung

Re: maven release plugin and subversion externals

2010-02-05 Thread Karl Heinz Marbaise
svn:externals ? I don't see the needs for using externals if you are referencing the trunk of the modules...? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrass

Problems with maven-gpg-plugin

2010-02-09 Thread Karl Heinz Marbaise
- [INFO] Maven execution failed, exit code: '1' does someone has an idea what I'm doing wrong ? Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/Problems-with-maven-gp

Re: Problems with maven-gpg-plugin

2010-02-09 Thread Karl Heinz Marbaise
enExecutor.java:393) at org.apache.maven.shared.release.phase.AbstractRunGoalsPhase.execute(AbstractRunGoalsPhase.java:81) ... 24 more [INFO] [INFO] Total time: 9 seconds [INFO] Finished at: Tue Feb 09 13:06:30 CET 2010 [INFO] Final Memory:

maven-nar-plugin (http://duns.github.com/maven-nar-plugin)

2010-02-10 Thread Karl Heinz Marbaise
n Thanks in advance. Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/maven-nar-plugin-%28http%3A--duns.github.com-maven-nar-plugin%29-tp27543417p27543417.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: maven-nar-plugin (http://duns.github.com/maven-nar-plugin)

2010-02-11 Thread Karl Heinz Marbaise
or mvn package work like a charm... Wow cool... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/maven-nar-plugin-%28http%3A--duns.github.com-maven-nar-plugin%29-tp27543417p27544174.html Sent from the Maven - Users mailing list archive at Nabble.com

Question about http://repository.sonatype.org/content/groups/forge/

2010-02-11 Thread Karl Heinz Marbaise
hanks in advance... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/Question-about-http%3A--repository.sonatype.org-content-groups-forge--tp27544306p27544306.html Sent from the Maven - Users mailing list archive at Nabbl

Re: Question about http://repository.sonatype.org/content/groups/forge/

2010-02-11 Thread Karl Heinz Marbaise
(http://repository.sonatype.org/content/repositories/central/) i can find only nexus till release 1.3.6 nothing newer... May be there is a possibility in nexus to fix this problem... Thanks for your help. Kind regards Karl Heinz Marbaise Original-Nachricht > Datum: Thu, 11 Feb 2010 12:08:

Re: buildnumber-maven-plugin

2010-02-12 Thread Karl Heinz Marbaise
idate phase which is the first phase... I am not able to get ${buildNumber} with "install" ? How would like to get it there ? Naming an artifact ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise

[ANNOUNCE] doxygen-maven-plugin 1.0.1

2010-02-12 Thread Karl Heinz Marbaise
ow/28 The official Homepage of the doxygen-maven-plugin is: http://site.supose.org/doxygen-maven-plugin/ If you have any further detailed questions etc. Don't hesitate to contact me. Many thanks to Sonatype Inc. for the support to get into Maven Central. Kind regards Karl Hein

Re: maven-nar-plugin (http://duns.github.com/maven-nar-plugin)

2010-02-12 Thread Karl Heinz Marbaise
... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/maven-nar-plugin-%28http%3A--duns.github.com-maven-nar-plugin%29-tp27543417p27568008.html Sent from the Maven - Users mailing list archive at N

Re: [ANNOUNCE] doxygen-maven-plugin 1.0.1

2010-02-15 Thread Karl Heinz Marbaise
Dear Maven Community, Karl Heinz Marbaise-2 wrote: > http://www.supose.org/version/show/28 There was a typo in the address. It should be http://www.supose.org/versions/show/28 Sorry for the typo Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.

Re: Vote for Maven!

2010-02-15 Thread Karl Heinz Marbaise
Hi, http://it-republik.de/jaxenter/quickvote/ I voted...of course for Maven ;-) Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr

[ANNOUNCEMENT] - Maven License Verifier Plugin 0.2-SNAPSHOT

2010-02-19 Thread Karl Heinz Marbaise
erning the plugin give a mail on the list (or direct to me) or via issue tracker: http://www.supose.org/projects/show/mlv Kind regards Karl Heinz Marbaise Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/-ANNOUNCEMENTMaven-License-Verifier-Plugin-0.

Re: Deploy Headerfiles

2010-02-23 Thread Karl Heinz Marbaise
Hi, i don't know which plugin you are using...one choice would be to use the assembly pluging to package the include files into a tar.gz or the other choice can be to use the maven-nar plugin (http://duns.github.com/maven-nar-plugin/)... Kind regards Karl Heinz Marbaise -- View

Re: assembly and including a test-jar

2010-02-24 Thread Karl Heinz Marbaise
ou could use groupId:artifactId:type:classifier format to include a particular type... may be com.comcast.vodauto:vodtest:*:test instead would help ? Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/assembly-and-including-a-test-jar-tp27712959p27714192.html Sent from the M

Re: Maven with Java and non-Java projects

2010-02-24 Thread Karl Heinz Marbaise
;s can be adopted to use for C#... http://incubator.apache.org/nmaven/ but there seemed to be not many activies over a long time... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949

Re: [ANNOUNCEMENT] - Maven License Verifier Plugin 0.2-SNAPSHOT

2010-03-03 Thread Karl Heinz Marbaise
y to bind the plugin to a particular phase and just do a mvn test (and take a look if some output has been produced). test check This is just to isolate the problem. Many thanks I've already filed a bug into

Re: [ANNOUNCEMENT] - Maven License Verifier Plugin 0.2-SNAPSHOT

2010-03-04 Thread Karl Heinz Marbaise
rote: > > So *maybe* my licenses.xml file is wrong, I did not find a concrete > example on the site ; you can find mine at (1). That pushes me to enhance the documentation as well... Many thanks for testing and of course giving feedback to me... Kind regards Karl Heinz Marbaise -- View t

Re: [ANNOUNCEMENT] - Maven License Verifier Plugin 0.2-SNAPSHOT

2010-03-18 Thread Karl Heinz Marbaise
Hi Laurent, after investigating the problem i found the cause for this...sorry..;-( I hope to get a new update on the weekend... Thanks for testing MLV... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/-ANNOUNCEMENTMaven-License-Verifier-Plugin

Re: [ANN] Riding Ruby on Rails3 with Maven3

2010-03-18 Thread Karl Heinz Marbaise
Hi Kistrian, cool.. one question: Is Maven 3 required or would it work with Maven 2.2.1 as well ? Or didn't you test it ? Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/-ANN--Riding-Ruby-on-Rails3-with-Maven3-tp27941758p27942775.html Sent

Re: [ANN] Riding Ruby on Rails3 with Maven3

2010-03-18 Thread Karl Heinz Marbaise
Hi Kristian, First thanks for the answer But i know of the nar plugins which are used for C++/C compilings etc. and dependency download (nar-files) etc. and they are working for MVN 2.2.1 as well... http://duns.github.com/maven-nar-plugin/ Kind regards Karl Heinz Marbaise -- View this

Re: [ANNOUNCEMENT] - Maven License Verifier Plugin 0.2-SNAPSHOT

2010-03-20 Thread Karl Heinz Marbaise
Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/-ANNOUNCEMENTMaven-License-Verifier-Plugin-0.2-SNAPSHOT-tp27658754p27966338.html Sent from the Maven - Users mailing list archive at Nabble.com. - To

Re: reading dependency list from pom into rpm plugin require

2010-03-24 Thread Karl Heinz Marbaise
s notbut it would very handy to have thatcause i really could use it as well.. Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/reading-dependency-list-from-pom-into-rpm-plugin-require-tp28014957p28015307.html Sent from the Maven - Users ma

resources folder

2010-03-25 Thread Karl Heinz Marbaise
regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/resources-folder-tp28029783p28029783.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: possible to ship an Ant based plugin with resources?

2010-03-29 Thread Karl Heinz Marbaise
Hi, may be i misunderstand things but why are you trying to ship a maven plugin via Ant ? Or didn't i get the poing ? Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/possible-to-ship-an-Ant-based-plugin-with-resources--tp28068223p28068707.html Sent

Re: possible to ship an Ant based plugin with resources?

2010-03-29 Thread Karl Heinz Marbaise
Hi, Ah...now i got the point thanks... If i understand the things correct you have to locate the scripts into the default location of the plugin (src/main/sripts)...? Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/possible-to-ship-an-Ant-based-plugin

Dependencies and Aggregation

2010-04-12 Thread Karl Heinz Marbaise
ency instead of using m4? The m4 module is a aggregation of multiple modules (m4.1...m4.5) which are needed as dependency so it would be nice just to give m4 as dependency Or does exist an other solution to handle such a problem? Kind regards Karl Heinz Marbaise -- View this message in

<    1   2   3   4   5   6   7   8   9   >