[M2] Changelog using src folder instead of project root?

2006-07-05 Thread Manfred Moser
Hi! I am having a problem with changelog report plugin from Maven 2 running under continuum. For some reason the scm working directory is set to the main source folder only rather than getting a change log for the whole project tree. The relevant output from mvn -X -e site is INFO] Generat

RE: Problem with changes plugin

2006-07-12 Thread Manfred Moser
>Hi, >I have problems using changes plugin: > - it is referenced in the maven.apache.org/plugins list > - there is no plugin org.apache.maven.plugins/maven-changes-plugin > - there is a plugin org.codehaus.mojo/changes-maven-plugin > When I try to invoke the plugin from the CLI using changes:anno

M2 URLs with & in xdoc files

2006-07-24 Thread Manfred Moser
Hi! I am trying to get a url like http://www.somewhere.net/test=yes&id=12 to be reproduecd on the output of an xdoc. My xdoc section would look like http://www.somewhere.net/test=yes&id=12";>test however that invalidates the xml and processing fails. Using http://www.somewhere.net/test=yes%amp;

Re: M2 URLs with & in xdoc files

2006-07-25 Thread Manfred Moser
Denis Cabasson wrote: Manfred Moser-2 wrote: Using http://www.somewhere.net/test=yes%amp;id=12 test just leaves the url as it is, which doesnt work either. Supposedly in M1 you can put "&" but that does not seem to work in M2. What am I missing? Shouldn't this be sim

Re: converting directory structure to maven archetypes

2006-08-17 Thread Manfred Moser
into cvs (and eventuall svn but that should be easy - cvs2svn). Is this possible, and if so, how? tia I would suggest to migrate to subversion and then refactor the layout. That will allow you to keep the history properly linked up to changed directory names afaik. manfred -- Manfred Moser

Debian package of Maven 2.0.5

2007-03-05 Thread Manfred Moser
Hi all! I would like to bring the binary build package of Maven 2.0.5 built by Michael Koch to your attention. I just installed it on Ubuntu Edgy and ran my builds and all works fine. http://gnu.wildebeest.org/diary-man-di/?p=35 I can recommend using it. Manfred -- View this message in conte

Definitive Guide - is it real?

2008-04-12 Thread Manfred Moser
Hi! I really appreciate the great guide Jason and gang have put together with Maven: The Definitive Guide, which you can all get here as you probably know http://sonatype.com/book/index.html As far as I believe somehow these guys are making the book with Maven. At least I hope so. I have started

Re: Definitive Guide - is it real?

2008-04-13 Thread Manfred Moser
Jason van Zyl-2 wrote: > > Hi, > > The content of the book has been converted to docbook as that's what > O'Reilly can consume more easily. The editing tools that Tim prefers > are docbook tools so he converted the source from APT to docbook. But > you could use Doxia to go from whatever

Re: Definitive Guide - is it real?

2008-04-13 Thread Manfred Moser
baerrach wrote: > > On Sun, Apr 13, 2008 at 2:24 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > There are other sadists around, but we'd like to here from Tim to compare > notes. > > Writing good quality documentation that is properly linked, with > examples taken from real working code/system

Re: Definitive Guide - is it real?

2008-04-13 Thread Manfred Moser
Jason van Zyl-2 wrote: > > > Right, this is where the book-like features are missing from Doxia and > though I would like to fix them the primary concern at hand was > getting the Maven book out. > > Sounds like my suspicion is correct and you can currently not use Doxia to create somet

RE: Definitive Guide - is it real?

2008-04-14 Thread Manfred Moser
Brian E Fox wrote: > > Maybe we should add a chapter to the book to show how to make the book? > That would be awesome -- View this message in context: http://www.nabble.com/Definitive-Guide---is-it-real--tp16656704s177p16682177.html Sent from the Maven - Users mailing list archive at Nabb

Re: Definitive Guide - is it real?

2008-04-14 Thread Manfred Moser
Tim O'Brien wrote: > > Now, there's an idea > brewing out there about creating some good roundtrip tools from doxia > markup to docbook and then back again. If we ever see that, then I > think that's going to be the thing that people migrate to, but I can't > wait for that to materia

Checkstyle multi module tip

2006-10-04 Thread Manfred Moser
Hi! I just fixed up our checkstyle setup for our multi module project using a different approach than mention on the site. Maybe this should be included as a tip on the plugin site. Here is what I did. Our subversion repository is http browsable. So in my parent pom I got http://subversion

Re: Can I bypass the whole Maven build part?!

2006-10-09 Thread Manfred Moser
SomeDude wrote: I am very new to Maven and from the introductory reading that I have done I am starting to understand that if I were to use it in our projects I would have to replace our current build process. Here are my problems: 1) Boss wants me to see if Maven can be useful for us in the doc

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-15 Thread Manfred Moser
Hi! I gave this a spin with my build. I changed over to have my reports in project.xml like this maven-pmd-plugin maven-junit-report-plugin maven-javadoc-plugin maven-license-plugin maven-changelog-plugin maven-checkstyle-plugin mave

Re: How to print (echo) values from pom.xml

2011-06-09 Thread Manfred Moser
e.g. the gmaven plugin.. > Hi, > > Is there a way to print/echo some values in the console, from pom.xml > without using maven-antrun-plugin. ? > > Thanks in advance > Manu. > > -- > View this message in context: > http://maven.40175.n5.nabble.com/How-to-print-echo-values-from-pom-xml-tp4472327p4

Re: Dependency transitivity - compilation vs. packaging

2011-06-22 Thread Manfred Moser
Use a dependency to the api with provided scope on jar or whatever code projects you have. And then use the implementation of the api as dependency on the ear. manfred > As far as I've found, currently it is not possible to specify a > dependency scope which will cause a dependency normally pack

Re: Version management in a Maven CI environment

2011-08-15 Thread Manfred Moser
On Fri, August 12, 2011 10:34 am, leonfranzen wrote: > My organization has been using Maven and CI for a few years now. Although > we > have a process in place that works for us, it has always been difficult to > come up with a successful approach to dependency version management in > Maven > at r

Re: How to use "default" layout repository with maven 1

2011-08-15 Thread Manfred Moser
On Mon, August 15, 2011 12:13 pm, amaresh mourya wrote: > Hi All, > > Can I use "default" layout repository with Maven 1? By specifying > following > in my POM? > > > maven2-repository > Repository for Maven > http://abc.net/maven/2/ > default > Please.. do NOT use Maven

Re: Need a Maven repo simulator for redirection

2011-09-14 Thread Manfred Moser
Get Sonatype Nexus Professional. it is designed to do just that with the Procurement feature. Way cheaper than trying to build your own solution. manfred On 11-09-14 03:40 PM, John Lopez wrote: Hi, I'm looking for a web server maven simulator that I can redirect for the sources of the jar

Re: Need a Maven repo simulator for redirection

2011-09-17 Thread Manfred Moser
On 11-09-14 06:07 PM, Wayne Fay wrote: Get Sonatype Nexus Professional. it is designed to do just that with the Procurement feature. Way cheaper than trying to build your own solution. A series of Apache rewrite rules is pretty simple (and thus inexpensive) to write, if he wants a free solution

Re: maven build with android API 11 failed, Cann't find symbol

2011-09-19 Thread Manfred Moser
Use my Maven Android SDK Deployed you can find on github and add a dependency as documented in the readers. The version should be 11_r1 on the dependency... Manfred darakok wrote: This is part of my POM file where i specify the version of Android API jar file to compile with.

Re: maven build with android API 11 failed, Cann't find symbol

2011-09-20 Thread Manfred Moser
Well you are sort of right. Let me clarify. 1. yes.. Google/Android does not publish to Maven Central (although imho they should) 2. the android4maven project, led by Robert Manning, and myself got the android jar and some others into Maven central. This is done off the Android Open Source P

Re: Maven Compiler Plugin - Incremental compile problem -- because of directory structure.

2011-09-22 Thread Manfred Moser
Do yourself a favour and adopt the maven standard directory layout... On 11-09-22 03:09 PM, Gupta, Narendra wrote: 1. I have following directory for java source code --lion --com --> contains pom.xml and java source code with package com.test1 -> contains

Re: Possible to disable maven central ( repo1 ) ?

2011-09-26 Thread Manfred Moser
And in addition if you want to make sure they do not use anything from central you might want to block it on the firewall level (including mirrors) On 11-09-26 04:51 PM, Brian Topping wrote: http://www.sonatype.com/books/nexus-book/reference/maven-sect-single-group.html discusses how to do tha

Re: Possible to disable maven central ( repo1 ) ?

2011-09-26 Thread Manfred Moser
, blocking central and mirrors with a firewall is a good reminder not to use them, but relying on that to keep unapproved artifacts out of production builds is fraught with issues like this. On Sep 26, 2011, at 8:02 PM, Manfred Moser wrote: And in addition if you want to make sure they do not

Re: Using Maven with custom libraries which are not in repository.

2011-09-29 Thread Manfred Moser
On Wed, September 28, 2011 11:43 pm, Prashant Neginahal wrote: > Hi All, > > We are starting new web project. But, it has to be built on some > proprietary > web framework which is NOT mavenised and comes with its own bunch > of libraries. I am thinking of using maven for this application > develop

Re: Configure 'finalName' pattern for all child modules

2011-10-12 Thread Manfred Moser
Dont use relative path ... 11-10-12 05:30 PM, Yuen-Chi Lian wrote: Yes. Have you tried? $ cat parent/pom.xml | grep finalName ${project.artifactId}-${project.version}-b${buildNumber} In the child: y x v ../parent

Re: Offline is broken - _maven.repositories

2011-10-13 Thread Manfred Moser
On 11-10-13 03:50 PM, Paul Grove wrote: Can I have the hour of my life I just wasted trying to get Maven 3 working offline? Even with -o Maven kept complaining about dependency not in local repository we basically it was. After an hour of wasted time I discovered my local repository full of files

Re: Activate profile with property set in a file

2011-10-15 Thread Manfred Moser
If you really have to do it a non maven way you can use the properties plugin .. On 11-10-15 10:45 AM, Ansgar Konermann wrote: You could use project specific settings.xml, using command line switch -s. Not sure if this fits your use case though. Am 15.10.2011 18:35 schrieb "Stanimir Stamenkov":

Re: Multiple goals per phase

2011-11-18 Thread Manfred Moser
You could have all the stub server code in a normal library jar and have the two plugins be very shallow and just depend on the library.. just saying.. On Fri, November 18, 2011 1:17 pm, Oliver Stewart wrote: > Thanks Kristian, > We were hoping to avoid that approach, as it would prevent us from

Re: maven 2 mirgration to maven 3

2011-11-24 Thread Manfred Moser
Maven 3 should be a drop in replacement. You might have to show us your settings file. Also I would get rid of the manually installed artifacts since they most like dont have the pom file (unless you added it as well) and will cause you issues. In terms of file you will have to use pastebin

Re: maven 2 mirgration to maven 3

2011-11-24 Thread Manfred Moser
from the maven 3 build I can supply that as well. I can remove my entire local maven repository and get maven to download everything again to see if this helps? Cheers, Martin -Original Message- From: Manfred Moser [mailto:manf...@mosabuam.com] Sent: 24 November 2011 18:02 To: users

Re: maven 2 mirgration to maven 3

2011-11-24 Thread Manfred Moser
uilds with no issues under maven 2? Cheers, Martin -Original Message- From: Manfred Moser [mailto:manf...@mosabuam.com] Sent: 24 November 2011 18:24 To: users@maven.apache.org Subject: Re: maven 2 mirgration to maven 3 Most likely your problem is related to the proxy in settings.xml or the

Re: Generate report PDF with Maven PDF Plugin

2011-11-30 Thread Manfred Moser
On 11-11-30 07:43 AM, 4ndrew wrote: Hi, I'd like to generate a PDF file from the results of Maven Surefire Plugin. But when I'm trying to run mvn pdf:pdf its says: *[INFO] Ignoring api call removed in maven 3, no reports are generated!* Any idea would be appreciated! Thx! the pdf plugin is or

Re: Generate report PDF with Maven PDF Plugin

2011-11-30 Thread Manfred Moser
On 11-11-30 10:58 PM, Lukas Theussl wrote: Manfred Moser wrote: On 11-11-30 07:43 AM, 4ndrew wrote: Hi, I'd like to generate a PDF file from the results of Maven Surefire Plugin. But when I'm trying to run mvn pdf:pdf its says: *[INFO] Ignoring api call removed in maven 3, no r

Re: Using maven to modify a vendor supplied war/ear

2011-12-08 Thread Manfred Moser
On 11-12-08 12:09 AM, Jörg Schaible wrote: Bruce Albrecht wrote: Our company has several projects where we have received a war or ear from a vendor, and we need to insert jars or configuration files into the vendor artifact before deploying them. Is there an existing maven plugin that can hand

Re: Jar file path in application.xml incorrect - Maven 1.0 & JBoss 4.0

2011-12-19 Thread Manfred Moser
On 11-12-19 07:56 AM, Wayne Fay wrote: I'm using Maven 1.0 to generate the ear and deploy it in JBoss 4.0. ... Any help is appreciated. Are you honestly still using Maven 1? If so, you're pretty much on your own at this point. You really need to upgrade to Maven2 or ideally Maven3. Wayne Gi

Re: maven plugin configuration and binding execution to a phase/goal

2012-01-17 Thread Manfred Moser
On 12-01-17 07:24 PM, Jeff Trent wrote: I am stuck on two things while writing a plugin: (1) configuration, and (2) binding to the right goal/phase automatically. I am using Maven 3.0.3, and trying to use the plugin for APK (android) packaged modules. (1) configuration. /** * @phase compile

Re: [ANN] Apache Maven 3.0.4 released

2012-01-20 Thread Manfred Moser
Great. Thanks to all involved for their efforts. manfred On 12-01-20 09:15 AM, Olivier Lamy wrote: Hello, The Apache Maven team is pleased to announce the release of Apache Maven 3.0.4 Release notes available: http://maven.apache.org/docs/3.0.4/release-notes.html . Maven is a project compreh

Re: how to hanlde .run binary as a maven artifact

2012-02-09 Thread Manfred Moser
On 12-02-09 12:09 PM, chad.da...@emc.com wrote: I'm trying to figure out how to best handle a .run binary as a maven artifact. My build produces a single binary executable, a ".run" file. Currently this is done with a maven exec plugin firing off an script, all tied to the install phase. The

Re: how to hanlde .run binary as a maven artifact

2012-02-09 Thread Manfred Moser
On 12-02-09 12:38 PM, chad.da...@emc.com wrote: 2) How do I go about getting my .run binary installed into nexus by maven, i.e. by the deploy phase? Note, I've already figured out how to get my build to put the .run file into the target directory, so I really just need to figure out how to get

Re: How do I make a dependency both system and test scope?

2012-02-10 Thread Manfred Moser
On 12-02-10 12:53 PM, laredotornado-3 wrote: If you're really interested in why we're not deploying it to a local repo it is because the red tape and bureaucracy in our big organization prevents things from getting done in a timely manner. We submitted that request a couple of weeks ago but have

Re: Is there support for Maven 3 in Intellij--Community version

2012-02-13 Thread Manfred Moser
On 12-02-13 01:09 PM, Gogirl wrote: I would like to know if i can import Maven 3 projects and run goals in the community version of intellij or do I need to use Maven 2 for this? I would appreciate some advise on the most recommended way to use Maven within Intellij. Just open the project fr

Re: Help again for working with release:plugin

2012-02-20 Thread Manfred Moser
Torsten, While you are right that you can do this setup using relative paths and so on like Ansgar told you rightly and you have discovered yourself.. it wont work nicely. If you are fighting Maven you are wasting a lot of time and effort. Just refactor the build to follow maven conventions.

Re: using maven deploy

2012-02-21 Thread Manfred Moser
On Tue, February 21, 2012 11:10 am, headshaver wrote: > I am sorry but I am a novice maven user. We are trying to use the maven > deploy to upload several artifacts from our ant build to a nexus > repository. > We can accomplish this by calling the maven deploy-file on each file that > we > want t

Re: resources

2012-02-22 Thread Manfred Moser
If you want them out of the jar just put them out of the resources folder into e.g. src/main/assets or whatever.. Then you can bundle the jar and those together later. However I fail to understand why you want to do that the first place.. manfred On 12-02-22 02:34 PM, Maria Cristina wrote: H

Re: repository id question

2012-02-27 Thread Manfred Moser
Which by extension means that you do want to use different access rights for them at some stage you have to change all the identifiers.. So I would have them different.. manfred On 12-02-27 08:44 AM, Stephen Connolly wrote: if they all use the same credentials, I would say no issues On 27 Fe

Re: repository id question

2012-02-27 Thread Manfred Moser
or any other way you want to id the repo e.g. in a profile or command line property .. On 12-02-27 08:49 AM, chad.da...@emc.com wrote: So, the id is only used to match the credential declarations ? -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent

RE: offline not truly offline?

2012-02-28 Thread Manfred Moser
Smells like an issue should be created.. On Tue, February 28, 2012 10:40 am, Matt Walsh wrote: >>From my experience with the archetype plugin, it appears to ignore your > company proxies and mirrors and always and only goes to repo1 unless you > tell it otherwise > using -DarchetypeCatalog=http:/

Re: How to deploy with 'classifier'

2012-02-28 Thread Manfred Moser
On Tue, February 28, 2012 2:13 pm, Benson Margulies wrote: > Let me try to arrange the explanation here in good order. > > Classifiers were not designed to allow for 'different flavors of one > artifact'. They were designed to allow an artifact to have an > entourage, such as its sources or javadoc

Re: Deploy and settings.xml

2012-02-29 Thread Manfred Moser
On 12-02-29 07:34 AM, Wayne Fay wrote: If i tweak the scenario little bit and lets assume that all the development teams need to go in same repository. Even then my understaing till now is that "settings.xml" can not host distribution management tag , it can only be present in pom. Ron already

Re: using build profiles for WAR plugin

2012-03-01 Thread Manfred Moser
On Thu, March 1, 2012 11:19 am, Wayne Fay wrote: >> There are many deployments of my application on different systems and >> each >> one has a different look and feel configuration file.  So, I was >> planning to >> have a different maven profile for each deployment and have the profile >> automat

Re: (Re-)Deploy artifacts to (different) repositories

2012-03-08 Thread Manfred Moser
Deploy to one repository server and set up proxy repository servers for the different teams. With Nexus you would use a P2P setup of multiple servers with Smart Proxy .. I am sure other repo servers offer something similar. manfred On Thu, March 8, 2012 6:13 am, M. Richey wrote: > > Hi everyone,

Re: (Re-)Deploy artifacts to (different) repositories

2012-03-08 Thread Manfred Moser
gating artifacts using Smart Proxy is > a feature only available in the pro version of nexus, right? Is it also > possible with the "normal" version somehow? > > /Maik > > Original-Nachricht >> Datum: Thu, 8 Mar 2012 10:07:59 -0800 >>

Re: (Re-)Deploy artifacts to (different) repositories

2012-03-09 Thread Manfred Moser
corresponding parts in the book? Thanks in advance! /Maik Original-Nachricht Datum: Thu, 8 Mar 2012 13:27:44 -0800 Von: "Manfred Moser" An: "Maven Users List" Betreff: Re: (Re-)Deploy artifacts to (different) repositories With the oss version you have to optimize th

Re: (Re-)Deploy artifacts to (different) repositories

2012-03-12 Thread Manfred Moser
On 12-03-11 05:39 PM, Wayne Fay wrote: And how to get it done with the OSS version (i.e. without Smart Proxy) plz? Things like this are why some companies choose to pay for Nexus Pro and how Sonatype chooses to differentiate the OSS from the Pro versions. Wayne Keep in mind that up to Nexus

Re: Which is the BEST Approach to define Global POM.XML

2012-03-14 Thread Manfred Moser
I did a blog post about this ages ago.. http://www.mosabuam.com/2009/10/company-super-pom-a-maven-practice Keep in mind that this is a few years old so the versions and such are out of date.. but the concept still applies. manfred http://simpligility.com On 12-03-14 02:34 PM, Amir Gheibi wro

Re: Which is the BEST Approach to define Global POM.XML

2012-03-16 Thread Manfred Moser
Totally agree.. while we are at it we should right an enforcer rule that enforces the use of a repo server.. manfred On 12-03-15 03:04 AM, Mark Derricutt wrote: I'm almost tempted to write an enforcer plugin to block repository declarations from ANY pom. Corporate or project On Thu Mar

Re: maven-android: core-classes related error during dx

2012-04-03 Thread Manfred Moser
You probably forget to give the android jar the provided scope. In general I would suggest to ask Android/Maven related questions on the Maven Android Developers mailing list and read the documentation for the Android Maven Plugin in the book Maven: The Complete Reference and on the website In gen

Re: JRE as mavne artifact

2012-04-16 Thread Manfred Moser
On Mon, April 16, 2012 2:13 pm, chad.da...@emc.com wrote: > Our build has a dependency on the JRE. In order to build our final > distribution artifact, we need a JRE. To me, this means that the JRE > should be managed as a maven artifact in nexus. Otherwise, I can't use > the assembly plugin to

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Manfred Moser
Look at the exec plugin in the extreme case that there is no more suitable plugin to do you native build. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Manfred Moser
Get you Maven installed into a folder without spaces in it and get the project into a different folder.. that should do the trick. manfred On Wed, April 25, 2012 1:22 am, bettypop wrote: > Hi I am using the maven-exec-plugin. But on trying to compile the build, I > get the following error: > > [

Re: How to remove comments with Maven

2012-04-25 Thread Manfred Moser
For Java use proguard either directly or via the ant task or the proguard maven plugin. For javascript and css used related compression tools with potentially the exec plugin or some other invocation of them natively. There is probably something like that already part of the javascript plugin actu

Re: How to remove comments with Maven

2012-04-25 Thread Manfred Moser
I think I would just create another module that depends on the original. It could download the sources, strip them and them use them as source for the current project.. manfred On Wed, April 25, 2012 2:25 pm, Jörg Hohwiller wrote: > Hi Manfred, > > great hints on this. > > However Peter may not w

Re: How to replicate company internal repository?

2012-04-25 Thread Manfred Moser
On Wed, April 25, 2012 7:23 pm, hujirong wrote: > I tried this list, it's not active. > > http://maven.40175.n5.nabble.com/Nexus-Maven-Repository-Manager-Users-List-f127899.html Not true. It is just fine. In terms of replicating your nexus.. You could just copy the sonatype work nexus folder to t

Re: Maven - offer anything for runtime?

2012-04-27 Thread Manfred Moser
On Fri, April 27, 2012 12:19 pm, J.V. wrote: > this is the issue (that only one artifact is picked). How does it know > to pick the right one? > > What if log4j ver 1.2.15 has a method that log4j 1.2.10 does not have? > > also what if both jars have a method with the same signature but > function

Re: Using maven to create portable projects (profile dependencies)

2012-05-10 Thread Manfred Moser
On Thu, May 10, 2012 8:09 am, Ron Wheeler wrote: > On 10/05/2012 3:06 AM, Julian Kalinowski wrote: >> Hi, >> I'm currently trying port a Java desktop project to Android using maven. >> It has several modules which have different dependencies. >> As the Android Java Runtime doesn't have packages suc

Android Maven Plugin 4.1.0 released

2015-01-09 Thread Manfred Moser
noit Billington https://github.com/Shusshu Manfred Moser http://www.simpligility.com Malachi de AElfweald https://github.com/malachid Johan Lindquist https://github.com/johanlindquist William Ferguson http://github.com/william-ferguson-au Committers for this release Benoit Billington https://github

Re: Kudos to Takari's http://takari.io/book/70-testing.html#plugin-integration-testing

2015-01-16 Thread Manfred Moser
We are glad you enjoy using it. If you have any feedback or suggestions regarding the plugin, documentation and so on please create issues related projects on github. https://github.com/takari/takari-lifecycle https://github.com/takari/takari-plugin-testing-project It would also be great if yo

Android Maven Plugin 4.1.1. released

2015-02-03 Thread Manfred Moser
you all to help us out as well: Specifically for this release we would like to thank the following contributors for their awesome work. Core Committers - Benoit Billington https://github.com/Shusshu - Manfred Moser http://www.simpligility.com - Malachi de AElfweald https://github.com/malachid - J

Re: takari-plugin-integration-testing requires one takari-jar project ?

2015-02-26 Thread Manfred Moser
Cristiano, You can have them all in one project. E.g. the Android Maven Plugin does that. https://github.com/simpligility/android-maven-plugin Olivier, I thought this is a Maven users mailing list and as such open to all questions regarding usage of Maven. I would understand the need to separ

Re: takari-plugin-integration-testing requires one takari-jar project ?

2015-02-27 Thread Manfred Moser
Olivier Lamy wrote on 26.02.2015 15:26: > As it looks the question is related to an other project which is not hosted > within the Apache Maven project neither developed by Apache Maven > committers. > I believe this mailing list is related to the Apache Maven project. > So my goal was only to h

Re: takari-plugin-integration-testing requires one takari-jar project ?

2015-02-27 Thread Manfred Moser
ould be much more likely to yield a solution. > > Regards, > Curtis > > On Fri, Feb 27, 2015 at 1:18 PM, Manfred Moser wrote: > >> >> >> Olivier Lamy wrote on 26.02.2015 15:26: >> >> > As it looks the question is related to an other projec

Re: write developers & contributors into Jar

2015-03-01 Thread Manfred Moser
If you want to just have the information in the jar somewhere, the pom file will already be in the jar by default. This is due to the archiver config addMavenDescriptor set to true. See http://maven.apache.org/shared/maven-archiver/index.html for the location of the pom file and further archive

Re: Do I need to write a plugin for this?

2015-03-02 Thread Manfred Moser
The Android Maven Plugin and the Android NDK Maven Plugin both implement custom packaging types. Albeit they are a bit more complex to look at.. http://simpligility.github.io/android-maven-plugin/ http://simpligility.github.io/android-ndk-maven-plugin/ Greg Trasuk wrote on 01.03.2015 23:47: >

Re: TFS or NuGet repository for Maven

2015-03-02 Thread Manfred Moser
Dale, At one of my clients we have a large TFS deployment for TFVC and GIT as well as a lot of the other SDLC support. However TFS does NOT include support for a binary component repository manager like Artifactory or Nexus. And we also ended up using Jenkins fyi. I think you have no real choi

Re: Why would maven download a pom and not a jar?

2015-03-11 Thread Manfred Moser
I recently released a first version of my Maven Repository Provisioner tool. It can download and subsequently upload all dependencies of any artifact. So you should be able to use it or at least code snippets of it to achieve what you need. https://github.com/simpligility/maven-repository-tools

Re: Maven phase that runs before dependency resolution

2015-03-11 Thread Manfred Moser
You can do that with a LifecycleParticipant.. the Android Maven Plugin has an example that works with the dependencies and deals with resolving transitive dependencies of AAR and APKLIB artifacts. Check it out at https://github.com/simpligility/android-maven-plugin/blob/master/src/main/java/co

Re: Do people actually use markdown or should I abandon it and migrate to xdocs?

2015-03-12 Thread Manfred Moser
I find markdown as a format just too restricted and painful to use. We had good success with using asciidoc for the Android Maven Plugin for site generation. It uses the very active asciidoctor project for rendering in the site. http://simpligility.github.io/android-maven-plugin/ The Maven an

Re: asc missing ?

2015-03-12 Thread Manfred Moser
I can not find it on https://oss.sonatype.org/ or https://repository.sonatype.org/ even when logged in. Manfred Martin Gainty wrote on 12.03.2015 15:07: > flex-compiler-mojo identitifies dependency > >org.sonatype.flexmojos >asc >

Re: [ANN] Maven 3.3.1 Release

2015-03-18 Thread Manfred Moser
Great news. I love how Maven has picked up the pace and is really moving forward a lot again. Now given that 3.2.5 is the last relase with Java 6 support .. should that not be on the downloads page somewhere? Either replacing 3.1.1 or as an addition. Personally I think that page should ONLY co

Re: Minimum JDK for mojos

2015-03-19 Thread Manfred Moser
Sounds like a good idea for the site.. manfred offbynull-maven wrote on 19.03.2015 22:03: > I understand that. But, shouldn't this be explicitly stated somewhere? > Some official guide somewhere essentially saying that if you're planning > on releasing your mojo publicly... > > to support Ma

Re: [ANNOUNCEMENT] End Of Life of Maven 2.2.1 - Plugins / JDK Roadmap

2015-03-20 Thread Manfred Moser
So long, and thanks for all the fish. And a recommendation for all those embarking on an upgrade. Get with the times and take advantage of all the advantages from the latest and greatest and move to Maven 3.3.1. http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/ http://taka

Re: Wrong info in "Maven: The Complete Reference", chapter 3.6.1

2015-04-10 Thread Manfred Moser
Just for reference. Sonatype controls this book and I act as the curator of changes. There is no active work going on but it is all CC licensed and the github repo is available to the public. https://github.com/sonatype/maven-reference-en We do appreciate any pull requests and contributions an

Android Maven Plugin 4.2.0 released

2015-04-15 Thread Manfred Moser
help and invite you all to help us out as well: Specifically for this release we would like to thank the following contributors for their awesome work. Committers for this release - Benoit Billington https://github.com/Shusshu - Manfred Moser http://www.simpligility.com - Philip Schiffer https

Android Maven Plugin 4.2.1 released

2015-05-11 Thread Manfred Moser
awesome work. Committers for this release - Manfred Moser http://www.simpligility.com - Leonid https://github.com/greek1979 - William Ferguson https://github.com/william-ferguson-au - Hoyt Summers Pittman https://github.com/secondsun Core Committers and Project Maintainers - Benoit Billington

Re: use of exec in multiple phases

2015-05-13 Thread Manfred Moser
You should be able to just add another execution into the project pom. The plugin mgt will be inherited and merged and voila. manfred Johannes Ernst wrote on 13.05.2015 14:17: > I’d like to invoke exec-maven-plugin with different arguments during > different phases of the build, and I’m failing

Re: use of exec in multiple phases

2015-05-13 Thread Manfred Moser
16:15: > You'll probably have to give each execution a unique id. > > On Wed, May 13, 2015, 18:32 Manfred Moser wrote: > >> You should be able to just add another execution into the project pom. The >> plugin mgt will be inherited and merged and voila. >> >&

Re: [EXTERNAL] dependency management with ant quick question

2015-05-13 Thread Manfred Moser
Do NOT use the Maven Ant tasks.. they are outdated and based on Maven 2. Instead use the dep resolution library used in Maven itself called Eclipse Aether and its Ant tasks.. http://eclipse.org/aether/ http://wiki.eclipse.org/Aether/Ant_Tasks Zk W wrote on 13.05.2015 20:25: > Hi Justin > >

Re: How to properly use a custom maven archetype

2015-05-14 Thread Manfred Moser
It should be listed but if you know the GAV coordinates for it you can also specify them Like mvn archetype:generate -DarchetypeGroupId=com.example.maven the rest of the parameters are here http://maven.apache.org/archetype/maven-archetype-plugin/generate-mojo.html manfred Maven User wr

Re: Why are extensions project based and not global?

2015-05-28 Thread Manfred Moser
I think having a global config for this would be good. Personally I think having .m2/extensions.xml would be a good way to do it. You could introduce e.g. Igor's logging here, add the Takari concurrent local repo access and so on in a declarative fashion and truly customize your Maven installat

Re: setup a (end user) website for maven project

2015-05-28 Thread Manfred Moser
The Maven site plugin can use any content written in e.g. asciidoc, markdown and so on to create a site and you can use a skin to change the look and feel. Maven itself and most plugins do that. If that is not what you are looking for you could e.g. use the Maven site plugin for the docs and th

Re: Why are extensions project based and not global?

2015-05-28 Thread Manfred Moser
g with something not explicitly configured for a specific > project is asking for support problems. > > On May 28, 2015, at 11:58 AM, Manfred Moser wrote: > >> I think having a global config for this would be good. Personally I think >> having .m2/extensions.xml would be a good

Re: Why are extensions project based and not global?

2015-05-28 Thread Manfred Moser
these justify the problems you mention .. which is why I think we should just let the usage of extensions get wider before we make any decisions. Manfred Graham Leggett wrote on 28.05.2015 11:21: > On 28 May 2015, at 16:58, Manfred Moser wrote: > >> I think having a global config

Android Maven Plugin 4.3.0 released

2015-06-16 Thread Manfred Moser
Moser http://www.simpligility.com Core Committers Benoit Billington https://github.com/Shusshu Manfred Moser http://www.simpligility.com Malachi de AElfweald https://github.com/malachid Johan Lindquist https://github.com/johanlindquist William Ferguson http://github.com/william-ferguson-au We would

Re: Copy-dependencies goal error

2015-10-05 Thread Manfred Moser
Michael, Please refrain from insulting the efforts of the people on this list trying to help you. If you are not happy with the help you receive here, you are free to look for it elsewhere. I would like the discussions here to stay civil and on topic. I hope you provide us all here with the same

Android Maven Plugins released

2016-02-15 Thread Manfred Moser
The Android Maven Plugin team is pleased to announce the releases of Android Maven Plugin 4.4.1 - http://www.simpligility.com/2016/01/android-maven-plugin-4-4-1-released/ Android NDK Maven Plugin 1.1.0 - http://www.simpligility.com/2016/02/android-ndk-maven-plugin-1-1-0-released/ With help of

Re: plugin and executable jar

2016-03-01 Thread Manfred Moser
Just do this 1 jar project with the functionality 1 maven-plugin project that uses the jar and wraps it in a maven plugin 1 jar project that has the main() method wrapper and command line parser= or whatever for the executable 1 pom that acts as parent and aggregator to tie it all together M

Re: plugin and executable jar

2016-03-01 Thread Manfred Moser
do NOT use profiles.. therin lies madness youssef boujallab wrote on 2016-03-01 14:06: > You can't do it with a standard approach. > You should use two distinct Maven projects or use profiles with two > differents configurations ( one for executable jar and other for your > mojo) > Le 1 mars 2016

  1   2   3   4   >