Re: Evolving the POM format

2015-06-29 Thread Jörg Hohwiller
Hi there, have you seen our work at mojo[haus] with flatten-maven-plugin? http://www.mojohaus.org/flatten-maven-plugin/examples/example-central-version.html http://www.mojohaus.org/flatten-maven-plugin/examples/example-multiple-versions.html This is already used by various projects for productive

Re: [GitHub] maven-plugins pull request: [MDEPLOY-173] support flat pom functio...

2014-09-04 Thread Jörg Hohwiller
Hi there, in case the connect is not already obvious. We are following a very similar goal on MOJO: http://mojo.codehaus.org/flatten-maven-plugin/ Kind regards Jörg Am 03.07.2014 11:42, schrieb jackjia2014: GitHub user jackjia2014 opened a pull request: https://github.com/apache/mave

maven-site-plugin reading site.xml relative to project.file?

2014-05-12 Thread Jörg Hohwiller
Hi there, is there some expert on the maven-site-plugin who has any clue about this issue: http://jira.codehaus.org/browse/MOJO-2030 Thanks Jörg smime.p7s Description: S/MIME Cryptographic Signature

Re: Mojo MavenProject reload

2014-02-27 Thread Jörg Hohwiller
Hi, Do your SCM thing (e.g. switch) and then start a new maven build from there (e.g. via exec-maven-plugin). Regards Jörg Am 27.02.2014 04:28, schrieb Igor Fedorenko: No, not possible. MavenProject instances are read at the very beginning of the build and do not change during the build. -

Re: mvnDebug transport error 202: bind failed: Permission denied

2014-02-27 Thread Jörg Hohwiller
Am 27.02.2014 23:04, schrieb Jörg Hohwiller: My actual problem I want to trace down is this one: java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getProjectBuilderConfiguration()Lorg/apache/maven/project/ProjectBuilderConfiguration; IMHO

mvnDebug transport error 202: bind failed: Permission denied

2014-02-27 Thread Jörg Hohwiller
Hi there, I am back on Mojo and trying to debug maven. However, it is simply not working: C:\consumer-maven-plugin>mvnDebug consumer:consumer Preparing to Execute Maven in Debug Mode ERROR: transport error 202: bind failed: Permission denied ["transport.c",L41] ERROR: JDWP Transport dt_socket f

Re: Model Version 5.0.0

2014-02-25 Thread Jörg Hohwiller
Hi there, just for the record to this thread: I wrote consumer-maven-plugin and added it to MOJOs sandbox. The plugin allows to generate a consumer POM and apply it to the current MavenProject (via setFile). So we can already test various impacts of what can, will and should happen when a "cons

Re: maven-install-plugin:install not supporting pomFile property anymore?

2014-02-25 Thread Jörg Hohwiller
Hi again, I found some hours and wrote the MOJO as promised. You can find it in MOJOs sandbox. Further, I just opened a mail for discussion on mojo dev list with subject "consumer-maven-plugin added to sandbox". Hope to here from you there... Cheers Jörg Am 18.02.2014 00:58, sc

Re: maven-install-plugin:install not supporting pomFile property anymore?

2014-02-17 Thread Jörg Hohwiller
d/eqsv7pkel5eczndl Op Sun, 16 Feb 2014 16:39:03 +0100 schreef Jörg Hohwiller : Am 04.02.2014 20:42, schrieb Robert Scholte: Hi Jörg, Hi Robert, thanks for your response. if we would change this for the maven-install-plugin, you'll hit it again with the maven-deploy-plugin. I know

Re: maven-install-plugin:install not supporting pomFile property anymore?

2014-02-16 Thread Jörg Hohwiller
Am 04.02.2014 20:42, schrieb Robert Scholte: Hi Jörg, Hi Robert, thanks for your response. if we would change this for the maven-install-plugin, you'll hit it again with the maven-deploy-plugin. I know. The feature also used to work with the older version of maven-deploy-plugin and this woul

Re: maven-install-plugin:install not supporting pomFile property anymore?

2014-02-03 Thread Jörg Hohwiller
ven.apache.org/plugins/maven-install-plugin/examples/custom-pom-installation.html Op Thu, 30 Jan 2014 23:46:42 +0100 schreef Jörg Hohwiller : Dear Maven-Developers, I am using a mechanism so that maven installs and deploys the effective POM instead of the actual raw pom.xml. Therefore I used th

Re: maven-install-plugin:install not supporting pomFile property anymore?

2014-02-03 Thread Jörg Hohwiller
tp://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html [3] http://maven.apache.org/plugins/maven-install-plugin/examples/custom-pom-installation.html Op Thu, 30 Jan 2014 23:46:42 +0100 schreef Jörg Hohwiller : Dear Maven-Developers, I am using a mechanism so that maven ins

maven-install-plugin:install not supporting pomFile property anymore?

2014-01-30 Thread Jörg Hohwiller
Dear Maven-Developers, I am using a mechanism so that maven installs and deploys the effective POM instead of the actual raw pom.xml. Therefore I used the pomFile parameter of maven-install-plugin. This works fine with version 2.3.1 but refuses to work with 2.5.1. Has this been removed on purp

Re: Strategy for jmod (Jigsaw)?

2013-06-01 Thread Jörg Hohwiller
Hi Jesse, Am 20.05.2013 17:28, schrieb Jesse Glick: On 05/16/2013 05:42 PM, Jörg Hohwiller wrote: is there already some slight inital draft or idea for a strategy how maven x.y could deal with jigsaw? I wrote up a very preliminary sketch about a year ago [1] but have not worked on it since

Strategy for jmod (Jigsaw)?

2013-05-16 Thread Jörg Hohwiller
Dear Maven developers, is there already some slight inital draft or idea for a strategy how maven x.y could deal with jigsaw? How could this be harmonized and go together? Or will this create an entirely new universe? The concepts seem to be quite similar. Some features should be compatible bu

Re: Pain with MNG-5181 (_maven.repositories)

2013-02-10 Thread Jörg Hohwiller
Hi Jason, Am 03.02.2013 21:40, schrieb Jason van Zyl: On Feb 3, 2013, at 3:26 PM, Baptiste MATHUS wrote: +1. Though the feature seems interesting, it should have had its own advertisement while being introduced. Even after re-reading https://cwiki.apache.org/MAVEN/maven-3x-compatibility-note

Re: Pain with MNG-5181 (_maven.repositories)

2013-01-31 Thread Jörg Hohwiller
ical dependency > not found while the artifact is in the local repo. This is exactly filed here: http://jira.codehaus.org/browse/MNG-5185 > > Arnaud Cheers Jörg -- If know-how becomes know-where, then knowledge gets nowhere. [Jörg Hohwiller] smime.p7s Description: S/MIME Cryptographic Signature

Pain with MNG-5181 (_maven.repositories)

2013-01-11 Thread Jörg Hohwiller
Dear maven developers, first of all thanks for all your energy. Maven has become a great tool and now even complex multi-module-projects can build their site perfectly what was a very long way. One thing that is really causing pain to me - and many others I talked to is MNG-5181. The concept of

maven-site-plugin bugs

2011-03-21 Thread Jörg Hohwiller
Hi there, I just created MSITE-571 and hope this helps to easily reproduce and track down some issues with site generation. http://jira.codehaus.org/browse/MSITE-571 Thanks Jörg - To unsubscribe, e-mail: dev-unsubscr...@maven

Re: Maven mirror status/problem

2010-12-15 Thread Jörg Hohwiller
Hi Brian, > That page is garbage and should be dumped. The official list is > maintained in the repo itself: > http://repo1.maven.org/maven2/.meta/repository-metadata.xml > thanks for clarification. I put the link on the wiki site as the wiki site itself is linked from various other sites. Rega

Re: Maven mirror status/problem

2010-12-15 Thread Jörg Hohwiller
> Hi, Hi there, > > I guess I am one of those "scrapers". Could you please tell me how can I get > all pom files stored in the central repository? (I just need them for > research.) Should I setup a mirror? If so how can I do so? You can simply use a maven repository server such as nexus, artifa

Re: Cleanup to SNAPSHOT version handling

2010-12-15 Thread Jörg Hohwiller
Hi there, FYI: I use "SNAPSHOT" as version for internal artifacts (site-configurations with checkstyle, etc.) to denote that they will never get released. However in such case one typically does not need real "SNAPSHOT" support by maven. I could also name the version "notversioned" or "0.0". Reg

Maven mirror status/problem

2010-12-15 Thread Jörg Hohwiller
Hi there, some people recommend to use a mirror for maven. Others are required to as their IP address has been blacklisted so they can not reach central (repo1.maven.org) anymore. >From what I know mirrors are listed here: http://docs.codehaus.org/display/MAVENUSER/Mirrors+Repositories My feedb

Re: Maven variables and install/deploy POM

2010-07-24 Thread Jörg Hohwiller
Hi Brett, thanks for your response. Wasn't there are mechanism in maven 2.1.x (maybe preview) that copies pom.xml to target/pom-transformed.xml? Yes, but it caused problems: http://jira.codehaus.org/browse/MNG-4223 Ah. Good to know. Is there any chance to get this into 2.2.x or what is

Re: Maven variables and install/deploy POM

2010-07-12 Thread Jörg Hohwiller
Hi again, to make my point of view clear, I tend to exaggerate and after reading this mail again, I noticed that it is kind of harsh. Sorry for that. After all my personal struggles with maven it is still the best tool around the java ecosystem I have ever seen. Maven created a big shift into t

Maven variables and install/deploy POM

2010-07-11 Thread Jörg Hohwiller
Hi there, Since Maven 2.1 you can define variables in profile.xml However when the POM is installed or even deployed, these variables are not replaced. Now when POM is installed or deployed, the variables from profle (settings.xml and profile.xml) need to be replaced with the actual values. Othe

Re: blacklisted by maven central repo and mirrors

2010-07-11 Thread Jörg Hohwiller
Hello, Hi, All traffic coming from my company's network to the maven central repo has been blocked. This happened a few years ago. Since then we have tried using various mirrors of the central repo, but we periodically get blocked by them as well. We do use a maven proxy to try and reduce t