Re: release:branch creates branch only from HEAD?

2012-11-28 Thread Benson Margulies
You're not the first people to complain about this. I believe I filed a JIRA. Let me see if I can stir up action. On Wed, Nov 28, 2012 at 8:51 AM, Aliaksei Lahachou aliaksei.lahac...@gmail.com wrote: Hello everyone! release:prepare/perform creates release only from HEAD revision and I can

Re: Referencing a parent POM without relativePath

2012-11-26 Thread Benson Margulies
...@gmail.com wrote: On 2012-11-23 7:01 PM, Benson Margulies wrote: On Fri, Nov 23, 2012 at 8:45 PM, Eric Kolotyluk eric.koloty...@gmail.com wrote: OK, I have added the following to our Corporate POM. Hopefully I, and others, won't fall into this trap again. I still think

Re: mvn archtype:generate

2012-11-23 Thread Benson Margulies
On Fri, Nov 23, 2012 at 2:23 AM, Alexandre Ballesté alexandre.balle...@udl.cat wrote: Does anybody know if that feature could be corrected, or will it be broken and unsupported from now? Archetype is an awesome plugin that helps developers a lot. Thanks in advance. On 11/22/2012 05:46 PM,

Re: Referencing a parent POM without relativePath

2012-11-23 Thread Benson Margulies
Why don't you think that Maven will fish out a disconnected parent from Nexus? Many builds all over depend on this behavior. You just name the G/A/V and no relativePath, and Maven will download just as it would a dependency. If this isn't working for you we'd need more information to diagnose.

Re: Referencing a parent POM without relativePath

2012-11-23 Thread Benson Margulies
On Fri, Nov 23, 2012 at 12:05 PM, Laird Nelson ljnel...@gmail.com wrote: On Fri, Nov 23, 2012 at 11:22 AM, Benson Margulies bimargul...@gmail.comwrote: You just name the G/A/V and no relativePath, and Maven will download just as it would a dependency. Well, not exactly

Re: Referencing a parent POM without relativePath

2012-11-23 Thread Benson Margulies
mvn causes mvn to go out to repositories. If someone has a counter-example, we need a test case. /Anders On Fri, Nov 23, 2012 at 6:05 PM, Laird Nelson ljnel...@gmail.com wrote: On Fri, Nov 23, 2012 at 11:22 AM, Benson Margulies bimargul...@gmail.com wrote: You just name the G/A/V

Re: Referencing a parent POM without relativePath

2012-11-23 Thread Benson Margulies
/**userFriendly switch I can turn on somewhere in Maven ;-) Cheers, Eric On 2012-11-23 9:05 AM, Laird Nelson wrote: On Fri, Nov 23, 2012 at 11:22 AM, Benson Margulies bimargul...@gmail.comwrote: You just name the G/A/V and no relativePath, and Maven will download just as it would a dependency

Re: Referencing a parent POM without relativePath

2012-11-23 Thread Benson Margulies
On Fri, Nov 23, 2012 at 10:00 PM, Ron Wheeler rwhee...@artifact-software.com wrote: On 23/11/2012 3:22 PM, Eric Kolotyluk wrote: Unknown host repository.ca.kodak.com What is causing that? Indeed this needs to be sorted first. -- Ron Wheeler President Artifact Software Inc email:

maven-changes-plugin does not work with JIRA 5.1.1 and newer

2012-11-19 Thread Benson Margulies
Atlassian made an incompatible change to JIRA that they have marked 'won't fix': https://jira.atlassian.com/browse/JRA-29152 Unless they can provide some alternative, the maven-changes-plugin is essentially worthless for JIRA instances of that version or newer, which includes the ASF main JIRA

Re: maven-changes-plugin does not work with JIRA 5.1.1 and newer

2012-11-19 Thread Benson Margulies
, Benson Margulies bimargul...@gmail.comwrote: Atlassian made an incompatible change to JIRA that they have marked 'won't fix': https://jira.atlassian.com/browse/JRA-29152 Unless they can provide some alternative, the maven-changes-plugin is essentially worthless for JIRA instances

Re: mvn release:prepare cannot git-commit the pom.xml change

2012-11-13 Thread Benson Margulies
No, pluginManagement. dependencyManagement does not effect plugins. On Tue, Nov 13, 2012 at 11:06 AM, Ron Wheeler rwhee...@artifact-software.com wrote: On 13/11/2012 10:43 AM, Ken O'Connell wrote: I put this version in my parent pom after you first suggested it, but it seems like it not using

Re: Maven site can not find parent

2012-11-12 Thread Benson Margulies
On Mon, Nov 12, 2012 at 1:42 PM, David Karr davidmichaelk...@gmail.comwrote: Concerning the empty relativePath element, this will typically be empty when you can't guarantee that the parent is in the parent directory. it's a common practice to separate the responsibilities of the aggregator

[ANN] Maven PDF Plugin 1.2 Released

2012-11-08 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven PDF Plugin, version 1.2 Generates a PDF document from the project site. http://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your project's plugin configuration: plugin

Re: Trim string passed to extraClasspath for jetty plugin

2012-11-06 Thread Benson Margulies
You could offer a patch to the jetty plugin to clean up the string for itself. On Tue, Nov 6, 2012 at 2:53 AM, Rice Yeh rice...@gmail.com wrote: Hi, I have a need to pass a long string to the extraClasspath in jetty plugin. The content of the string is changed often and I like to format it

Re: extract jar dependency from war

2012-11-04 Thread Benson Margulies
You could use: - the maven-dependency-plugin to unpack the war into target/ someplace. - the build-helper-maven-plugin to attach some jars as artifacts. However, the jars would have to have coordinates of the form G/A/V/C, where G/A/V come from the pom in which you do all this, and all you pick

Re: Commit additional files with release plugin

2012-11-04 Thread Benson Margulies
Seems like a reasonable idea, file a JIRA? On Sun, Nov 4, 2012 at 11:34 AM, Thorsten Höger li...@hoegernet.de wrote: Hi, is there any possibility to have the release-plugin commit additional files which were generated/modified in the preparationGoals. Now only the pom.xml is commited.

Re: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Benson Margulies
On Thu, Nov 1, 2012 at 6:29 AM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: How can I cure best the problems shown below? it occurs during a bootstrap-build of maven-3/trunk on my Vista System. (see red lines, which are of interesst to me). We can't. This mailing list strips

Re: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Benson Margulies
information? I am confused about your answer, sorry! The later. Since there is no HTML, we can't 'see red' and so, at least some of us can't tell what you are asking about. Josef -Ursprüngliche Nachricht- Von: Benson Margulies [mailto:bimargul...@gmail.com] Gesendet: Donnerstag, 1

Re: The local changes are not picked up by maven

2012-10-31 Thread Benson Margulies
On Wed, Oct 31, 2012 at 3:14 AM, rangana...@gmail.com rangana...@gmail.com wrote: Hi Group, We have the maven remote repository and CI servers hosted in U.S. The problem we are facing is that when we build the code in local machine in india team, the local changes are not getting picked by

Overriding a property from a profile

2012-10-29 Thread Benson Margulies
If a profile has a property value set, -D from the command-line does not win, the profile wins. Does this surprise anyone else? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: Overriding a property from a profile

2012-10-29 Thread Benson Margulies
wrote: Yes (I think). Did you test with both Maven 3 and 2? /Anders On Mon, Oct 29, 2012 at 4:22 PM, Benson Margulies bimargul...@gmail.com wrote: If a profile has a property value set, -D from the command-line does not win, the profile wins. Does this surprise anyone else

Re: Overriding a property from a profile

2012-10-29 Thread Benson Margulies
and...@hammar.net wrote: Yes (I think). Did you test with both Maven 3 and 2? /Anders On Mon, Oct 29, 2012 at 4:22 PM, Benson Margulies bimargul...@gmail.com wrote: If a profile has a property value set, -D from the command-line does not win, the profile wins. Does this surprise anyone else

dependency:analyze seems to report spurious 'unused' jars

2012-10-23 Thread Benson Margulies
I've a situation in which 2.5.1 of m-d-p:analyze is reporting 'unused declared dependencies' that are not unused, in fact, removing them and running maven 3.0.4 has the immediate and dramatic effect of making the compile fail. Is there something I don't understand here about what those goals are

Site plugin running, apparently, for ever

2012-10-23 Thread Benson Margulies
Using either 3.1 or 3.2, a large project of mine has developed the tendency to just keep running the site plugin forever when I run mvn site-deploy with 3.0.4. One aspect of this that I find confusing is this: 'validate' is not listed as part of the site lifecycle, yet mvn site-deploy is most

Re: Site plugin running, apparently, for ever

2012-10-23 Thread Benson Margulies
PM, Barrie Treloar baerr...@gmail.com wrote: On Wed, Oct 24, 2012 at 6:42 AM, Benson Margulies bimargul...@gmail.com wrote: Using either 3.1 or 3.2, a large project of mine has developed the tendency to just keep running the site plugin forever when I run mvn site-deploy with 3.0.4. One

Re: Site plugin running, apparently, for ever

2012-10-23 Thread Benson Margulies
On Tue, Oct 23, 2012 at 7:45 PM, Barrie Treloar baerr...@gmail.com wrote: On Wed, Oct 24, 2012 at 9:28 AM, Benson Margulies bimargul...@gmail.com wrote: Barrie, We have an execution of the gmaven-plugin to set a property -- a property that we don't even need in the site build. I see

Re: Broken link for avalon

2012-10-16 Thread Benson Margulies
On Tue, Oct 16, 2012 at 11:54 AM, Volkan Istek volkan.is...@sqills.comwrote: Hi Guys, ** ** I am trying use FOP (Formatting Objects Processor) with maven. It uses avalon-framework-api-4.3.1.jar and it can’t download it. Because of following links are not working. Directories are there

Re: Dependencies that should not be on the classpath

2012-10-13 Thread Benson Margulies
There's a real maven design problem here, if you ask me. Maven overloads the 'type' of an artifact. A 'war' dependency is legitimate and a different thing from a 'jar' dependency. Sadly, though, all jar files are equally treated as the output of the standard java lifecycle, suitable for classpath.

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

2012-10-12 Thread Benson Margulies
Early in my exposure to Maven, I imbibed some advice to never try to use moduleSets in the assembly plugin. I don't recall where or how. If I were you, I'd be coding out the use of the dependency plugin with 'copy', not 'copy-dependencies' to grab all these thing and arrange them artfully in a

Re: Dependencies that should not be on the classpath

2012-10-12 Thread Benson Margulies
On Fri, Oct 12, 2012 at 3:59 PM, Chris Conroy ccon...@gmail.com wrote: Is there any way to specify that a dependency should not be on the build classpath? I am using the maven-javadoc-plugin to generate an aggregate javadoc jar for my top level project. In a sub-project, I have a dependency

Re: Unifying maven-nar-plugin implementations

2012-10-07 Thread Benson Margulies
Jason will, I'm sure, correct me if I'm wrong, but I believe the IP provenance issues to be comparable at Eclipse and Apache. The Apache Foundation only accepts code that is *voluntarily* contributed. That amounts to two tests: a) is there clear provenance? b) is there clear evidence of the

Re: Unifying maven-nar-plugin implementations

2012-10-06 Thread Benson Margulies
Adding plugins to the core is not so much a matter of 'strategy'. The nar plugin is a non-trivial amount of code. So, for it to come to Apache, it would have to pass IP clearance. That means understanding the provenance of all of the code and that the people contributing it have sufficient rights

Re: Version ranges not working

2012-09-30 Thread Benson Margulies
I think that Ron has hit the nail on the head here, and what he says has become best practice, via many bruises, in the open source community. Maven has a fundamental version model. That model is does not cover all possible real-world situations, as per JvZ's email and many others. In particular,

Re: How to put a dependency in the classpath BEFORE jre.jar?

2012-09-25 Thread Benson Margulies
Markus, If you want to join in on the fun of the development community, please join us on the dev list. As you've heard on this thread, your particular concern smacks into a messy conundrum about our desire to avoid breaking other people's tools that read poms -- no matter how poorly coded.

Re: How to put a dependency in the classpath BEFORE jre.jar?

2012-09-24 Thread Benson Margulies
Folks, Much electronic ink was spilt on the subject of POM5. One of the pools of ink was created by my attempt, some months ago, to move the design along. I wish someone would propose a concrete next step. --benson On Mon, Sep 24, 2012 at 4:41 AM, Stephen Connolly

[ANN] Maven Javadoc Plugin 2.9 Released

2012-09-23 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.9 The Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version

Re: Maven: Creating a new phase

2012-09-18 Thread Benson Margulies
-dataorg.riedl:hello-lenskit-plugin:greet/get-data analyzeorg.riedl:hello-lenskit-plugin:greet/analyze evalorg.riedl:hello-lenskit-plugin:greet/eval /default-phases /configuration /component /components /component-set On Sun, Sep 16, 2012 at 7:42 AM, Benson

Re: Maven: Creating a new phase

2012-09-16 Thread Benson Margulies
We happen to have an example of this in stock, recently minted. https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-scm-publish-plugin That is, this is a plugin with a custom lifecycle definition and custom phases. On Sun, Sep 16, 2012 at 12:00 AM, Barrie Treloar baerr...@gmail.com

Re: NullPointerException on Maven Compile

2012-09-14 Thread Benson Margulies
Please file a JIRA. On Thu, Sep 13, 2012 at 4:56 PM, Clebert Suconic clebert.suco...@gmail.com wrote: We have recently upgraded mvn compile on HornetQ, a Message-oriented-middleware from RedHat, and we are now facing a NullPointerException on mac computers, when we upgrade mvn-compiler to

Re: Is the release plugin intended to be run manually?

2012-09-11 Thread Benson Margulies
Every time that 'continuous delivery' shows up on this mailing list, we end up with 10,000 lines of opinionated email about this extraordinarily controversial topic. I respectfully plead with all of you to use this mailing list for practical, answerable, questions about the behavior of Maven, and

Re: Arguments for Maven vs. Gradle

2012-09-11 Thread Benson Margulies
I don't think it's useful to debate build tools and their builders or tools on this list. On Tue, Sep 11, 2012 at 3:26 PM, Anders Hammar and...@hammar.net wrote: If they bring their ideas here, they usually get the kind of advice that leads to good practices. Well, the problem is that they

Re: Arguments for Maven vs. Gradle

2012-09-11 Thread Benson Margulies
On Tue, Sep 11, 2012 at 4:33 PM, Graham Leggett minf...@sharp.fm wrote: On 11 Sep 2012, at 10:14 PM, Benson Margulies wrote: I don't think it's useful to debate build tools and their builders or tools on this list. I believe it is very useful. Many new users to maven don't fully understand

[ANN] Maven Shade Plugin 2.0 Released

2012-09-06 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 2.0 Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes. http://maven.apache.org/plugins/maven-shade-plugin/ You

compiler plugin excludes that don't exclude

2012-08-28 Thread Benson Margulies
Using the current compiler plugin, I've got a case where I specify an exclude, and the -X log does not show a particular file, but javac tries to compile it anyway. Anybody have any ideas? - To unsubscribe, e-mail:

Re: compiler plugin excludes that don't exclude

2012-08-28 Thread Benson Margulies
) or modify the source code so that they are no longer referenced. I can't find any evidence in this case of an actual reference. Is there a debug option to javac that would confirm or deny my claim? Thanks, benson On Aug 28, 2012, at 6:23 PM, Benson Margulies wrote: Using the current

Re: Any ETA for a m-project-info-report-p 2.5.1 release?

2012-08-26 Thread Benson Margulies
On Sun, Aug 26, 2012 at 4:33 AM, Hervé BOUTEMY herve.bout...@free.fr wrote: I was trying to fix as much issues as posible before releasing It seems we're now at the maximum feasible for the moment (MPIR-251 will be postponed) I'll start the release tonight Oh, I was about to do it now, but I

Re: Using the Maven Deploy Plugin

2012-08-06 Thread Benson Margulies
On Sun, Aug 5, 2012 at 6:23 AM, chan channas...@yahoo.com wrote: Hi all, Even I've setup this to local repository for deploy http://localhost:8081/nexus/index.html#view-repoitories BUT it gives me the same 400 error above... What error is that? @I've tried all the solutions suggested

Re: Maven shade transforming internal strings?

2012-07-23 Thread Benson Margulies
On Mon, Jul 23, 2012 at 12:16 AM, Jason Rutherglen jason.rutherg...@gmail.com wrote: I'm shade transforming Apache Solr, which has several dependencies and seems to work. However the internal class strings are being transformed, eg 'System.getProperty(os.name);' where 'os.name' is being

Re: Archetype parameter-values

2012-07-23 Thread Benson Margulies
I don't think that there's any mechanism in place except to release a new archetype for each new parent version. If you make a patch to add a feature to the archetype plugin I'll look at it. - To unsubscribe, e-mail:

Re: Maven shade transforming internal strings?

2012-07-23 Thread Benson Margulies
at 10:37 AM, Jason Rutherglen jason.rutherg...@gmail.com wrote: Hi Benson, This is the xml for the transform: http://pastebin.com/9nx18WiN Thanks! On Mon, Jul 23, 2012 at 10:21 AM, Benson Margulies bimargul...@gmail.comwrote: On Mon, Jul 23, 2012 at 12:16 AM, Jason Rutherglen

Re: Maven shade transforming internal strings?

2012-07-23 Thread Benson Margulies
On Mon, Jul 23, 2012 at 12:50 PM, Wayne Fay wayne...@gmail.com wrote: everything except what is in the exclude(s). It seems like a bug that non-classnames such as string constants are also being sent to the relocator. Given every string literal is being relocated, I can't imagine a pattern

'mvn deploy' complaining that it cannot find what it is deploying

2012-07-18 Thread Benson Margulies
I am running 'mvn deploy' with 3.0.4 on a very simple war overlay project. The target is a nexus instance. There is no traffic in the nexus logs. The problem is specific to one repository; if I target another of my repositories, it works fine. Command-line: mvn deploy -DupdateReleaseInfo=true

Re: 'mvn deploy' complaining that it cannot find what it is deploying

2012-07-18 Thread Benson Margulies
(WagonRepositoryConnector.java:837) at org.sonatype.aether.connector.wagon.WagonRepositoryConnector.put(WagonRepositoryConnector.java:467) at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:274) ... 26 more On Wed, Jul 18, 2012 at 9:01 AM, Benson Margulies

Re: OT: Re: Issue-wise Crowdfunding platform for Maven

2012-07-18 Thread Benson Margulies
cleanup we have to do first, though) On 17 July 2012 15:41, Benson Margulies bimargul...@gmail.com wrote: It is extremely unlikely that the Foundation will be interested in any participation except to gratefully accept any unrestricted donations your organization might happen to make

Re: OT: Re: Issue-wise Crowdfunding platform for Maven

2012-07-17 Thread Benson Margulies
It is extremely unlikely that the Foundation will be interested in any participation except to gratefully accept any unrestricted donations your organization might happen to make. If you want to state on your website that you are going to donate something to the ASF when the issue is an ASF

Re: [mvn] bad artifacs returned

2012-07-04 Thread Benson Margulies
I think that the suggestion to validate items returned is a good one that we should raise with, I think, Aether. On Wed, Jul 4, 2012 at 2:38 PM, Ron Wheeler rwhee...@artifact-software.com wrote: There should be a BIG note on the Maven front page and on the download page. Do NOT even think

Re: Adding native shared objects to class path during test phase

2012-07-03 Thread Benson Margulies
Native objects are never added to the 'class path'. You need to use the options of the surefire plugin to set the java.library.path system property and, as needed, the PATH, LD_LIBRARY_PATH, or DYLD_LIABRARY_PATH option as needed.

Re: Maven shade relocating everything not excluding

2012-07-03 Thread Benson Margulies
Please post the actual configuration for the shade plugin that you are trying. I've certainly seen shade respect include and exclude. On Tue, Jul 3, 2012 at 9:21 AM, Jason Rutherglen jason.rutherg...@gmail.com wrote: I am trying to package up a large project, eg, Solr and do not want

Re: Maven shade relocating everything not excluding

2012-07-03 Thread Benson Margulies
On Tue, Jul 3, 2012 at 11:12 AM, Jason Rutherglen jason.rutherg...@gmail.com wrote: relocation !-- pattern*/*/pattern -- shadedPatterncom.custom.solr./shadedPattern excludes

Re: Maven shade relocating everything not excluding

2012-07-03 Thread Benson Margulies
/solr/*' SimpleRelocator.isExcluded: if ( SelectorUtils.matchPath( exclude, path, true ) ) On Tue, Jul 3, 2012 at 11:39 AM, Benson Margulies bimargul...@gmail.comwrote: On Tue, Jul 3, 2012 at 11:12 AM, Jason Rutherglen jason.rutherg...@gmail.com wrote: relocation

Re: Maven shade relocating everything not excluding

2012-07-03 Thread Benson Margulies
artifactIdmaven-shade-plugin/artifactId version1.7.1/version On Tue, Jul 3, 2012 at 2:32 PM, Benson Margulies bimargul...@gmail.comwrote: What version of Shade are you trying to use? On Tue, Jul 3, 2012 at 2:26 PM, Jason Rutherglen jason.rutherg...@gmail.com wrote: Debugged into SelectorUtils

[ANN] Maven Shade Plugin 1.7.1 Released

2012-06-30 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 1.7.1 Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes. http://maven.apache.org/plugins/maven-shade-plugin/

Re: maven-shade-plugin : how to turn off jar compression ?

2012-06-25 Thread Benson Margulies
If you submit a patch in JIRA to just make this an option, I'll commit it. 2012/6/25 FRUCTUS Fabrice fabrice.fruc...@berger-levrault.fr: Thanks Wayne for your answer. Finally I managed to turn off jar compression by using my own Shader implementation, like described hereafter:

Re: compile plugin

2012-06-25 Thread Benson Margulies
What version of the maven-compiler-plugin are you using? On Mon, Jun 25, 2012 at 1:23 PM, chad.da...@emc.com wrote: Run whereis java (where java in Windows) to find out how many java executable you might have in PATH and which one is listed first. That's where I'd start. I'm beyond that

Re: Maven Shade Plugin 1.7 causes ${project.basedir} to point to the build dir instead of where the pom.xml is

2012-06-23 Thread Benson Margulies
You mean, other uses in your POM end up in target instead of .? Could you please post a JIRA with a testcase? I didn't think that there was a way for a mojo to change that value, but I suppose I might have found one by accident. On Fri, Jun 22, 2012 at 3:01 PM, Shay Banon kim...@gmail.com wrote:

Re: Maven Shade Plugin 1.7 causes ${project.basedir} to point to the build dir instead of where the pom.xml is

2012-06-23 Thread Benson Margulies
, 2012 at 1:10 PM, Benson Margulies bimargul...@gmail.comwrote: You mean, other uses in your POM end up in target instead of .? Could you please post a JIRA with a testcase? I didn't think that there was a way for a mojo to change that value, but I suppose I might have found one by accident

Re: migrating from Eclipse to a Maven build

2012-06-07 Thread Benson Margulies
I think the bottom line here is that there are nuances to 'don't fight maven.' Rearranging the tree within the reach of the various POM elements is not a big deal. The big pain comes when you try to fight with the workflow and artifact architecture.

[ANN] Maven Shade Plugin 1.7 Released

2012-06-01 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 1.7 Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes. http://maven.apache.org/plugins/maven-shade-plugin/ You

Re: Recommendations to resolve artifact/version fubar

2012-05-28 Thread Benson Margulies
Publish another copy with a '2' in the artifactId? On Mon, May 28, 2012 at 6:09 PM, Rolf Lear j...@tuis.net wrote: Hi all. I maintain the JDOM project, and unfortunately it seems I made a 'novice' error when deploying a new version of JDOM to maven-central. Thus, the situation is as

Shade users: snapshot testers solicited

2012-05-21 Thread Benson Margulies
Shade users: I checked in a fix to http://jira.codehaus.org/browse/MSHADE-115 that changes how dependency-reduced-pom.xml files get created. The changed version passes all the tests we have, but I have some concerns of unanticipated consequences. The visible effects are that the

[ANN] maven-changes-plugin 2.7.1 released

2012-05-13 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7.1 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin/ You should specify the version in your

Re: Maven Changes Plugin 2.8?

2012-05-10 Thread Benson Margulies
In a few days. On Thu, May 10, 2012 at 1:55 PM, Swapnil Sapar swapsa...@gmail.com wrote: Thanks. I understand there is an elaborate plugin release process. When can we expect to have 2.8 released? Thanks, swapsapar On Wed, May 9, 2012 at 6:43 AM, Benson Margulies bimargul

Re: Maven Changes Plugin 2.8?

2012-05-10 Thread Benson Margulies
, Benson Margulies bimargul...@gmail.comwrote: On Wed, May 9, 2012 at 2:41 AM, Swapnil Sapar swapsa...@gmail.com wrote: smart move :) Thank you very much. I am now happy to go into the release process. Alright, here is something I found w.r.t MCHANGES-280 MCHANGES-280 is... 1

Re: Maven Changes Plugin 2.8?

2012-05-09 Thread Benson Margulies
! swapsapar On Tue, May 8, 2012 at 4:07 PM, Benson Margulies bimargul...@gmail.comwrote: On Tue, May 8, 2012 at 6:41 PM, Swapnil Sapar swapsa...@gmail.com wrote: Right. I understand its only 1 bug since 2.7 but its an imp fix without which plugin fails to work with Jira 5. Is there a way

Re: Maven Changes Plugin 2.8?

2012-05-08 Thread Benson Margulies
We only just released 2.7 days ago. I doubt that anyone has the energy to respin right this minute. On Tue, May 8, 2012 at 1:19 PM, Swapnil Sapar swapsa...@gmail.com wrote: Hi, Any plans for releasing Maven Changes Plugin 2.8? http://jira.codehaus.org/browse/MCHANGES/fixforversion/18463 This

Re: Maven Changes Plugin 2.8?

2012-05-08 Thread Benson Margulies
On Tue, May 8, 2012 at 6:41 PM, Swapnil Sapar swapsa...@gmail.com wrote: Right. I understand its only 1 bug since 2.7 but its an imp fix without which plugin fails to work with Jira 5. Is there a way to get the release sooner? Is there a way for me to help in this regard? I'll tell you what.

Re: Maven - offer anything for runtime?

2012-04-30 Thread Benson Margulies
/ http://pomstrap.tigris.org/ PomStrap is a hierarchical Class-Loader based on the Maven's artifact repository model. In a nutshell, it provides a runtime feature to Maven. Wayne On 4/29/12, Benson Margulies bimargul...@gmail.com wrote: I can't track down the thing I was referring to. It has

[ANN] maven-changes-plugin 2.7 released

2012-04-30 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin You should specify the version in your

[ANN] maven-changes--plugin 2.7

2012-04-30 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin You should specify the version in your

Re: Maven - offer anything for runtime?

2012-04-29 Thread Benson Margulies
I can't track down the thing I was referring to. It has a cute project name and was embedded maven as a way to manage classpath containers and plugin downloads at runtime. I also looked a bit at SISU to see if it was applicable to your problem, but the eclipse site is not revealing at this time.

Re: Maven - offer anything for runtime?

2012-04-27 Thread Benson Margulies
On Fri, Apr 27, 2012 at 11:40 AM, J.V. jvsr...@gmail.com wrote: I understand how Maven resolves dependencies (and transitive dependencies) at compile time, but does it bring anything to the table at run time? For example, if I have in my application dependency list two versions of log4J

Re: Are, activeProfiles ALWAYS active? (updatePolicyinterval:5/.. not working)

2012-04-23 Thread Benson Margulies
On Mon, Apr 23, 2012 at 9:00 PM, Andrew Hughes ahhug...@gmail.com wrote: Hi All, I have configured the following to perform (local) snapshot updates every 5mins... unfortunately the dependencies DO NOT update at the prescribed 5min interval. Could it be that the activeProfiles do not ALWAYS

Re: Deploy a txt file with mvn deploy:deploy-file?

2012-04-12 Thread Benson Margulies
Perhaps you spelled the name of the file incorrectly? On Thu, Apr 12, 2012 at 9:59 AM, DK desmond.kirr...@gmail.com wrote: Hi, I need to deploy a txt file with license info to a remote Nexus repository. Can this be done with mvn deploy:deploy-file mvn deploy:deploy-file -DgroupId=com.xyz

Re: OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-10 Thread Benson Margulies
Apple has no tools.jar, they just load it into the regular jar. This is why the standard web page http://maven.apache.org/general.html#tools-jar-dependency has you make a profile. On Tue, Apr 10, 2012 at 1:06 PM, Anders Hammar and...@hammar.net wrote: Most likely there is a system scope

Re: OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-10 Thread Benson Margulies
a symbolic link on classes.jar right? I guess there is a cleaner way to achieve this with maven? Thanks, Francois Le 10/04/12 20:23, Siegfried Goeschl a écrit : Hi folks, the last time I created a link Cheers, Siegfried Goeschl On 10.04.12 19:20, Benson Margulies wrote: Apple has

dependency-reduced-pom in the final jar, or not?

2012-03-31 Thread Benson Margulies
WIthout thinking about it, I've always assumed that, if I tell shade to replace the final artifact with the shaded output, that somehow the d-r-pom would become 'the pom' for the benefit of consumers. And it does end up in the rep. But the pom in the jar's META-INF seems to be the original.

Re: How to deploy with 'classifier'

2012-02-29 Thread Benson Margulies
the version in the Pom file and run he Jenkins task to deploy all three flavors. Making them all available for all groups to grab out of my repository. Sent from my iPhone On Feb 28, 2012, at 3:26 PM, Manfred Moser manf...@mosabuam.com wrote: On Tue, February 28, 2012 2:13 pm, Benson Margulies

Re: How to deploy with 'classifier'

2012-02-29 Thread Benson Margulies
iPhone On Feb 28, 2012, at 3:26 PM, Manfred Mosermanf...@mosabuam.com  wrote: 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

Re: Is Maven the answer?

2012-02-29 Thread Benson Margulies
On Wed, Feb 29, 2012 at 9:57 PM, Terence Stephens terence.steph...@gmail.com wrote: I'm looking for a tool that will help me: Build Java Code Move Php code to a different location on my computer Create New Directories on the server and upload content to them (via FTP over SSL or maybe SSH)

Re: How to deploy with 'classifier'

2012-02-28 Thread Benson Margulies
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. So, to begin with, there's no way to ask Maven to set a non-

MSITE-172, or javadoc, or something?

2012-02-25 Thread Benson Margulies
) at org.apache.maven.reporting.exec.DefaultMavenReportExecutor.buildReportPlugin(DefaultMavenReportExecutor.java:282) at org.apache.maven.reporting.exec.DefaultMavenReportExecutor.buildMavenReports(DefaultMavenReportExecutor.java:148) On Fri, Feb 24, 2012 at 3:33 PM, Lukas Theussl ltheu...@apache.org wrote: Benson Margulies wrote: I have

Re: generating checksums for assemblies

2012-02-25 Thread Benson Margulies
By default, the gpg plugin signs only attached artifacts, so (assuming that it's GPG output you are talking about, or if not a similar plugin) you'll have to add manual configuration, yes, to sign those additional files. The assembly plugin is blissfully ignorant of the entire process. On Sat,

site:site fails due to not resolving in the reactor?

2012-02-24 Thread Benson Margulies
I have a rather vanilla project that fails in release:perform. The real failure underlying this comes from the following recipe: 1) Eliminate the result jar artifacts from the local repo. 2) run mvn install site:site the site phase fails in javadoc, complaining that one of the modules can't

Re: site:site fails due to not resolving in the reactor?

2012-02-24 Thread Benson Margulies
in the classpath. See above. On Fri, Feb 24, 2012 at 2:22 PM, Benson Margulies bimargul...@gmail.com wrote: I have a rather vanilla project that fails in release:perform. The real failure underlying this comes from the following recipe: 1) Eliminate the result jar artifacts from the local repo

Re: site:site fails due to not resolving in the reactor?

2012-02-24 Thread Benson Margulies
Sure enough. On Fri, Feb 24, 2012 at 3:33 PM, Lukas Theussl ltheu...@apache.org wrote: Benson Margulies wrote: I have a rather vanilla project that fails in release:perform. The real failure underlying this comes from the following recipe: 1) Eliminate the result jar artifacts from

Re: m2eclipse oss.sonatype.org

2012-02-12 Thread Benson Margulies
On Sun, Feb 12, 2012 at 10:57 AM, TomazM tomaz.majerh...@arnes.si wrote: Is there any quick solution of bad m2eclipse plugin, we can't build maven projcet's what to switch to Ant? This mailing list does not support m2e. Consult the m2e users mailing list. You can always stick with the

Re: How to readl with maintenance branches?

2012-02-11 Thread Benson Margulies
On Sat, Feb 11, 2012 at 1:47 PM, Markus KARG mar...@headcrashing.eu wrote: Thank you for opening the discussion. :-) I see two problems with the idea of lib-1.1.1-SNAPSHOT in the maintenance branch of what was previously released as lib-1.1: (1) The original app-1.1.0.jar was delivered to

Re: Installation glitch!

2012-02-05 Thread Benson Margulies
On Fri, Feb 3, 2012 at 5:51 PM, monkeyMan thebig...@hotmail.com wrote: Hi I have downloaded source and binary and installed in Eclipse after loading Tomcat7. Everything seems Ok but I no load for the Axis 2 front-page which suggests to me an initialisation issue. I am not sure where in the

Re: Installation glitch!

2012-02-05 Thread Benson Margulies
. Then ask at Axis. -Original Message- From: Benson Margulies Sent: Sunday, February 05, 2012 8:58 PM To: Maven Users List Subject: Re: Installation glitch! On Fri, Feb 3, 2012 at 5:51 PM, monkeyMan thebig...@hotmail.com wrote: Hi I have downloaded source and binary and installed

Re: Plugin execution not covered by lifecycle configuration

2012-01-24 Thread Benson Margulies
I would guess that flexmojo documents the procedure of listing one of their modules as an extension/ and you haven't done so. On Tue, Jan 24, 2012 at 3:14 AM, Thorsten Heit thorsten.h...@vkb.de wrote: Hi,            I stuck with the Plugin execution not covered by lifecycle configuration

<    1   2   3   4   5   6   7   8   >