RE: Question about HTTP blocking WARN

2024-01-09 Thread Stefan CORDES
+snapshots)] but build continues and finishes successfully. Seems to be in nifi-nar plugin. Gruß, Stefan -Original Message- From: Asaf Mesika Sent: Sunday, January 7, 2024 12:22 PM To: Maven Users List Subject: Re: Question about HTTP blocking WARN Hi Stefan, Not sure I follow. Are you

RE: Question about HTTP blocking WARN

2024-01-04 Thread Stefan CORDES
has some "build-in" repositories which refer to http:// Gruß, Stefan Gruß, Stefan -Original Message- From: Asaf Mesika Sent: Thursday, January 4, 2024 5:06 PM To: Maven Users List Subject: Re: Question about HTTP blocking WARN I appreciate the help, Stefan. I tried de

RE: Question about HTTP blocking WARN

2024-01-04 Thread Stefan CORDES
Hi Asaf, my build (branch * master) works. Try deleting ~/.m2/repository/org/mongodb/bson and ~/.m2/repository/org/testcontainers (Maybe in the past you had a sonatype-nexus-snapshots via "http://"; in one of your settings.xml or pom.xml) Gruß, Stefan -Original Message-

RE: maven compiler plugin 3.12.0 and Kotlin project

2023-12-21 Thread Stefan CORDES
Hi Hantsy, that should be the same like https://issues.apache.org/jira/browse/MCOMPILER-567 and fixed in 3.12.1 Workaround is to stay on 3.11.0 or use false Gruß, Stefan -Original Message- From: hantsy bai Sent: Friday, December 22, 2023 5:20 AM To: Maven Users List Subject: maven

RE: Fatal error compiling: basedir .../target/generated-sources/annotations does not exist

2023-12-20 Thread Stefan CORDES
gin-configuration. Now same build prints [INFO] --- maven-compiler-plugin:3.12.0:testCompile (default-testCompile) @ ... --- [INFO] Nothing to compile - all classes are up to date. and no error comes up. Gruß, Stefan -Original Message- From: Slawomir Jaranowski Sent: Wednesday, Decem

RE: Question about HTTP blocking WARN

2023-12-13 Thread Stefan CORDES
/settings.xml not having any with http:// and not any with http:// If still facing maven-default-http-blocker: which module of pulsar build tries to download ? Gruß, Stefan -Original Message- From: Asaf Mesika Sent: Wednesday, December 13, 2023 7:41 PM To: Maven Users List Subject: Re

RE: how to disable http 100-continue with 3.9 http-transport ?

2023-11-02 Thread Stefan CORDES
here that Nexus3 does not support http-continue? There is nothing like that but our Nexus is listening on 8081 and we have some "http proxy" before on 443 which I now try to find out what proxy it is and what version. (we have nexus+proxy self hosted) Gruß, Stefan -Origina

RE: how to log exact HTTP request and response maven sends over the wire?

2023-10-30 Thread Stefan CORDES
org.slf4j.simpleLogger.log.org.apache.http.headers=debug org.slf4j.simpleLogger.log.org.apache.http.wire=debug to see all http traffic header and body. Gruß, Stefan -Original Message- From: mark.yagnatin...@barclays.com.INVALID Sent: Monday, October 30, 2023 3:32 PM To: users@maven.apache.org Subject: RE

how to disable http 100-continue with 3.9 http-transport ?

2023-10-27 Thread Stefan CORDES
-transport-http/src/main/java/org/eclipse/aether/transport/http/LocalState.java#L82 How can I disable sending [DEBUG] org.apache.http.headers - http-outgoing-0 >> Expect: 100-continue while using mvn deploy? Gruß, Stefan P.S.: Nexus http response is 500 with http-continue and nexus.log shows 2

[ANN] Versions Maven Plugin 2.11.0 Released

2022-05-20 Thread Stefan Seifert
lugin 2.11.0 Release Notes https://github.com/mojohaus/versions-maven-plugin/releases/tag/versions-maven-plugin-2.11.0 Enjoy, The Mojo team. Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.or

[ANN] Versions Maven Plugin 2.10.0 Released

2022-03-15 Thread Stefan Seifert
.10.0 Release Notes https://github.com/mojohaus/versions-maven-plugin/releases/tag/versions-maven-plugin-2.10.0 Enjoy, The Mojo team. Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

[ANN] Versions Maven Plugin 2.9.0 Released

2022-01-21 Thread Stefan Seifert
on in your project's plugin configuration: org.codehaus.mojo versions-maven-plugin 2.9.0 Release Notes https://github.com/mojohaus/versions-maven-plugin/releases/tag/versions-maven-plugin-2.9.0 Enjoy, The Mojo team

[ANN] Build Helper Maven Plugin 3.3.0 Released

2022-01-07 Thread Stefan Seifert
elper-maven-plugin 3.3.0 Release Notes https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/build-helper-maven-plugin-3.3.0 Enjoy, The Mojo team. stefan - To unsubscribe, e-mail: users-uns

[ANN] build-helper-maven-plugin 3.2.0 Released

2020-06-22 Thread Stefan Seifert
stone/6?closed=1 Enjoy, The Mojo team. Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Build Helper Maven Plugin 3.1.0 Released

2020-03-10 Thread Stefan Seifert
version in your project's plugin configuration: org.codehaus.mojo build-helper-maven-plugin 3.1.0 Release Notes https://github.com/mojohaus/build-helper-maven-plugin/issues?q=is%3Aissue+milestone%3A3.1.0+is%3Aclosed Enjoy, The Mojo team. S

Re: AW: maven-archetype-plugin default version

2018-03-28 Thread Stefan Helfrich
erified with a clean Docker image that a fresh install will indeed use the latest maven-archetype-plugin. Thanks for pointing out the obvious and sorry that I have not tried clearing out ~/.m2/repository earlier. Best, Stefan On 03/28/2018 08:29 AM, Anders Hammar wrote: > The latest rel

Re: AW: maven-archetype-plugin default version

2018-03-27 Thread Stefan Helfrich
rnd Eckenfels wrote: > If there is no plugin Management or Defaults it uses the latest Version. > -- http://bernd.eckenfels.net Von: Stefan Helfrich Gesendet: Mittwoch, > 28. März 2018 00:29 An: users@maven.apache.org Betreff: Re: > maven-archetype-plugin default version Thanks for po

Re: maven-archetype-plugin default version

2018-03-27 Thread Stefan Helfrich
Thanks for pointing this out, Anders! My question was along the lines of how Maven determines which version of a plugin is used in this case: $ mvn org.apache.maven.plugins:maven-archetype-plugin:help and/or $ mvn archetype:help Best, Stefan On 2018/03/27 05:50:16, Anders Hammar wrote: >

maven-archetype-plugin default version

2018-03-26 Thread Stefan Helfrich
, Stefan -- Dr. Stefan Helfrich Bioimaging Center (L931) University of Konstanz PO Box 604 78457 Konstanz Germany Tel +49-7531-884666 Fax +49-7531-884005 - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: dependency:tree without downloading binaries

2017-06-06 Thread Stefan Ferstl
e a > way to make DependencyGraphBuilder (class from Maven Shared) to resolve > dependencies using poms only? wihtout downloading actuall binaries? > There is already an issue for that: https://issues.apache.org/jira/browse/MSHARED-519 Cheers Stefan --

Re: Building WAR files with/without EAR context

2016-11-18 Thread Stefan Seidel
y your WAR files also in a servlet container? Because if not, you could mark the ejb/ejb-client dependency as provided. That's how we solved that. Stefan - On Thursday 17 November 2016 15:07:31 Stefan Seidel wrote: > On 17 Nov 2016, Clemens von Musil wr

maven-install-plugin: install an unanticipated number of jars?

2016-02-16 Thread Stefan Sobernig
are recommended code/markup generation techniques in maven (without a full-blown template-based generator such as xtend or the like)? as for b) how can I use the artifact:install task based on ant file patterns ...? Any other ideas? Stefan

Maven newbie: Marry maven classloaders and jars-in-jar artifact?

2016-02-10 Thread Stefan Sobernig
ny knowledge of maven internals. This is my first maven experience. Therefore, I am looking for your advise (custom classloader?, ...) I'd appreciate any conceptual and/or coding hints. Stefan [1] https://eclipse.org/tycho/ [2] https://github.com/mrcalvin/qvto-cli/blob/master/qvt

Re: Corrupt surefire booter?

2016-02-02 Thread Stefan Seidel
time to re-download the jar, this can happen if they access the same .m2/repository. Stefan - On Tuesday 02 February 2016 14:28:17 Stefan Seidel wrote: > Hello Apache Maven community, > > In a Maven 3.3.3 and surefire 2.19 build I got this build fai

Re: How to arrange dependency management for maven reactor if child modules are versioned independently?

2015-07-02 Thread Stefan Seidel
.8 to 3.0 or even 3.0-SNAPSHOT. Regards, Stefan > > František > http://calavera.info > > Původní zpráva > Od: Ron Wheeler > Odesláno: středa, 1. července 2015 17:14 > Komu: users@maven.apache.org > Odpovědět: Maven Users List > Předmět: Re: How to arrange d

How to run multiple rounds of integration tests in one build

2015-03-27 Thread Stefan
ich opens the door for errors on dev machines 3. Jenkins builds will become heavier and again, increased possibility of errors when configuring the jobs Do you have any better ideas? Thanks, Stefan -- Stefan Enev Technical Architect, Publishing Platform Ontotext AD

Re: How to exclude directory in Maven in basedir from adding sources torelease?

2015-01-29 Thread Stefan Miklosovic
It helped in order to build that and deploy it to staging area, however when I look into that zip, these folders and file are still there. Stefan Miklosovic Red Hat Brno - JBoss Mobile Platform e-mail: smikl...@redhat.com irc: smikloso - Original Message - > In your case you need

How to exclude directory in Maven in basedir from adding sources to release?

2015-01-29 Thread Stefan Miklosovic
(attach-sources) on project module1: Error creating source archive: A zip file cannot include itself -> [Help 1] How do I get rid of these directories in a resulting sources release zip archive? Thanks! Stefan Miklosovic Red Hat Brno - JBoss Mobile Platform e-mail: smikl...@redhat.com

Re: DependencyTreeBuilder vs. DependencyGraphBuilder

2014-04-02 Thread Stefan Ferstl
years ago. So I was not sure if differences can still occur or not. According to Hervé's reply, differences can still occur. Cheers, Stefan On Wed, Apr 2, 2014 at 2:49 AM, Martin Gainty wrote: > Stefan > > A year ago..Herve says r1469697 maven-dependency-tree is fixed for M

DependencyTreeBuilder vs. DependencyGraphBuilder

2014-03-31 Thread Stefan Ferstl
osed in June 2012. So may DependencyTreeBuilder still produce different results than DependencyGraphBuilder or is this not an issue anymore? Cheers, Stefan [1] https://jira.codehaus.org/browse/MSHARED-167 - To unsubscrib

Antw: Re: Re: Corrupted Assembly, when using a type:pom dependency

2012-10-12 Thread Stefan Rademacher
rt" before and found your link very infomative! Thanks! Unfortunately, the assembly still gets corrupted, as soon as I have a type=pom dependency in my configuration... with or without scope=import. Any other suggestions? Regards, Stefan >>> Curtis Rueden 11.1

Antw: Re: Corrupted Assembly, when using a type:pom dependency

2012-10-11 Thread Stefan Rademacher
ing file: C:\Dokumente und Einstellungen\\.m2\repository\de\hhla\test\test.assembly.core\0.0.1-SNAPSHOT\test.assembly.core-0.0.1-SNAPSHOT.pom to archive location: TEST_0.0.1-SNAPSHOT//test.assembly.server.jar (Please notice the two slashes in the destination path.) Is this already a known is

Re: Corrupted Assembly, when using a type:pom dependency

2012-10-08 Thread Stefan Rademacher
Hi, is there nobody, who can confirm, if this is a known issue? Thanks, Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Corrupted Assembly, when using a type:pom dependency

2012-09-10 Thread Stefan Rademacher
\test.assembly.core-0.0.1-SNAPSHOT.pom to archive location: TEST_0.0.1-SNAPSHOT//test.assembly.server.jar (Please notice the two slashes in the destination path.) Is this already a known issue or should I file a bug? Thanks and best regards, Stefan -

Can we use dependency unpacking in an Archetype?

2012-03-28 Thread Stefan
ce in different archetype projects, because we'll probably have maintenance issues in the future. Please, excuse my ignorance in case this is documented, I just couldn't find anything on the topic. Any advice is welcome! Many thanks, Stefan -- Stefan Enev Software Engineer Ontotext AD

Re: Using component descriptor artifacts

2011-11-09 Thread Stefan
ds on the component descriptor artifact. 3. Projects which inherit from the parent pom just declare the dependency plugin if they need the component descriptor and it is unpacked in ${basedir}, then picked up by the assembly. 4. Got a beer. Cheers, Stefan On 9.11.2011 ?. 10:58 ?., Stefan

Re: Using component descriptor artifacts

2011-11-09 Thread Stefan
When I read the documentation <http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html> again, I guess that we cannot mix /descriptors/ and /descriptorRefs/, and I was trying to do just that. Any recommendations on how to approach this problem? Thanks, Stefan On 9.11.2011

Using component descriptor artifacts

2011-11-09 Thread Stefan
#x27;s specific assembly descriptor, if so - how? I hope my explanations weren't total mess. Many thanks, Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven 3, _maven.repositories and *lastUpdated

2011-10-23 Thread Stefan
to which I cannot fully agree. I'm afraid once people find how to turn it off they'll be tempted to just turn it off when they see the error. Cheers, Stefan On 24.10.2011 г. 00:49 ч., Jason van Zyl wrote: There are no plans to remove it. Only the to try and make it more convenient if p

Re: Maven 3, _maven.repositories and *lastUpdated

2011-10-23 Thread Stefan
xample from practice. And if I can advocate for keeping this feature - I like it a lot, because we have certain devs, who sometimes build projects locally and forget to deploy them, which results in broken builds. Also, this feature helped me convince the management, why to upgrade to maven

Maven 3, _maven.repositories and *lastUpdated

2011-10-22 Thread Stefan Eder
this behaviour off. Thanks, Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Multi-Module and differing artifactId

2011-08-22 Thread Stefan Seidel
= org.test.parent:war +/war/common-wars = org.test.parent.war:common-wars This is just duplicate information and strange, but that's like it with conventions... Thanks for your comments, Stefan > > Wayne > > -

Multi-Module and differing artifactId

2011-08-18 Thread Stefan Seidel
nless I specify the whole path, which is tedious with large projects. I even tried to use ${project.parent.scm.connection}, which evaluates fine with help:evaluate, but will not expand when used in the scm connection. Any help? Stefan -- best regards, Stefan Seidel Software developer ___

maven-eclipse-plugin:to-maven

2011-05-14 Thread Stefan Eder
an send you the hack and spend some more time to make it more reliable and introduce some comments. Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Configuring plugins in custom lifecycle

2011-03-31 Thread Stefan Schulze
tor}, etc., but nothing of descriptorRefs)). Is it not possible (at least with Maven 2.2.1) to configure a lifecycle-mapped plugin as part of the lifecycle-definition? Thanks in advance, Stefan -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt in

Re: changing a long mvn command with many goals to a simple command?

2011-03-30 Thread stefan . hansel
Was happy too soon. If I move the invoker plugin profile to my company-parent pom, then all steps to remove the recursion problem make it not work anymore for my multimodule build :( - To unsubscribe, e-mail: users-unsubscr..

Antwort: Re: changing a long mvn command with many goals to a simple command?

2011-03-30 Thread stefan . hansel
>> 1. needs to be bound in a non-default profile >> 2. needs to have false to stop the child >> projects running invoker >> 3. need to set invoker.nonRecursive or invoker.nonRecursive.N where N >> is the invokation you want only on the root pom. Now invoker plugin is doing what I want now! Thanks

Re: changing a long mvn command with many goals to a simple command?

2011-03-30 Thread stefan . hansel
ultimodule build, which runs site for Master, MasterSub1, MasterSub2) MasterSub1 => (unwanted extra site) MasterSub2 => (unwanted extra site) That's why I didn't succeed with the invoker plugin. Cheers Stefan ---

Antwort: Re: changing a long mvn command with many goals to a simple command?

2011-03-30 Thread stefan . hansel
not to build the childs first before running the life-cycle for the parent. Regards Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

changing a long mvn command with many goals to a simple command?

2011-03-30 Thread stefan . hansel
To generate a site, using the clover and dashboard plugin currently I need to use the following command-line: mvn clover2:setup site clover2:aggregate clover2:clover dashboard:dashboard site:deploy (this is to overcome some problems with the site-plugin, which in multi-module builds seems to h

Antwort: Re: Antwort: Re: mvn deploy and site in one go

2011-03-30 Thread Stefan . Hansel
ponding ant-targets) that could be evaluated in the 'verify' phase... Anyway, Marc, thanks a lot for your ideas! I do have some options now - and though we might not get the build as comfortable as we were used from ant-times I think I'll somehow manage to ma

Antwort: Re: Antwort: Re: mvn deploy and site in one go

2011-03-30 Thread stefan . hansel
ponding ant-targets) that could be evaluated in the 'verify' phase... Anyway, Marc, thanks a lot for your ideas! I do have some options now - and though we might not get the build as comfortable as we were used from ant-times I think I'll somehow manage to ma

Antwort: Re: mvn deploy and site in one go

2011-03-28 Thread stefan . hansel
>> another idea could be to call Maven with the --fail-at-end (-fae) >> option. But this doesn't seem to work with Maven 3 anymore. Even if 'fail-at-end' was working: wouldn't the artifacts still be deployed, when running 'mvn deploy' ?

Re: mvn deploy and site in one go

2011-03-28 Thread Stefan
Hi Marc, thanks alot for sharing your thoughts. Our buildtimes vary from 30min to 3hour (yeah - big heavy integration tests). This is for 12 products (each having 3-5 build plans for all their maintenance branches) crowding 5 buildagents round the clock. So this is the reason I definitely don't

RE: mvn deploy and site in one go

2011-03-28 Thread Stefan
>> Your CI should send developers a link to the build failure. Here is an example reason for failure: >> Foo.java:16: warning: Line is longer than 80 characters. >> How much more convenient can you get? TeamCity mails look like the following: - Build Maven Tests::maven_test_project #11 f

Re: Release plugin: release project from within subdirectory

2011-03-25 Thread Stefan Gheorghiu
Got stuck with the same problem. Is there a solution to this? -- View this message in context: http://maven-users.828.n2.nabble.com/Release-plugin-release-project-from-within-subdirectory-tp5057222p6207546.html Sent from the maven users mailing list archive at Nabble.com. ---

Re: mvn deploy and site in one go

2011-03-24 Thread stefan . hansel
not able to solve. How do you inform your developers about CheckStyle or FindBugs errors / broken build in a convenient way as part of your CI ? Cheers Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: mvn deploy and site in one go

2011-03-24 Thread stefan . hansel
configure maven in a way that - even when the build is failing - I get at least a readable HTML report about the failure (i.e. Checkstyle). How do people configure maven, that run tests or findbugs on the console without a buildserver? Don't they need HTML reports as well? Cheers Stefan

Re: mvn deploy and site in one go

2011-03-23 Thread stefan . hansel
tween an HTML output without CSS (looking ugly) or TXT-output which feels like living in medieval times ;) I guess if there was a goal that provided the missing CSS-files for the reports, I'd could make it work like I want. Cheers Stefan --

mvn deploy and site in one go

2011-03-22 Thread stefan . hansel
files now and looks very very ugly. I don't dare to show it to any developer :) Isn't it a common use-case to deploy regularly but in the case of failing JUnit or Checkstyle to get a proper HTML report? Where is the fault in

Automatically extracted Maven FAQs

2011-03-08 Thread Stefan Henß
happy if you could rate one or two questions (stars on the details pages) so I'd have some statistics to present. Here's the direct link to the Maven FAQs: http://faqcluster.com/maven-plugin-version-pom-project (There are some other interesting FAQs as well at

(Flat) Multimodule Site Generation - how to influence directory structure ?

2011-02-01 Thread stefan . hansel
out how I could influence the site directory layout without specifying duplicated absolute paths in the child projects? Thanks a lot Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: Cobertura and Surefire

2011-01-14 Thread Stefan Schulze
Jeff Jensen wrote: > > Sounds nice, but this doesn't meet my requirement, that the > > tests with coverage-checks (and only one time, not twice) > > should run, when the developers do "mvn test". > There is no acceptable solution to this "requirement". Many > of us "would like" to not run them t

AW: Cobertura and Surefire

2011-01-13 Thread Schulze, Stefan (EXTERN: CKC)
Jeff Jensen wrote: > Perhaps a different CI job structuring? This has worked well > for me at many > customers: Have a CI job for only compile and unit tests - > this maintains the most important very fast turnaround. Have > a second CI job for (longer > running) IT tests that only runs with s

Re: Cobertura and Surefire

2011-01-13 Thread Stefan Schulze
Jeff Jensen wrote: > Perhaps a different CI job structuring? This has worked well for me > at many > customers: Have a CI job for only compile and unit tests - this > maintains the most important very fast turnaround. Have a second CI > job for (longer > running) IT tests that only runs with s

Re: Cobertura and Surefire

2011-01-13 Thread Stefan Schulze
Stephen Connolly wrote: > [...] > Run the damn tests at least twice. Ok, I see your point. But I never tried to run the tests only instrumented. I just want to execute the more-likely-failing tests earlier in the lifecycle and the not-so-likely-failing tests later. So of course I want to execu

Re: Cobertura and Surefire

2011-01-13 Thread Stefan Schulze
Stephen Connolly wrote: > Because people who have not read and understood concurrency in > practice often do not understand how the synchronization points affect > jvm sequencing, people often wrongly suspect that result of > instrumented and non-instrumented code is the same. I'm not sure, why ca

Cobertura and Surefire

2011-01-12 Thread Stefan Schulze
Hi, In our project, the tests take some time - more than the developers are willing to execute twice (Surefire and Cobertura) over and over again. First I bound Cobertura to verify-phase, but because the developers only run "test" to run the tests only once, they never go through the coverage-ch

Missing goal eclipse:m2eclipse in version 2.8 of the Maven Eclipse plugin

2010-12-16 Thread Stefan Eder
Eclipse plugin to create .classpath files that refer to MAVEN2_CLASSPATH_CONTAINER and to add Maven nature and build command to the .project files without touching the corresponding poms? Thanks, Stefan - To unsubscribe, e-mail

Is Maven able to count the number of skipped unit tests?

2010-12-13 Thread Stefan Egeler
Hello, We are setting up a quality dashboard for administrate our metrics. For this, we need to know if Maven is able to count (and transmit) the number of skipped unit tests. Is it able to do this? Stefan Egeler The information in this e-mail is confidential and may be legally privileged

Re: Limiting dependency resolution depth

2010-12-10 Thread Stefan Seidel
le deeper dependency resolution. Stefan On Fri, 10 Dec 2010 12:56:49 + Mate Varga wrote: > Hello Tamas, > > 1) Sources are checked out from SVN to the local drive. > 2) Yes, missing dependencies. The problems stem from things like > missing maven-metadata files in the public re

Re: How to download transitive dependencies

2010-12-03 Thread Stefan Seidel
your own pom.xml - because of the dependencyManagement entries, you will only need groupId, artifactId and maybe type. Stefan -- Mit freundlichen Grüßen, Stefan Seidel Software-Entwickler VUB Printmedia GmbH Chopinstraße 4, 04103 Leipzig tel.+49 (341) 9 60 50 93 f

Moving cobertura-profile to parent-pom

2010-10-15 Thread Stefan Schulze
arent-pom while giving the child-poms the ability to define exclusions and totalLineRates and to disable cobertura completely (for this project)? Thanks, Stefan -- GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit gratis Notebook-Flat! http://portal.gm

Checkstyle/maven/parent POM

2010-10-14 Thread Stefan Zier
ybody have a setup such as this running? Am I missing something here? Stefan Zier ste...@zier.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Multiple projects -> one artifact

2010-10-04 Thread Stefan Seidel
nload the dependent JARs/EJBs from the repository. Stefan > > thanks > Dirk > > Am 03.10.2010 16:55, schrieb Justin Edelson: > > Yes, you can do this with war overlays (see the docs for maven-war-plugin) > > and/or the assembly plugin. > > > > On

Re: Buildmanagement-Strategy

2010-09-17 Thread Stefan Schulze
Nayan Hajratwala wrote: > On Sep 16, 2010, at 12:31 PM, Stefan Schulze wrote: > > Sadly it's not simply done by the proper maven strategy - it has to > > correlate to the SCM and some internal processes. :( > > Ahh -- the infamous internal processes. Perhaps you might

Re: Buildmanagement-Strategy

2010-09-16 Thread Stefan Schulze
conception. :) Sadly it's not simply done by the proper maven strategy - it has to correlate to the SCM and some internal processes. :( For the beginning, I would be happy if I could integrate this maven strategy cleanly with the SCM. Stefan -- GRATIS: Spider-Man 1-3 sowie 300 weitere

Re: Buildmanagement-Strategy

2010-09-16 Thread Stefan Schulze
h and rebuild anything that you If I understand you right, this is the way we thought about. Is it correct, that your suggestion would lead to the same goal: we wouldn't have the One release-branch containing the complete currently released code-base? In our approach the current released co

Buildmanagement-Strategy

2010-09-16 Thread Stefan Schulze
instead we would release a mixture of different release-branches. If any of you has some experience with similar requirements, has an idea for a different solution or an suggestion to improve the one or the other solution, I would really appreciate your ideas and comments. Thanks for reading

Prompting for password

2010-08-19 Thread Schulze, Stefan (EXTERN: CKC)
ld prefer, that maven ask for the password in interactive-mode if no password is stored in settings.xml. Is this possible? Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Why does maven build on dos prompt keeps waiting for user to press enter?

2010-07-28 Thread Stefan Cordes
esume=false " + " -DreleaseVersion=" + tempNextVersionNumber + " -DdevelopmentVersion=" + tempNextVersionNumber + "-SNAPSHOT " + " -Dtag=" + tempCvsVersionTag + " " + "\r\n"); Gruß, Stefan Cordes P Ple

Configuring Authentication: How to specify scm username/password in settings.xml instead of pom.xml

2010-07-23 Thread Stefan Cordes
Hi! On http://maven.apache.org/scm/maven-scm-plugin/examples/bootstrapping-with-pom.html it is just stated that username/password can be stored in the pom.xml. How to specify it in the settings.xml? -- RSC Commercial Services OHG Wanheimer Strasse 70, D-40468 Duesseldorf Registergericht: Due

How do I use my own AnnotationProcessor with maven-annotation-plugin

2010-04-23 Thread Stefan Meisner Larsen
as a PluginDependecy, but it seems to be ignored. Any help appreciated. The pom.xml comes after the output below: When I run 'mvn compile' I get the following: ste...@stefan-vaio:~/trifork/workspace/ewp$ mvn compile [INFO] Scanning for project

Re: Plugin-Development: Best way to reuse a Mojo from another plugin?

2010-04-06 Thread Stefan Prange
eneric xslt-processing solution. Bye, Stefan -- View this message in context: http://old.nabble.com/Plugin-Development%3A-Best-way-to-reuse-a-Mojo-from-another-plugin--tp28137687p28148187.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: Plugin-Development: Best way to reuse a Mojo from another plugin?

2010-04-05 Thread Stefan Prange
e. imutable version of the xml-maven-plugin as good as a separate artifact that Justin suggested which contains only the general xml processing stuff but not the Mojo code? My plugin will always be able to resolve its dependency on the xml-maven-plugin. I can't see the difference between depen

Plugin-Development: Best way to reuse a Mojo from another plugin?

2010-04-05 Thread Stefan Prange
age is a discouraged practice in Maven plugin development. So, what's the best approach? Is there any form of "political correctness" in plugin reusage that I should be aware of? TIA. Bye, Stefan -- View this message in context: http://old.nabble.com/Plugin-Development%3A-Best-way-

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

2010-03-29 Thread Stefan Hübner
> If i understand the things correct you have to locate the scripts into the > default location of the plugin (src/main/sripts)...? Say, I have a SQL script that I want to execute from my Ant based mojo using sql ant task. I put that script in the plugin's src/main/scripts. My problem is how to po

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

2010-03-29 Thread Stefan Hübner
I'm writing a plugin for maven that is implemented in Ant. see http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: u

possible to ship an Ant based plugin with resources?

2010-03-29 Thread Stefan Hübner
already figured that files in src/main/resources are included in the plugin JAR. But I don't know how to point my Ant scripts to those SQL-scripts. Regards, Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org F

copy resources does not overwrite existing files

2010-01-12 Thread Tomm, Stefan
Hi, i want to copy a resource. That works fine, as long as the file does not exist in the target directory. But in this case the file has to exist in the target directory and has to be overwritten. Here are the two relevant parts of my pom.xml: Integration of Resources-Plugin: org.ap

Re: Site documentation format choosing

2009-07-29 Thread Stefan Seidel
n What do you mean? You can include date, author and document title. Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Release-Plugin remote- Tagging

2009-07-22 Thread Stefan Hübner
OK, I wasn't aware of this new remoteTagging-Feature. sounds helpful, though. "Todd Thiessen" writes: > Your initial thoughts regarding what remoteTagging does is correct. ie: > the tag is created from the remote scm version, not from your checkout. > > --- > Todd Thiessen > > >> > >> > 2009/7

Re: Release-Plugin remote- Tagging

2009-07-21 Thread Stefan Hübner
reasing version numbers and altering SCM-connection URLs, it then commits those changes and tags them. During perform the plugin checks out that newly created tag to a temporary working folder and performs the actual release step on that. Hope that helps? -Stefan 2009/7/16 Danny Schimke : > Do

Re: How to perform a deploy only

2009-03-30 Thread Stefan Seidel
I still don't think your solution is easier than mvn install if not errorlevel 1 mvn deploy:deploy But - everyone has their own solutions ;) Thanks for sharing. Stefan On Fri, 27 Mar 2009 13:17:43 -0500 Jim McCaskey wrote: > Hi Stephen, > > Sure no problem. What I ca

Re: How to perform a deploy only

2009-03-26 Thread Stefan Seidel
I don't really see the problem here. mvn clean install && mvn deploy:deploy I'm sure there is an equivalent if you're building under Windows. Stefan On Wed, 25 Mar 2009 21:37:29 -0500 Jim McCaskey wrote: > I have a whole bunch of components that are mostly inte

Checking the java class version in maven artifacts

2009-03-21 Thread Stefan Armbruster
s somewhere - I don't want to reinvent the wheel twice. Regards, Stefan - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven-copy-plugin

2009-03-06 Thread Stefan Seidel
Hi, for Maven artifacts, we use the dependency plugin. For plain files, we use the antrun plugin and the copy task. For deployment we use a deploymentRepository with file:/// or scp:// location. Stefan On Fri, 6 Mar 2009 15:39:10 +0530 Vishal Pahwa wrote: > > Hi All > > Ju

Re: How to add a jar file to a ear with Maven?

2009-03-06 Thread Stefan Seidel
output file (artifact). HTH, Stefan On Fri, 6 Mar 2009 07:05:23 + Fredrik Andersson wrote: > > How to add a jar file to a ear with Maven > Hello! > > I have a small ejb-app in a project (my_child_project). > But when I try to build the ear I do no

Re: Exclude properties in certain situations

2009-02-20 Thread Stefan Seidel
Just use a profile[1]. There is tons of information & posts out there about the possibilities :) Stefan [1] http://maven.apache.org/pom.html#Profiles On Fri, 20 Feb 2009 01:18:09 -0800 (PST) "Mathias P.W Nilsson" wrote: > > Hi, > > I'm using Spring, Eclipse

Re: Recursive Dependency versions problem ?

2009-02-18 Thread Stefan Seidel
You should look at the tag for dependencies[1]. Using this, you can exclude commons-collections from the ZK framework dependency. Stefan [1] http://maven.apache.org/pom.html#Exclusions On Wed, 18 Feb 2009 14:55:21 +0900 Ashika Umanga Umangiliya wrote: > Greetings all, > > >

  1   2   3   4   5   >