Re: [DISCUSS] Maven Dependency Plugin

2024-03-23 Thread Oliver B. Fischer
, but there is a reason why these goals/functions have been added. Oliver Am 21.03.24 um 19:43 schrieb Tamás Cservenák: Howdy, Oliver: all, really? I wonder what you used for goals like "purge-local-repository", "resolve-plugins" etc :) I mean, I know what those goals

Re: [DISCUSS] Maven Dependency Plugin

2024-03-21 Thread Oliver B. Fischer
Hi, over the time I used all of them in different projects and I think all of them are needed. Viele Grüße Oliver Am 21.03.24 um 17:04 schrieb Tamás Cservenák: Howdy, I'd would be interested in how users and devs are using maven-dependency-plugin: https://maven.apache.org/plugins/maven

Re: Named Lock implementation for Maven with Jenkins

2022-06-21 Thread Oliver B. Fischer
is that even if disk space is cheep it is finite. I have seen many CI systems failing becaus of missing diskspace.  Resources are finite. Oliver -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S

Re: Maven Book recommendation

2022-01-29 Thread Oliver B. Fischer
IMHO it would be helpful to add a deprecation node to these books, so that people are aware of it. Oliver Am 28.01.22 um 04:06 schrieb Manfred Moser: Just keep in mind that we have stopped maintenance on these books a long time ago and things like plugin versions and such are outdated

Re: Local repository accessed by multiple Maven instances - how is it solved ?

2021-10-04 Thread Oliver Fischer
-2802 -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X http://xing.to/obf

Re: OSS Nexus vs GitHub Packages

2021-07-31 Thread Oliver B. Fischer
the right decision for your team. Oliver Am 27.07.2021 um 15:21 schrieb Stephen Coy: Hi all, Just wondering if anyone has any thoughts on using GitHub Packages as a company repo vs Nexus. Right now we (about 30-40 devs) are using an ageing version of Sonatype Nexus for onsite builds and S3

Re: OSS Nexus vs GitHub Packages

2021-07-27 Thread Oliver Fischer
of the things. Now we are using Artifactory. For a larger, feel free to define the term large, it is the better approach. But as always, it depends on your project, the number of people working with you and your own approach. It is easy to start with it, but... ;-) Oliver Am 27.07.21 um 15:21 schrieb

Re: list of libraries in maven local repository

2021-03-09 Thread Oliver B. Fischer
. -name "myJar.jar"? Am 09.03.21 um 12:03 schrieb Nikos Karamolegkos: I know but in which sub-folder of the repository? On 9/3/21 12:47 μ.μ., Oliver B. Fischer wrote: The default configuration of Maven is to have its local repository in the directory ./m2/repository. Below this directory

Re: list of libraries in maven local repository

2021-03-09 Thread Oliver B. Fischer
publishToMavenLocal. How can I check that the library is really installed to the repository? Thank you -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X http

Re: maven-gpg-plugin SHA512

2021-01-24 Thread Oliver B. Fischer
I am sure that there is a better solution, but I don't know it yet ;-) Have a look at https://www.mojohaus.org/build-helper-maven-plugin/attach-artifact-mojo.html Oliver Am 22.01.21 um 16:11 schrieb Petr Ivanov: Hi all! Struggling to configure maven-gpg-plugin to generate sha512 has sum

Fuse Quickstart build errors

2020-11-25 Thread Mike Oliver
the local .m2 repository now shows C:\Users\MO Tec\.m2\repository\org\apache\felix\maven-bundle-plugin has both version 2.3.4 and 2.3.7 So I don't know what to do next. *Mike Oliver** Founder**, Open 4 Business Online* Tel: +1(951)260-0793 | Mobile:**NEW* 639479927462 US Toll free: 1-800-985

Re: Maven goal for dependencies

2020-11-11 Thread Oliver B. Fischer
So, I need some Maven goal which will collect all dependencies in my project and place them inside of the /lib folder. Which Maven goal should I use? Final result should be /lib folder containing apache, spring... dependencies. Thank you in advance,Milan -- N Oliver B. Fischer A Schönhauser Allee

Re: Maven plugin to replace text in file

2020-11-09 Thread Oliver B. Fischer
+1 Am 10.11.20 um 08:15 schrieb Christofer Dutz: > I recently tend to use the groovy plugin to do stuff like at in a > portable way.  > > Chris > ---- > -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 B

Re: Maven plugin to replace text in file

2020-11-09 Thread Oliver B. Fischer
IMHO not very portable, as jq is an external dependency and maybe not available on every machine. Am 09.11.20 um 18:03 schrieb Arnaud bourree: > You want to reformat json file ... why not using jq in exec-maven-plugin ? > > Arnaud > -- N Oliver B. Fischer A Schönhauser Allee 64,

Re: Why does POM have precedence over -D property expressions?

2020-09-14 Thread Oliver B. Fischer
/jira/browse/MNG-4979 So, this seems to be a recurring issue that irritates a lot of people. Oliver Am 14.09.20 um 18:11 schrieb Andreas Sewe: > Hi, > > I am currently sprinkling child elements like the > following through my (parent) POMs for enforcer:enforce, tidy:check and > c

Re: Parameter priority for a Maven Plugin

2020-09-11 Thread Oliver B. Fischer
{some-key} > >   > > https://issues.apache.org/jira/browse/MNG-4979 > > On Thu, 10 Sep 2020 at 19:27, Oliver B. Fischer > wrote: > >> - -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538

Parameter priority for a Maven Plugin

2020-09-10 Thread Oliver B. Fischer
the plugin configuration in the POM by commandline parameters. This behaviour is reproducable and I have written tests for this. Am I wrong or did I misunderstand something and the current behavior is correct? Oliver BTW, we currently use org.apache.maven:maven-core:jar:3.5.0 - -- N Oliver B. Fischer

Re: Issues resolving environment variables

2019-11-20 Thread Oliver B. Fischer
/Ekryd/echo-maven-plugin) to output the current value or generate the effective POM by the following command 'mvn help:effective-pom'. Bye, Oliver Am 20.11.19 um 13:41 schrieb Kruse, Stephen S: > > Hi, > >   > > I have a maven project setup with subprojects and I am using env

Re: SPDX license ID

2019-04-08 Thread Oliver B. Fischer
Dear Miguel, as a normal Maven user I have faced this problem several times. To have such information available as part of the licence information would be great. Oliver Am 08.04.19 um 00:42 schrieb Miguel Angel Terrón: > Hi team, > > I've been checking the xsd for the pom file and th

Re: Kotlin for your pom

2019-03-30 Thread Oliver B. Fischer
Hi Manfred, do you know far Polyglot Maven is already supported by the various IDE? Bye, Oliver Am 30.03.19 um 05:50 schrieb Manfred Moser: > Hi all, > > Just a quick heads up that the new polyglot-maven release I cut recently > features a MUCH improved support for Kotlin. So w

Re: Maven Interships

2019-02-16 Thread Oliver B. Fischer
difficult to get them applied. Therefore I stopped as even my time is limited and I can't continuously ping the people. Just my 2c. Oliver Am 16.02.19 um 14:15 schrieb Michael Osipov: Am 2019-02-16 um 13:17 schrieb Darius Cooper: A bit off-topic, but has the Camel team considered using interns

Re: Inheritable Profiles or Decision making in POM

2018-12-22 Thread Oliver B. Fischer
Thank you for the clarification. Bye, Oliver Am 22.12.18 um 10:57 schrieb Robert Scholte: You don't have to worry about parent poms, expectations are these will stay untouched. Pom optimizations effect non-parent, non-aggregator pom files. thanks, Robert On Fri, 21 Dec 2018 20:13:48 +0100

Re: Inheritable Profiles or Decision making in POM

2018-12-21 Thread Oliver B. Fischer
of Maven. Oliver -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X http://xing.to/obf

Re: How to rewrite POMs retaining the XML structure

2018-11-30 Thread Oliver B. Fischer
I do it with the release tools for jQAssitant with XSLT like this https://github.com/buschmais/jqa-release-tool/blob/master/core/src/main/resources/xsl/update-version-property.xsl The Versions plugin does it via Stax. Best, Oliver Am 29.11.18 um 17:11 schrieb Marc Rohlfs: Hi all

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Oliver B. Fischer
Sounds great. I will test it! Am 17.10.18 um 12:28 schrieb Andreas Janning: Hello maven users, I have just released a new open source maven plugin: The Go Offline Maven Plugin. It can be used to download all dependencies and plugins required in a Maven build, so the build can be run without

Re: Differenz between mvn clean install and mvn clean install deploy

2018-09-17 Thread Oliver B. Fischer
I thought so too but I have a project where calling mvn clean install deploy causes Maven to use wrong paths for some modules. I think I should create bug report for this. Best, Oliver Am 18.09.18 um 00:02 schrieb Marco Schulz: jupp they have the same result. because. frist both run

Differenz between mvn clean install and mvn clean install deploy

2018-09-17 Thread Oliver B. Fischer
Hi all, I stumbled on a strange problem with Maven. Therefore I would like to know if the following commands should have the same result or not: 1. mvn clean install deploy 2. mvn clean deploy Best, Oliver

Re: Integration testing of command line tools?

2018-08-20 Thread Oliver B. Fischer
lob/9d0780c625036ff9cc60ec88c4e4dfabf5a889bc/spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/test/java/org/springframework/boot/loader/tools/DefaultLaunchScriptTests.java Oliver Am 20.08.18 um 15:59 schrieb Mark H. Wood: When writing integration tests for command-line to

Re: When does a Maven plugin uses the POM in the current directory?

2018-06-16 Thread Oliver B. Fischer
Thank you all for your support. Now it works as I need it. Am 12.06.18 um 17:20 schrieb Oliver B. Fischer: Dear all, I use the Versions Maven Plugin to check for updates of my dependencies. Therefore I added the following lines to my pom.xml:     org.codehaus.mojo     versions-maven

When does a Maven plugin uses the POM in the current directory?

2018-06-12 Thread Oliver B. Fischer
the Maven run. Is there a way to run the Versions plugin on the commandline and to configure it via the pom.xml? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Structuring bigger Maven projects

2016-11-30 Thread Oliver B. Fischer
Hi Flo, can you tell us who do you define a "bigger project"? Oliver Am 30.11.16 um 08:27 schrieb Florian Schaetz: Hello, are there some good guides about structuring bigger maven projects (including shared code, easy deployment & versioning, etc.)? There's much about t

Re: ${project.parent.basedir} not resolved in assembly descriptor

2016-10-03 Thread Oliver B. Fischer
No. The the second uses the parent of the first one as parent POM. Could this be the reason? Am 02.10.16 um 10:04 schrieb Stephen Connolly: Is one project resolving the parent from the reactor and the other removing from the repository cache? On Saturday 1 October 2016, Oliver B. Fischer

${project.parent.basedir} not resolved in assembly descriptor

2016-10-02 Thread Oliver B. Fischer
in the second project does not recognize the property? Oliver -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@gmx.de S oliver.b.fischer J oliver.b.fisc...@jabber.org X http://xing.to/obf

Re: SNAPHOST Depedency of plugin not found

2016-09-24 Thread Oliver B. Fischer
for the snapshots we provide: true sonatype-nexus-snapshots Sonatype Nexus Snapshots https://oss.sonatype.org/content/repositories/snapshots Oliver Am 23.09.16 um 16:12 schrieb Curtis Rueden: Hi Oliver, Can you share your POM? Did you configure the ? Regards

SNAPHOST Depedency of plugin not found

2016-09-23 Thread Oliver B. Fischer
Maven is able to find and to download it from the correct snapshot repository. So, it is needed to declare it twice? I doubt. Or is it a bug? Oliver - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-07-02 Thread Oliver B. Fischer
fix these problems before they become serious. WDYT? Oliver Am 20.06.16 um 23:23 schrieb Christian Schulte: Am 06/20/16 um 22:00 schrieb Oliver B. Fischer: Yes, I think this would be very helpfull. Otherwise I see a lot of people complaining about Maven and that is not able to do its w

Re: How do I separate UTs and ITs directory?

2016-06-24 Thread Oliver B. Fischer
run unit tests, component tests and itegration tests on our CI server parallel. Oliver Am 24.06.16 um 10:58 schrieb zuxiong lin: Hi. maven devs. According to http://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html , the Failsafe Plugin will automatically

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-20 Thread Oliver B. Fischer
mean make it a warning in 3.4 and fix behavior in 3.5? Cheers, Paul On Mon, Jun 20, 2016 at 2:42 PM, Oliver B. Fischer <o.b.fisc...@swe-blog.net wrote: Ok, I will fix it. But wouldn't it be an usefull option to print some warning about this problem before changing the current behaviour? W

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-20 Thread Oliver B. Fischer
Ok, I will fix it. But wouldn't it be an usefull option to print some warning about this problem before changing the current behaviour? WDYT? Am 12.06.16 um 23:08 schrieb Christian Schulte: Am 06/12/16 um 22:01 schrieb Oliver B. Fischer: With this snapshot I am unable to build jQAssistant

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 2)

2016-06-14 Thread Oliver B. Fischer
java.util.ArrayList -> [Help 1] [ERROR] It is easily to reproduce it. You can get it from http://tamaya.incubator.apache.org/source.html BYe, Oliver Am 12.06.16 um 22:40 schrieb Karl Heinz Marbaise: Hi to all Maven users, based on the issues which have been found with the first one here is anot

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 2)

2016-06-13 Thread Oliver B. Fischer
commands, e-mail: users-h...@maven.apache.org -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X http://xing.to/obf

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Oliver B. Fischer
t;m...@batmat.net> wrote: Didn't test it, but using batch mode would seem natural for that IMO. My 2 cents 2016-06-12 22:04 GMT+02:00 Oliver B. Fischer <o.b.fisc...@swe-blog.net>: - To unsubscribe, e-mail: us

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Oliver B. Fischer
for that IMO. My 2 cents 2016-06-12 22:04 GMT+02:00 Oliver B. Fischer <o.b.fisc...@swe-blog.net>: The colorized output is very nice, but I would like to have also a commandline option to disable it. I often redirect the output of Maven to a file to check the build. All the escape seq

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Oliver B. Fischer
-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X http

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Oliver B. Fischer
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Oliver B. Fischer
Hi, Can I use the Linux package to test it on OS X? Best Oliver Von meinem iPhone gesendet > Am 11.06.2016 um 22:21 schrieb Karl Heinz Marbaise <khmarba...@gmx.de>: > > Hi to all Maven users, > > is someone of you willing to do some testing on the current st

Re: Why did the Maven Site Plugin 3.4.1 vanished

2016-04-22 Thread Oliver B. Fischer
I found this version number in our POMs before upgrading to 3.5.1. Maybe it was only a error in our POMs. Thx, Oliver Am 22.04.16 um 00:28 schrieb Hervé BOUTEMY: Hi, 3.4.1? This version never existed http://svn.apache.org/viewvc/maven/plugins/tags/ Didn't you look for 3.5.1? Regards

Why did the Maven Site Plugin 3.4.1 vanished

2016-04-21 Thread Oliver B. Fischer
Hi, I just recognized that version 3.4.1 of the Maven Site Plugin vanished from Maven Central. Does someone how why? Oliver -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J

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

2015-12-21 Thread Oliver B. Fischer
in parallel static code analysis, unit test, component test and similar stuff. Bye, Oliver Am 21.12.15 um 13:53 schrieb Sergey Saraev: Hello! I am developing a project with 67 modules. I use Apache Maven 3.0.4. Reassembly of the project take 1 hour and 50 minutes although usually commit

Re: Java 7 and 8 features

2015-10-27 Thread Oliver B. Fischer
to use all these features. But we must not forget the people using our software in their daily work. BYe, Oliver Am 27.10.15 um 16:49 schrieb Vinicius Corrêa de Almeida: I analized some releases and i noticed that not using java 7 features like multi catch and in java 8 do not use lambda

Re: doxia-book-maven-plugin - How do I bind book sections to markdown files?

2012-08-17 Thread Oliver Schrenk
Yeah, I might try that as there seems to be no one else out there who had this usecase before. I was hoping that someday doxia would support a docx sink. For now I defaulted to pandoc. Cheers Oliver Am 17.08.2012 um 11:23 schrieb Lukas Theussl ltheu...@apache.org: If you only want

doxia-book-maven-plugin - How do I bind book sections to markdown files?

2012-08-10 Thread Oliver Schrenk
'. No document that matches section with id=01-json.md. - [Help1] Which is to be expected as I have no clue on how to map my markdown files to the various chapters and sections and I can't find any infos on it. Does anybody know how to do this? Best regards Oliver Schrenk

Re: Maven Log binding for SLF4J (jcabi-maven-slf4j)

2012-05-15 Thread Oliver B. Fischer
Hi Yegor, nice to see such a binding. Are you aware of MNG-4505? It would be nice if you would add a comment regarding your libary to this issue. http://jira.codehaus.org/browse/MNG-4505 Bye, Oliver Am 13.05.2012 17:15, schrieb Yegor Bugayenko: Hi all, I created a simple binding between

Re: [ANN] plan-maven-plugin v1.1 released

2012-05-10 Thread Oliver B. Fischer
Hi Carlo, just had a look at your plugin. It is a great peace of software and will help me a lot! Bye, Oliver Am 09.05.2012 10:25, schrieb Carlo Sciolla: Hi all, I'm happy to announce the availability of the Plan Maven Plugin v1.1 on Central. The Plan plugin unrolls the maven execution

Re: Maven as an installation tool

2012-03-02 Thread Oliver B. Fischer
. The solution combines the adavantages of Ant and Maven and turned out to be very flexible. But you must know Ant before. Bye Oliver Am 02.03.2012 04:32, schrieb Eric Kolotyluk: Maybe this is too weird, but Has anyone ever used Maven as an installation tool? I've been thinking using Maven

Re: Set my own logger

2012-02-28 Thread Oliver B. Fischer
The same for me. There is an issue in Codehaus' JIRA. You should watch it and please vote for it: http://jira.codehaus.org/browse/MNG-4505 Bye, Oliver Am 27.02.2012 17:12, schrieb Wayne Fay: I'd like to replace the default Maven logger implementation with my own. I assume I need to create

Re: Maven use case

2011-12-27 Thread Michael Oliver
directory above with autoexpand turned on. Michael Oliver CTO, Corent Technology Inc. http://www.corenttechnology.com Mobile: +63-917-557-0990 *New! Office: +1(951) 260-0793 Home: +1(951) 263-6601 Skype: MikeOliverAZ Choice vs. Force http://www.facebook.com/MikeOliverAZhttp://twitter.com/#%21

Re: Adding a line in the MANIFEST.MF with maven3

2011-12-26 Thread Oliver Zemann
will put the line: key: value into the manifest.mf regards, oli Am 19.12.2011 13:16, schrieb Antonio Petrelli: 2011/12/19 Oliver Zemannoliver.zem...@googlemail.com I dont want to change so much in the pom.xml, because i am new to maven and dont want to kill it, so i hoped there is something

Maven use case

2011-12-23 Thread Michael Oliver
maven compiles, tests and deploys the upgrade with absolute minimum down time for the application. Has anyone done anything like this? Is this a good idea? Am I crazy? Michael Oliver CTO, Corent Technology Inc. http://www.corenttechnology.com Mobile: +63-917-557-0990 *New! Office: +1(951) 260

Adding a line in the MANIFEST.MF with maven3

2011-12-19 Thread Oliver Zemann
Hi, i would like to add a line into my manifest.mf when the .jar is created with netbeans 7.0.1. This is my pom.xml: profiles profile idbuild-for-felix/id dependencies dependency groupIdorg.apache.felix/groupId

Re: Adding a line in the MANIFEST.MF with maven3

2011-12-19 Thread Oliver Zemann
for a jar project and configure the jar plugin? http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html /Anders On Mon, Dec 19, 2011 at 11:56, Oliver Zemann oliver.zem...@googlemail.com wrote: Hi, i would like to add a line into my manifest.mf when the .jar

Re: Adding a line in the MANIFEST.MF with maven3

2011-12-19 Thread Oliver Zemann
Petrelli: 2011/12/19 Oliver Zemann oliver.zem...@googlemail.com I dont want to change so much in the pom.xml, because i am new to maven and dont want to kill it, so i hoped there is something like just add this line and its done ;) It's wrong. It's better to use the correct Maven plugin

maven-shade-plugin, minifyJar removes classes used in Class.forName(...)

2011-12-13 Thread Oliver Schrenk
/artifactSet /configuration but this removes all other classes. How can I minify the shaded jar and still include the database driver? Best regards Oliver Schrenk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: maven-shade-plugin, minifyJar removes classes used in Class.forName(...)

2011-12-13 Thread Oliver Schrenk
} :-P On 13 December 2011 12:04, Oliver Schrenk oliver.schr...@gmx.net wrote: Hej, I'm using the maven-shade-plugin to create an executable jar. The number of included jars blows the final jar over 10+ MB. Using the `minifyJar` instruction, reduces it to 2.8 MB. Unfortunately

Re: maven-shade-plugin, minifyJar removes classes used in Class.forName(...)

2011-12-13 Thread Oliver Schrenk
different projects (or subprojects) one to build a shaded minified jar then another one depending on the first one just shading the drivers and the result jar from the first shade operation without minifyJar this time? -Original Message- From: Oliver Schrenk [mailto:oliver.schr

Re: Maven Enforcer Rule for Having annotation

2011-12-07 Thread Oliver Fischer
If you are going to write such tests, you should also have a look at refelctions (http://code.google.com/p/reflections). It is pretty forward and very easy to use if you are looking for specific classes or annotations... Am 17.10.2011 13:34, schrieb Ansgar Konermann: You might want to

Multiple goals per phase

2011-11-18 Thread Oliver Stewart
think of is to redefine DefaultLifecycleMapping entirely to add new phases for our integration-test module. That seems somewhat invasive, but if it's a good way to do it, we're willing to go that route. Does Maven provide a facility for this, or is there a reasonable way to do it? Thanks, Oliver

Re: Multiple goals per phase

2011-11-18 Thread Oliver Stewart
Thanks Kristian, We were hoping to avoid that approach, as it would prevent us from keeping the related stub server code together, but it's good to have a backup plan. Cheers, Oliver On Fri, Nov 18, 2011 at 3:15 PM, kristian m.krist...@web.de wrote: still a bit invasiv but you could split

How to write a working Custom Lifecycle?

2011-11-16 Thread Oliver Fischer
an example project which uses this packaging type: https://github.com/plexusnexus/custompackagingusage Bye, Oliver https://github.com/plexusnexus/custompackagingusage - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Problem with maven-invoker plugin

2011-01-28 Thread oliver
Hi, it looks like a conflict in the dependencies - one of the dependencies (plexus-utils?) seems to be to old. regards, Oli Am 28.01.2011 um 16:34 schrieb mremerson...@aim.com: Hi, I like to use the maven-invoker plugin in my own plugin, but it failes with an error... i use maven

maven-plugin-testing-harness with Maven 3

2011-01-27 Thread oliver
) at org.apache.maven.plugin.testing.AbstractMojoTestCase.lookupMojo(AbstractMojoTestCase.java:127) ... as error message during testing. Is there a chance to get the tests work also with Maven-3? regards, Oliver - To unsubscribe, e-mail: users-unsubscr

Re: maven-plugin-testing-harness with Maven 3

2011-01-27 Thread oliver
but then I have the problem that it does not work with Maven-2. One of our build server uses Maven-3 and the other Maven-2. I guess this can be handled by a profile section. Or is there another (better) way to do this? regards, Oliver Am 27.01.2011 um 22:41 schrieb Olivier Lamy: Hello

Re: Keeping the executable bit on shell scripts when testing

2011-01-27 Thread Oliver Schrenk
No. That works fine. Its the application logic that get's in the way. Maybe I find a workaround using `sh` but it'll be a few days I have time to work on it again. Thanks. Best regards Oliver PS Throwing a crazy idea out there: Java7 rewrite for Maven using JSR203 accessing POSIX file

Keeping the executable bit on shell scripts when testing

2011-01-26 Thread Oliver Schrenk
to keep them? Or any other ideas? Best regards Oliver Schrenk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Keeping the executable bit on shell scripts when testing

2011-01-26 Thread Oliver Schrenk
Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 26 Jan 2011 15:36, Oliver Schrenk oliver.schr...@gmail.com wrote: Hi, I have several shell scripts in src/test/resources that I try to call from within

Re: Maven gpg plugin stuck while signing

2011-01-23 Thread oliver
use the -Dgpg.passphrase=XXX property but its use is discouraged and you can easily understand why. yes, that's clear. Is it possible to disable the gpg-plugin for the daily build? regards, Oliver - To unsubscribe, e-mail

Re: plugin-testing

2011-01-14 Thread oliver
Hi, the documentation of the maven-invoker-plugin is very basic but I think I got it now. But there is one problem left: how can I test the generation of archetypes ('mvn archetype:generate ...'). Any ideas? regards, Oliver Am 13.01.2011 um 08:31 schrieb Stephen Connolly: maven-invoker

plugin-testing

2011-01-12 Thread oliver
it manually (mvn install ...) before I can test my plugin? regards, Oliver

Maven / Nexus implementation / customization

2010-08-24 Thread Oliver
in a consulting capacity at our client). There is a lot more information available at our website http://www.cmi.com. Please contact: Oliver Eaton Recruiting Manager CMI 732-450-1100 ext. 114 oliver.ea...@cmi.com -- View this message in context: http://maven-users.828.n2.nabble.com/Maven-Nexus

site-deploy: how to suppress password

2010-05-18 Thread oliver
/distributionManagement With this entry and the corresponding settings.xml it works as expected. But I see always the the password in the Hudson output. Is there a possibility to suppress the output of the password? regards Oliver

Re: Sharing Maven-based project

2009-04-01 Thread Oliver Klein
1. Yes. 2. I'am not familiar with NEXUS ('cause we use Artifactory) and I don't know about your local repository. But the common steps would include to configure NEXUS as a mirror in your $HOME/.m2/settings.xml (or pom.xml) and then deploy artifacts to it. The following XML is the mirror

ear-plugin: webModule problems

2008-11-14 Thread Oliver Freivogel
the packaging is set as war in their pom. Both war files exists in my local repository. Any ideas? What is wrong im my pom? Thanks Oliver -- === ILD Software GmbH E-Mail: [EMAIL PROTECTED] Tel: 032 512 70 04 Postadresse: ILD Software GmbH Postfach 845 3000 Bern 8

RE: no pom file found

2008-09-28 Thread Mike Oliver
: Mike Oliver [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2008 10:53 PM To: users@maven.apache.org Subject: no pom file found I am using maven 1.1 and navigate to a project root folder where there is a pom.xml and it points to all the sub directories. When I run maven

This file is derived, do you really want to edit it

2008-09-28 Thread Mike Oliver
What does this mean? I used subversion to check out a branch of JackRabbit that uses Maven 2 into an Eclipse project. I created a new class from an existing class java source extending from the same abstract class. I ran mvn install to build from the pom.xml checked out. It reported an error

no pom file found

2008-09-27 Thread Mike Oliver
I am using maven 1.1 and navigate to a project root folder where there is a pom.xml and it points to all the sub directories. When I run maven in that directory with one of the targets in the pom.xml such as maven jar I get the Warning: No pom file was found what am I doing wrong. Ollie --

Continuum 1.1 slow to startup in standalone config

2008-01-23 Thread Oliver Enseling
. Has anyone observed similar issues? Any workarounds or configuration tweaks? Thanks in advance, Oliver Enseling NOTICE: This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information of Motricity. Any unauthorized review, use

Continuum 1.1 slow to start up in standalone config

2008-01-22 Thread Oliver Enseling
. Has anyone observed similar issues? Any workarounds or configuration tweaks? Thanks in advance, Oliver Enseling NOTICE: This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information of Motricity. Any unauthorized review, use

Maven Eclipse Repository

2007-02-09 Thread Jan-Oliver Wuelfing
Good Morning, (well, here at least) I got this error message: 09.02.07 09:07:53 CET: Unable to read project /wsag4j/pom.xml; org.apache.maven.project.ProjectBuildingException: POM 'mss:mss' not found in repository: Unable to download the artifact from any repository mss:mss:pom:0.0.1

Re: Re: Eclipse

2007-02-09 Thread Jan-Oliver Wuelfing
it give you this error message when you invoke maven from the command line? On 2/8/07, Jan-Oliver Wuelfing [EMAIL PROTECTED] wrote: Hello to everyone, I use the Maven 2.0.4 Eclipse Plug-in 0.0.5 and Subclipse 1.0.5 and encountered the following error message at start-up of Eclipse 3.2.1

Eclipse

2007-02-08 Thread Jan-Oliver Wuelfing
Hello to everyone, I use the Maven 2.0.4 Eclipse Plug-in 0.0.5 and Subclipse 1.0.5 and encountered the following error message at start-up of Eclipse 3.2.1: 08.02.07 11:26:51 CET: [DEBUG] Found 0 components to load on start 08.02.07 11:26:51 CET: [DEBUG] Building Maven user-level plugin

Repository

2007-02-08 Thread Jan-Oliver Wuelfing
Hi, I forgot to mention that I want to use a local repository and a remote SVN. I editet the settings.xml in .m2/ as following: ... profiles profile iddefault/id repositories repository idpackcs/id nameRepository for MSS builds/name

pom.xml

2007-01-24 Thread Jan-Oliver Wuelfing
Hello to everybody, I´ve encountered a prob with Eclipse´s Maven plug-in: It prompts that a project build error exist: failed to validate pom. Can anyone give an advice, please? Cheers Jan - To unsubscribe, e-mail: [EMAIL

clean site + pom.xml

2007-01-24 Thread Jan-Oliver Wuelfing
Hello to everybody, I´ve encountered a prob with Eclipse´s Maven plug-in: If I try to build the site via pom.xml clean site, Eclipse´a console shows up the message below. Can anyone give an advice, please? Cheers Jan [INFO]

APT + site.xml + parent directory

2007-01-15 Thread Jan-Oliver Wuelfing
Hi all, is it possible to include a parent-link the to next upper index.html in the 'menu'- or 'module'-section in the site.xml? Or is there any other possibility to include automaticly? Cheers Jan - To unsubscribe, e-mail:

APT: code-snippet

2007-01-15 Thread Jan-Oliver Wuelfing
Dear all, I use the code snippet-macro (shown at http://maven.apache.org/guides/mini/guide-snippet-macro.html) to include Java source code in my HTML-sites, but it doesn´t work, why? I build my site via the Eclipse-plug-in, so I´ve checked out the repository with the source code and the src-

APT

2007-01-09 Thread Jan-Oliver Wuelfing
Hi all, Iam a first time-user and use Maven´s site function to get a html-doku Is there any apt-command to include source-code into the site, like scr? Do I´ve to copy the code fragments and format them on my own? Thanx Jan

Re: Java 1.5 compilation setting in settings.xml?

2006-12-28 Thread Oliver Newell
Franz - Thanks for the response. I understand the philosophy now. Problem solved! -Oliver franz see wrote: Good day to you, Oliver, Best if you would create a parent pom for your projects. Then configure here your common configurations to be used through out your projects. In this way

Java 1.5 compilation setting in settings.xml?

2006-12-27 Thread Oliver Newell
there must be a way, and I searched the FAQ and the online book, but I couldn't find the magic words! -Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Java 1.5 compilation setting in settings.xml?

2006-12-27 Thread Oliver Newell
profile idjava1.5-default-profile/id properties maven.compile.source1.5/maven.compile.source maven.compile.target1.5/maven.compile.target /properties /profile /profiles activeProfiles activeProfilejava1.5-default-profile/activeProfile /activeProfiles -Oliver

adding maven 2 projects

2006-08-15 Thread Oliver
Continuum require? Kind Regards Oliver Loe

  1   2   >