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: [VOTE] Name our mascot: "Shotgun" vs "The Maven Owl"

2014-12-15 Thread Manfred Moser
A - Shotgun Stephen Connolly wrote on 15.12.2014 02:39: > After the run-off round, we are left with two names standing. > > This second vote will be a straight and simple majority wins. > > The vote will be open for at least 72 hours (with the potential of an > extension until I send a message

Re: [VOTE] Run-off for mascot's name

2014-12-09 Thread Manfred Moser
Someone has to kick off the voting.. 1. Shotgun 2. Shotgun 3. Shotgun or alternatively .. ;-) 1. Shotgun 2. Boo 3. Kaboom Manfred Stephen Connolly wrote on 09.12.2014 02:52: > This is a run-off vote to select the top two options for our new mascot's > name. > > The entries with the highest

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

2014-12-04 Thread Manfred Moser
s. >> >> "I call shotgun!" >> >> >> >> Am Donnerstag, 4. Dezember 2014 schrieb Manfred Moser : >> >>> Shotgun ... we dont need a reason for a name and it is funny to use the >>> name that came up in the design discussion due to a visual

Re: [scala-debate] Emotional Support Group for Typesafe Maven Users

2014-12-04 Thread Manfred Moser
I sure hope things have changed with all the documentation and help we put into the central landing website and the free staging training course and examples that cover staging to Nexus (and therefore OSSRH and Central) with all sorts of tools. http://central.sonatype.org/ http://books.sonatyp

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

2014-12-04 Thread Manfred Moser
Shotgun ... we dont need a reason for a name and it is funny to use the name that came up in the design discussion due to a visual hole in the owl's belly ;-) Ron Wheeler wrote on 03.12.2014 09:01: > Some nicknames > Boo - since we started with a muti-cultural theme "hibou" is French for > owl

Re: Maven Plugin Refelction

2014-12-01 Thread Manfred Moser
But I see we should probably move to use the PluginDescriptor .. hahahah Manfred Moser wrote on 01.12.2014 15:58: > We have implemented a mechanism for this in the Android Maven Plugin .. you > can > use the same.. > > https://github.com/simpligility/android-maven-plugin/blob/

Re: Maven Plugin Refelction

2014-12-01 Thread Manfred Moser
We have implemented a mechanism for this in the Android Maven Plugin .. you can use the same.. https://github.com/simpligility/android-maven-plugin/blob/master/src/main/java/com/jayway/maven/plugins/android/PluginInfo.java Also check out the build setup in the pom for populating the properties

Android Maven Plugin 4.0.0 released

2014-11-26 Thread Manfred Moser
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 -Johan Lindquist https://github.com/johanlindquist -William Ferguson

Enforcing valid dependency version

2014-10-30 Thread Manfred Moser
Hi! Just a quick heads up that a new deployment rule for the Central Repository will block the Ivy sub-revision range syntax soon. This will enforce correction of these pom files for new releases and therefore enable consumption by Maven and other tools again. Details at http://central.sonaty

Re: Company-wide checkstyle.xml ?

2014-10-20 Thread Manfred Moser
This is what I did in the ksoap2-android multi module build. Releasing it as a standalone project is even better and cleaner. For a company wide usage.. https://github.com/mosabua/ksoap2-android This project also shows the config via pluginMgt and then activation via simple config in plugins w

Re: maven deploy artifacts to Nexus repository

2014-10-09 Thread Manfred Moser
Rather than having two different server sections in settings.xml it is better to use one and the same id in the distribtutionMgt in the pom if they are for the same server. So e.g. if you deploy everything to nexus it could look like this nexus http://localhost:8081/nexus/conte

Re: maven deploy artifacts to Nexus repository

2014-10-09 Thread Manfred Moser
For some reason the build extension for Maven site deployment no longer works with latests Maven and site plugins. I found that the best way to configure it is to add the webdav support as a dependency to the site plugin. And have not yet been able to trace down where the problem lies.. I have

Re: Running integration tests

2014-10-07 Thread Manfred Moser
You got it Robert.. Robert Mark Bram wrote on 07.10.2014 19:59: > OK, this was very helpful too. In this case, I am working with a > multi-module project and I decided it was best to add our selenium > tests in a new project to keep them away from other project code. We > have 13 pom.xml files,

Re: Don't want to repeat plugin version for both build and reporting

2014-10-03 Thread Manfred Moser
This has been fixed and should work. But properties might still be the better approach.. Paul Benedict wrote on 03.10.2014 10:46: > only affects -- it does not affect : > https://jira.codehaus.org/browse/MNG-3385 > > Cheers, > Paul > > On Thu, Oct 2, 2014 at 9:06 PM, Maxim Solodovnik > wro

Re: Need help regarding apache maven

2014-10-02 Thread Manfred Moser
Alternatively you can use the more widely used Sonatype Nexus which also supports things like Maven Site hosting or NuGet out of the box http://www.sonatype.org/nexus/ http://pages.zeroturnaround.com/Java-Tools-Technologies.html or the Apache Archiva server, which is maintained as a pure open so

Re: Can I alter packaging with Maven?

2014-09-30 Thread Manfred Moser
Thank you Stephen for that note. You just made my day and gave me a good laugh. Good luck with teaching KK ;-) Stephen Connolly wrote on 30.09.2014 11:03: > Of course one of my long term goals is to teach KK how to use Maven... He > keeps going to maven expecting a fight... And lo he gets one.

Re: Maven site:deploy hosting providers??

2014-09-28 Thread Manfred Moser
van Zyl" wrote: >>>> >>>>> I believe there are tools that will allow you to publish your static >>>>> site >>>>> to Github pages. >>>>> >>>>> On Sep 27, 2014, at 2:21 AM, Kevin Burton wrote: >>>>> &

Re: Maven site:deploy hosting providers??

2014-09-26 Thread Manfred Moser
If you just want to have the sites hosted any hosting solution will do it. CDN will be more expensive but I would really wonder if you need that for a static site. You would have to get a LOT of traffic to make it worth it. Bintray focuses on binary distribution and not site hosting. If you wa

Re: [ANN] Apache Maven Shared Component: Maven Dependency Tree Version 2.2 Released

2014-09-17 Thread Manfred Moser
Awesome... the Android Maven Plugin master is using it already ;-) Karl Heinz Marbaise wrote on 17.09.2014 13:24: > The Apache Maven team is pleased to announce the release of the > Apache Maven Shared Component: Maven Dependency Tree Version 2.2 > > http://maven.apache.org/shared/maven-depende

Re: Improving the speed of ‘deploy’ ?

2014-09-12 Thread Manfred Moser
What about using https .. does that compare in speed or is it faster? If faster.. why not use it? manfred Curtis Rueden wrote on 12.09.2014 11:31: > Hi Kevin, > >> I think the issue is that I”m using scpexe for my >> distributionManagement repository. > > Is there some reason you can't jus

Re: Maven build does not fail due to checkstyle errors

2014-07-28 Thread Manfred Moser
You either have to execute it manually with mvn checkstyle:check or if you want it to run as part of a normal build you have to bind it to a lifecycle phase in the config process-sources

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Manfred Moser
You need to have the files named correctly in the application bundle. So just get them from the repository as you do now and rename them as part of packaging up. manfred Steve Cohen wrote on 25.07.2014 10:07: > To elaborate further on what I'd like to do, I think I need to create a > POM file

Re: Maven repository management systems

2014-06-03 Thread Manfred Moser
The majority of developers seem to be using Nexus according to http://zeroturnaround.com/rebellabs/java-tools-and-technologies-landscape-for-2014/ Slides 2 and 19 manfred PS: I am part of the Nexus team.. but was not involved in that survey. Glenn Brown wrote on 03.06.2014 12:22: > I would n

Android Maven Plugin 3.9.0-rc.2 released - on the road to 4.0.0!

2014-05-27 Thread Manfred Moser
ps://github.com/Gillespie59 Benoit Billington https://github.com/Shusshu Johan Lindquist https://github.com/johanlindquist Malachi de AElfweald https://github.com/malachid Manfred Moser http://www.simpligility.com Oleg Green https://github.com/marchelo Raphael Ackermann https://github.com/rtack Roy

Re: Unable to download maven ant tasks

2014-05-22 Thread Manfred Moser
Imho you should not be using the Maven Ant tasks since they are using Maven 2 internally and you are most likely using Maven 3. Maven 3 uses Eclipse Aether and there are Aether Ant Tasks that probably do what you want to use the Maven Ant tasks for. Check it out at https://eclipse.org/aether

Re: Version in Mojo

2014-05-15 Thread Manfred Moser
Store the version of the plugin in a properties file and load it at runtime.. DenisDasKind wrote on 14.05.2014 07:41: > Hi, > > i'm new to maven, and now i have the following problem. I have a custom > Mojo, and the Mojo should print the own version stored in the pom.xml of > this mojo. And now

Influence Maven integration and Nexus features

2014-04-10 Thread Manfred Moser
Hi all! Sonatype is running their Open Source Development Survey again. The results will help with the development and improvements for the the Nexus repository manager and the Maven tooling around component lifecycle management including the clm maven plugin and the Eclipse/m2e integration.

Re: Updated documentation for Central Repository

2014-03-26 Thread Manfred Moser
And now the documentation has been updated with - update to the 2.5 release plugin version - autoReleaseAfterClose mention as suggested by Curtis - separate little article with the tip from Eric Thanks all and keep it coming. manfred -

Re: Updated documentation for Central Repository

2014-03-26 Thread Manfred Moser
> [1] https://issues.sonatype.org/browse/NEXUS-6280 > > > On Wed, Mar 26, 2014 at 10:47 AM, Manfred Moser wrote: > >> I would always deploy to OSSRH and just proxy it back in. However opinions >> differ and I will therefore add these instructions on a new page about &g

Re: Updated documentation for Central Repository

2014-03-26 Thread Manfred Moser
:42 PM, Manfred Moser wrote: >> Hello everyone! >> >> We have updated the documentation for publishing artifacts to the Central >> Repository via the free Sonatype Open Source Repository Hosting (OSSRH) and >> added more documents about status, getting help and more a

Updated documentation for Central Repository

2014-03-25 Thread Manfred Moser
Hello everyone! We have updated the documentation for publishing artifacts to the Central Repository via the free Sonatype Open Source Repository Hosting (OSSRH) and added more documents about status, getting help and more and put it all together on a brand new website. Please look at the anno

Re: Problems with com.github.github:site-maven-plugin:0.9:site

2014-03-20 Thread Manfred Moser
I got a working setup for the release profile in the android maven plugin code. Check it out https://github.com/jayway/maven-android-plugin Benson Margulies wrote on 19.03.2014 19:20: > Best ask them. This is a product of github, not the Apache Maven Project. > > On Wed, Mar 19, 2014 at 7:32

Re: Guice provision error with AbstractMavenLifecycleParticipant

2014-02-28 Thread Manfred Moser
Imho IntelliJ should upgrade to use Maven 3.1.1 internally... Stuart McCulloch wrote on 27.02.2014 18:13: > On 28 Feb 2014, at 01:17, William Ferguson > wrote: > >> As part of the development of the android-maven-plugin we have need to add >> in an AbstractMavenLifecycleParticipant so that we c

Re: Maven just won't die! -- WTF is Takari?

2014-01-16 Thread Manfred Moser
This is another great sign that there is again lots of innovation and exiting development going on in the Maven ecosystem. I am excited to see where this will take us all. Manfred > Hi, > > As some may know, a lot of work has been done at tesla.io on various > advanced features in Maven but, unfo

Android Maven Plugin 3.8.2 released

2013-12-30 Thread Manfred Moser
https://github.com/pa314159 - Manfred Moser http://www.simpligility.com Documentation, issue tracker and more can be found on the plugin website at http://code.google.com/p/maven-android-plugin/ For a primer to use the plugin check out the Android Development chapter in Maven: The Complete Reference

Re: how to run compile and packaging before test?

2013-12-13 Thread Manfred Moser
The link to the free html and pdf books is now http://books.sonatype.com These books are cc licensed and we do take pull requests of enhancements. The source is at https://github.com/sonatype/maven-reference-en https://github.com/sonatype/maven-example-en I have created a patch for the Maven s

Re: NAR Maven Plugin 3.0.0 released

2013-12-08 Thread Manfred Moser
Great work and congratulations to everyone involved. manfred > Hi all! > > On behalf of the developers working hard on the NAR plugin for Maven, it > is > my pleasure to announce that it is available on Maven Central now: > > http://search.maven.org/#artifactdetails|com.github.maven-nar|nar-maven

Android Maven Plugin 3.8.1 released

2013-12-06 Thread Manfred Moser
aluable 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. Benoit Billington https://github.com/Shusshu Pappy Stanescu https://github.com/pa314159 Manfred Moser http://www.simpligility.co <http://w

Re: Upgrade to 3.1.1 causes problems

2013-12-01 Thread Manfred Moser
> On 2 Dec 2013, at 9:35 am, Wayne Fay wrote: > >> What software is listening on HTTP port 2727 of the machine named >> "tyrone" and version? Is this Nexus? Artifactory? Archiva? Plain Apache? What version? >>> >>> ...guess what, the URL says /nexus/... >> >> Good point, but this

RE: How to script the downloading of the latest snapshot of an artifact?

2013-11-20 Thread Manfred Moser
And if you are using puppet or chef you can look at the open source REST API wrapper: https://github.com/cescoffier/puppet-nexus https://github.com/RiotGames/nexus_cli Manfred >> -Original Message- >> From: Laird Nelson [mailto:ljnel...@gmail.com] >> Sent: Tuesday, November 19, 2013 8:46

Android Maven Plugin 3.8.0 released

2013-11-09 Thread Manfred Moser
would like to thank the following contributors for their awesome work. Benoit Billington https://github.com/Shusshu Jaime Soriano Pastor https://github.com/jsoriano Manfred Moser http://www.simpligility.com Johan Lindquist https://github.com/johanlindquist Mykola Nikishov https

Re: Why is "mvn validate compile" different from "mvn validate; mvn compile"?

2013-11-07 Thread Manfred Moser
Ultimately Maven is designed to get components from a repo manager and publish them back to the repo manager. Using it without a repository managers is like saying you want to drive a car but it cant have an engine or wheels. manfred > I have never used Ant, so I do nkt have the urge to script m

Re: Why is "mvn validate compile" different from "mvn validate; mvn compile"?

2013-11-07 Thread Manfred Moser
You should not use either call. The validate phase is automatically run before the compile phase as part of the default lifecycle Just use mvn compile In general it does not make sense to call multiple phases of the same lifecycle since each phase invocation will run all phases up to and includi

Re: Help for Maven Migration

2013-11-06 Thread Manfred Moser
Imho you should not just upload all the jars. Instead find out the exact version of what they are by doing a shasum of the jars and use the checksum search in Nexus or on Central to identify the jars. http://search.maven.org/#advancedsearch%7Cgav Only upload the ones you can not identify.. and ev

Simplified Staging to OSSRH/Central

2013-09-30 Thread Manfred Moser
Hi all! I have written a blog post that shows you how you can use the Nexus Staging Maven Plugin to simplify releasing your components to Central via the Sonatype OSSRH Nexus instance. With the plugin you can avoid having to log into the web interface or writing your own REST API invocation. This

Progressive Organization POM 1.0 released

2013-09-30 Thread Manfred Moser
Hello all, I have recently released version 1.0.0 of my project called "Progressive Organization POM". it implements the well know Maven best practice of a "Company POM" or "Organization" in a very comprehensive manner covering lots of plugins. it is called progressive since I am using the lates

Android Maven Plugin 3.7.0 released

2013-09-29 Thread Manfred Moser
Stéphane Nicolas https://github.com/stephanenicolas - Joonas Javanainen http://gekkio.fi/ - Johan Lindquist https://github.com/johanlindquist - Charles Harley - Tadeas Kriz https://github.com/TadeasKriz - Manfred Moser http://www.simpligility.com Documentation, issue tracker and more can be f

Re: Maven free and public repository?

2013-09-19 Thread Manfred Moser
> Hello, > > We'd like to have a maven repository, to publish our projects. Are there > free available solutions in the market? > > I have try to put my project on a apache webserver. It doesn't work > actually due to unknown reasons. I don't have the possibility to have my > own apache webserver d

Re: list of available properties

2013-09-13 Thread Manfred Moser
> I think some of it's goals are questionable from a “best practice” point > of > view. Certainly read-project-properties and set-system-properties should > come with health warnings as they can have very visible edge cases: > ... > The plugin is helpful... but usually only when you are dealing wi

RE: list of available properties

2013-09-13 Thread Manfred Moser
> http://mojo.codehaus.org/properties-maven-plugin/usage.html > > execute read-project-properties goal of properties-maven-plugin > bind to 'initialize' phase Thats one of those plugins that has been useful but has a version number that reflects badly on it. Could someone just release a 1.0 and g

Re: API to resolve an artifact in Maven3

2013-07-22 Thread Manfred Moser
Thats what we plan to do for the android maven plugin as well. > I hope some maven dev folks seeing this discussion and provide guidance > for you case. For my case, very likely i will move directly mvn 3.1.x and > stop support for 3.0 completely ( i have no need for maven 2 support ) > > -D > >

Re: Maven & JDK 1.7 on Mac

2013-06-20 Thread Manfred Moser
Machines/jdk1.7.0_25.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.8.4", arch: "x86_64", family: "mac" > > > > On 21/06/2013, at 14:19 , "Manfred Moser" > wrote: >

Re: Maven & JDK 1.7 on Mac

2013-06-20 Thread Manfred Moser
You Java home is set up wrongly. Check out the log... it points at the jre /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre How have you set up JAVA_HOME? > Hi, > > When I try to compile a project with Maven I get the following error: > > [ERROR] Failed to execute goal > org.ap

Re: For Android project how do I get maven to pickup all libraries in lib directory including .so files?

2013-06-11 Thread Manfred Moser
You should not do it this way Stephen wrote it all up nicely. http://developer-blog.cloudbees.com/2013/03/playing-trade-offs-with-maven.html > 0 down vote favorite > > I have project that compiles and links fine when using Eclipse IDE. > This project uses some external jar files and also us

Re: How to generate source as webpage

2013-05-28 Thread Manfred Moser
http://maven.apache.org/plugins/maven-jxr-plugin/ > Which plugin I have to use if I want generate webpage which shows source > of > java file... > > See at > http://dddsample.sourceforge.net/xref/se/citerus/dddsample/domain/model/handling/HandlingEvent.html > there is a behaviour which I need. > >

Android Maven Plugin 3.6.0 released

2013-05-23 Thread Manfred Moser
://github.com/stephanenicolas Benoit Billington https://github.com/Shusshu Hugo Josefson http://about.me/hugojosefson Patrick Armstrong https://github.com/slypat Manfred Moser http://www.simpligility.com James Wald https://github.com/jameswald Nic Strong http://www.codepoets.co.nz Tamaz Prochaskza https

Re: Source code verification/compliance with Maven?

2013-05-09 Thread Manfred Moser
Correct. The other thing you want to ensure is your acquisition of the jar. With Nexus (and other repo managers probably) you can connect to the https secured version of Central and enforce checksum verification so you can be sure that any component you get into the repo manager is the same as upst

Android Maven Plugin 3.5.3 release

2013-04-10 Thread Manfred Moser
contributors for their awesome work. - Jonathan Reyes http://vaporwarecorp.com - Roberto Tyley https://github.com/rtyley - Stéphane Nicolas https://github.com/stephanenicolas - Manfred Moser http://www.simpligility.com Documentation, issue tracker and more can be found on the plugin

Re: Unpacking jars into target/classes

2013-03-19 Thread Manfred Moser
> Am 19.03.2013 14:02, schrieb Stephen Connolly: >> Wayne, >> >> Please open an issue ( >> https://github.com/stephenc/non-maven-jar-maven-plugin/issues). Pull >> requests welcome > > Just for the record: This confirms that you did that in full consent > with both the community and your true inner

Re: Plugin Testing?

2013-03-13 Thread Manfred Moser
Check out eg. the source of the Android Maven Plugin on how you can hook this all up. > Hi All, > > > Can anyone actually provide a link to a working example of the plugin > testing framework? > > > I’m using maven 3.0.5, and have even tried compiling the snapshot > 2.2-SNAPSHOT version of maven

Android Maven Plugin 3.5.1 released

2013-02-23 Thread Manfred Moser
://jonasalves.wordpress.com/ - Manfred Moser http://www.simpligility.com Documentation, issue tracker and more can be found on the plugin website at http://code.google.com/p/maven-android-plugin/ For a primer to use the plugin check out the Android Development chapter in Maven: The Complete

Re: Maven proxy problem in ubuntu 12.04

2013-02-12 Thread Manfred Moser
Also check what Maven you are using. The Ubuntu/Debian package of Maven does some nasty rewriting and has some "interesting" default settings.. If you are using the debian package I would suggest to remove it and switch to a manual install from the apache download. manfred > Take one of those URL

Re: maven-surefire-plugin 2.13: test order (know about runOrder)?

2013-02-12 Thread Manfred Moser
> Can one control the ordering of test *methods* inside a test class? I'm > using JUnit 4.11 and Surefire 2.13. > > It seems to me from the wording of the runOrder parameter this would be > used to choose what test *classes* to run in what order. > > One of our developers is pointing out that Sure

Re: MRM inside Eclipse

2013-02-06 Thread Manfred Moser
> Am 06.02.2013 11:15, schrieb Adrien Rivard: >> I'm not sure that that the latest m2e have more in the maven >> repositories >> view than what you already have > > I did have a test install of m2e with Juno, and sure enough, one of the > things I checked was the Maven view. > Unfortunately, I coul

Re: Best Practices for Managing Maven with Branches

2013-01-14 Thread Manfred Moser
u can die happy in feeling that at any rate you > have not wasted your time but have done your best ~~~ > > Lord Baden-Powell > > > On Mon, Jan 14, 2013 at 6:23 PM, Manfred Moser > wrote: > >> The mvn versions plugin can do the update of the pom... but the >> bran

Re: Best Practices for Managing Maven with Branches

2013-01-14 Thread Manfred Moser
for that or should I write my own > see/perl/something? > > John Kramer > email: jkra...@mojiva.com > mobile: 314.435.2370 > skype: kramer.mojiva > twitter: @KramerKnowsTech <https://twitter.com/KramerKnowsTech> > 0xCAFEBABE0032 > > > > > > > >

Re: Best Practices for Managing Maven with Branches

2013-01-14 Thread Manfred Moser
A very common and well working approach is to have a branch qualifier in the version and change the version of your project with the versions plugin. So e.g. you would have 1.1.2-brancha-SNASPHOT 1.1.2-branchb-SNASPHOT and to update them after you cut the branch in your scm you could use mvn ve

Re: Deploy a project to multiple locations

2013-01-12 Thread Manfred Moser
Agreed .. ideally your build publishes an environment independent package to a repository server and then your deployment tool retrieves it from there and deploys it in all your environments. This could be Maven on both sides but there are other tools better suited for deployment e.g.. puppet, che

Re: Attached artifacts and dependencies

2013-01-05 Thread Manfred Moser
Totally agree ++ On Sat, January 5, 2013 2:52 pm, Anders Hammar wrote: > I always argue for having the API (e.g. ejb client) as a separate module > and then the impl (e.g. the ejb) as a separate module. > > /Anders > > > On Sat, Jan 5, 2013 at 11:45 PM, Manfred Moser

Re: Attached artifacts and dependencies

2013-01-05 Thread Manfred Moser
On Sat, January 5, 2013 2:43 pm, Stanimir Stamenkov wrote: > Sat, 5 Jan 2013 14:38:38 -0800, /Manfred Moser/: > >> If the dependencies are not applicable for this artifact (e.g. the pom >> is >> not valid for it because it is generated against Maven convention) then &

Re: Attached artifacts and dependencies

2013-01-05 Thread Manfred Moser
If the dependencies are not applicable for this artifact (e.g. the pom is not valid for it because it is generated against Maven convention) then it should not be an artifact in the same coordinates but rather be a different module with different GAV coordinates On Sat, January 5, 2013 2:34 pm, St

Re: Should I add tools.jar to my internal repo?

2012-12-23 Thread Manfred Moser
I agree with the rest of you all. Do not add it to the repo! In fact I consider any project that has a dependency to tools.jar as broken. Not only does tools.jar have different content depending on the version of the jdk/jre but in fact on some it does not even exist. There is no such thing as a t

RE: Android Maven Plugin 3.5.0 Released

2012-12-19 Thread Manfred Moser
On Wed, December 19, 2012 11:38 am, Martin Gainty wrote: > > Great news Manfred! I have been building Android from googlecode.. I am not sure what you mean. > but am > currently lacking VM libraries for native calls do you support any of the > Android VMs ..e.g. Dalvik? Well. the Android Maven p

Android Maven Plugin 3.5.0 Released

2012-12-19 Thread Manfred Moser
Jonas Alves http://jonasalves.wordpress.com/ Manfred Moser http://www.simpligility.com Documentation, issue tracker and more can be found on the plugin website at http://code.google.com/p/maven-android-plugin/ For a primer to use the plugin check out the Android Development chapter in Maven: The

Re: Creating (feature/development) branches and deploying to nexus?

2012-12-11 Thread Manfred Moser
be possible > to use the maven-versions plugin to update the branch versions after > creating the branch. > > > > > On Tue, Dec 11, 2012 at 8:14 PM, Manfred Moser > wrote: >> A common way is to use classifier in the version string that signifies >> the >>

Re: Creating (feature/development) branches and deploying to nexus?

2012-12-11 Thread Manfred Moser
A common way is to use classifier in the version string that signifies the branch and update the version for all projects with the maven versions plugin. Then you can do deployments to Nexus from the branch and there will be no confusion in terms of the artifacts.. manfred On Tue, December 11, 2

Re: profile and compiler to include the source

2012-12-06 Thread Manfred Moser
Totally agree... this becomes unmanageable and also means that an artifact deployed to a repository server with the same coordinates (GAV) will have different content depending on what profile was activated during the build.. Bad idea... On Thu, December 6, 2012 10:30 pm, Anders Hammar wrote: > I

Re: Re: Why does mvn compiile using java 1.3?

2012-11-30 Thread Manfred Moser
You have been getting 1.5 by default for a long time. At least since the 2.3 release of the compiler plugin.. On Fri, November 30, 2012 7:35 am, Tim Pizey wrote: > On 30 November 2012 13:42, Aliaksei Lahachou wrote: >> Hello everyone, >> >> I'm am against updating default version to 1.7. My favour

Re: Why does mvn compiile using java 1.3?

2012-11-28 Thread Manfred Moser
+1 even though that would trip up lots if users IMHO. Given that Jdk 6 will be deprecated in spring it might be a good move Ron Wheeler wrote: >+1 > >On 28/11/2012 1:36 PM, Mark Derricutt wrote: >> Now that Oracle are controlling Java on OSX we can no longer "blame >Apple" - I'd love to see t

Android Maven Plugin 3.4.1 released

2012-11-20 Thread Manfred Moser
contributors for their awesome work. Tim Hepner https://github.com/mithepner Aleksander Pyszny http://www.alan-systems.com/en Tom Bollwitt https://github.com/tlbollwitt Nic Strong http://www.codepoets.co.nz Manfred Moser http://www.simpligility.com Documentation, issue tracker and more can be found on the

Android Maven Plugin Version 3.4.0 released

2012-10-23 Thread Manfred Moser
holmes.com Karsten Sperling https://github.com/ksperling http://www.pluk.com Tom Bollwitt https://github.com/tlbollwitt Andi Everitt https://github.com/andi12 http://www.raje.org.uk Manfred Moser http://www.simpligility.com Documentation, issue tracker and more can be found on the plugin websit

Re: Unifying maven-nar-plugin implementations

2012-10-09 Thread Manfred Moser
Newer versions of the plugin-plugin enforce the standard so you have to switch to nar-maven-plugin or whatever unless you use the org.apache.maven groupId... imho I would just change and keep the momentum going on github and not really worry about moving it to apache.. manfred On Tue, October 9,

Re: Versioning with release plugin - support for qualifier

2012-09-28 Thread Manfred Moser
On Thu, September 27, 2012 1:49 pm, Karl Heinz Marbaise wrote: > Hi, > >> With e.g. 2.1.1-RC.1-SNAPSHOT > I've never seen a version marker like this.. It is definitely not common yet but imho it is actually better than the below used version without the dot delimiter. More importantly this is what

Re: Versioning with release plugin - support for qualifier

2012-09-26 Thread Manfred Moser
On Wed, September 26, 2012 2:46 pm, Manfred Moser wrote: > Hi! > > I have done some testing with version numbers using classifiers and found > that e.g. the release plugin does not correctly increase the version > number. > > With e.g. 2.1.1-RC.1-SNAPSHOT or 2.1.1-RC1-SNAPSH

Re: strategy for incorporating private jars into a project

2012-09-26 Thread Manfred Moser
On Wed, September 26, 2012 2:44 pm, mlandman99 wrote: > Done! Was easier than I thought. I've stored the logic in a java class > within "project 1". On the CI server, I'll have a separate maven build > step > that only runs that one class as a testNG test, which will get those 4-5 > jars to the rep

Versioning with release plugin - support for qualifier

2012-09-26 Thread Manfred Moser
Hi! I have done some testing with version numbers using classifiers and found that e.g. the release plugin does not correctly increase the version number. With e.g. 2.1.1-RC.1-SNAPSHOT or 2.1.1-RC1-SNAPSHOT the release plugin prepare goal suggests 2.1.2-RC.1-SNAPSHOT as next version but I would

Re: strategy for incorporating private jars into a project

2012-09-26 Thread Manfred Moser
On Wed, September 26, 2012 1:04 pm, mlandman99 wrote: > Baptiste MATHUS wrote >> +1. >> There's many possibilities to do that. But are you aware that mvn deploy >> is >> already going to timestamp SNAPSHOTs? Isn't that sufficient?> > > Just found that out yesterday, and am using it, awesome! > > My

Re: Geotoolkit snapshot

2012-09-25 Thread Manfred Moser
On Tue, September 25, 2012 3:32 pm, Doug Kunzman wrote: > The networking issues are more contractual than performance and > availability. > > The hours available for network administrator support are somewhat > limited. Even more a reason to look at running a repo manager. In either case.. are th

Re: Geotoolkit snapshot

2012-09-25 Thread Manfred Moser
On Tue, September 25, 2012 2:17 pm, Doug Kunzman wrote: > Hi - > > I'm working on my first Maven project and find it great but we have run > into a small issue. > We are using a snap-shot version of the geotoolkit ( > http://www.geotoolkit.org/) because of a bug in the current release. > > We are i

Re: strategy for incorporating private jars into a project

2012-09-19 Thread Manfred Moser
I was going to suggest that as a stop gap solution, but realistically you should be telling that other team that it is the year 2012 and they should be using a repository manager. In the extreme case set it up for them and get their release process going as well. manfred On Wed, September 19, 201

Re: Maven: Creating a new phase

2012-09-17 Thread Manfred Moser
Fork the book on github and write the update. Send a pull request and I will work with your for whatever else is necessary. Manfred On Mon, September 17, 2012 3:48 pm, John Riedl wrote: > And *that* was exactly what I needed. Thank you very much for your > help. It turns out the lifecycle.xml

Android Maven Plugin 3.3.2 released

2012-09-07 Thread Manfred Moser
arnes http://tavianator.com/ Johann Reyes http://vaporwarecorp.com Manfred Moser http://simpligility.com Jan Berkel http://zegoggl.es/ Documentation, issue tracker and more can be found on the plugin website at http://code.google.com/p/maven-android-plugin/ For a primer to use the plugin check out the Android D

Android Maven Plugin 3.3.2 released

2012-09-07 Thread Manfred Moser
arnes http://tavianator.com/ Johann Reyes http://vaporwarecorp.com Manfred Moser http://simpligility.com Jan Berkel http://zegoggl.es/ Documentation, issue tracker and more can be found on the plugin website at http://code.google.com/p/maven-android-plugin/ For a primer to use the plugin check out the Android D

Re: Release plugin release:update-versions ?

2012-09-06 Thread Manfred Moser
Use the versions plugin with e.g mvn versions:set -DnewVersion=1.2.3 manfred PS: And you should really use SNAPSHOT since release will NOT be retrieved again once they have been cached locally anywhere.. On Thu, September 6, 2012 8:43 pm, Billy Newman wrote: > I would like to use the release pl

Re: alternative deploy strategy

2012-08-28 Thread Manfred Moser
;m looking for. > > Nexus Pro's staging feature would give me what I want, but I'd still have > to transport via HTTP. > > -Max > > > On 08/28/2012 09:05 PM, Manfred Moser wrote: >> On Tue, August 28, 2012 4:26 pm, Max Spring wrote: >>> To spee

Re: alternative deploy strategy

2012-08-28 Thread Manfred Moser
On Tue, August 28, 2012 4:26 pm, Max Spring wrote: > To speed up my large Maven build I'm thinking of using a "local-remote" > repository sitting on the local file system. > > 1) build would start with a wiped local-remote repository > 2) build's deploys into the local-remote repository > 3) if bui

Re: access password in settings.xml

2012-08-28 Thread Manfred Moser
On Mon, August 27, 2012 1:11 pm, Mirko Friedenhagen wrote: > /** Imports */ > import java.util.List; > import org.apache.maven.plugin.AbstractMojo; > import org.apache.maven.plugin.MojoExecutionException; > import org.apache.maven.plugin.MojoFailureException; > import org.apache.maven.plugins.annot

Re: access password in settings.xml

2012-08-24 Thread Manfred Moser
On Fri, August 24, 2012 2:36 am, Michael Hüttermann wrote: > Hello, > > how can I (e.g. programmatically, in an own Maven plugin) access the > "server">"password" element of settings.xml, to re-use the value. Is there > any chance to do so? Btw. you can also access collections from settings or pom

Re: Variable

2012-08-21 Thread Manfred Moser
On Tue, August 21, 2012 6:05 am, mjkelleher wrote: > Hello, > > Is there a variable that I can use within a POM that resolves to the > local repository path for the "current" project? The install phase > knows this path, as it gets displayed during the install phase. I would > like to be able to

<    1   2   3   4   >