Re: Why does mvn compiile using java 1.3?

2012-11-29 Thread Benson Margulies
Most serious users of Maven start out by building and releasing a common parent POM for their corporation or workgroup. This locks down plugin versions and configures core plugins such as the maven-compiler-plugin. So the old default to 1.3 was never a very serious inconvenience, since it's just a

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 wrote: > Hello everyone! > > release:prepare/perform creates release only from HEAD revision and I can > understand that - it has to

Re: Referencing a parent POM without relativePath

2012-11-26 Thread Benson Margulies
requested. > > Regards, > Curtis > > > On Sat, Nov 24, 2012 at 12:13 PM, Anders Hammar wrote: > >> I'd just like to echo Benson. You do not need the element >> if your environment is setup correctly. >> >> /Anders >> >> &g

Re: Referencing a parent POM without relativePath

2012-11-23 Thread Benson Margulies
On Fri, Nov 23, 2012 at 10:00 PM, Ron Wheeler 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: rwhee...@artifact-softw

Re: Referencing a parent POM without relativePath

2012-11-23 Thread Benson Margulies
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the >>>> -e switch. >>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >>>> [ERROR] >>>> [ERROR] For more information about the errors and possib

Re: Referencing a parent POM without relativePath

2012-11-23 Thread Benson Margulies
ing 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 wrote: > >> On Fri, Nov 23, 2012 at 11:22 AM, Benson Margulies > >wrote: >> >> > Yo

Re: Referencing a parent POM without relativePath

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

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: mvn archtype:generate

2012-11-23 Thread Benson Margulies
On Fri, Nov 23, 2012 at 2:23 AM, Alexandre Ballesté 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, Thomas Vandahl wrot

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

2012-11-19 Thread Benson Margulies
On Mon, Nov 19, 2012 at 3:05 PM, Gary Gregory wrote: > Is this different from the compat issue fixed by using: > > >true Much. Even with jql, we still expect view=rss to get XML instead of HTML. > > ? > > Gary > > On Mon, Nov 19, 2012 at 2:59 PM, Benson Marg

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 in

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 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 that version, as you po

Re: Maven site can not find parent

2012-11-12 Thread Benson Margulies
On Mon, Nov 12, 2012 at 1:42 PM, David Karr wrote: > 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 pom > from the parent p

[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: org.apache.maven.plugins maven-pd

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 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 > for human re

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 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. Using scm-plug

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: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Benson Margulies
ormation? > 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...@gm

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

2012-11-01 Thread Benson Margulies
On Thu, Nov 1, 2012 at 6:29 AM, Stadelmann Josef 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 HTML. > > I have successfully bu

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 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 the maven build.

Re: Overriding a property from a profile

2012-10-29 Thread Benson Margulies
ht need to use into profiles and then just >>> remembering specific orders of profiles. >>> >>> John >>> >>> On 29 October 2012 16:33, Anders Hammar wrote: >>>> Yes (I think). Did you test with both Maven 3 and 2? >>>> >>>

Re: Overriding a property from a profile

2012-10-29 Thread Benson Margulies
ers Hammar 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 >> wrote: >>> If a profile has a property value set, -D fro

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: users-h.

Re: Site plugin running, apparently, for ever

2012-10-23 Thread Benson Margulies
On Tue, Oct 23, 2012 at 7:45 PM, Barrie Treloar wrote: > On Wed, Oct 24, 2012 at 9:28 AM, Benson Margulies > 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. &

Re: Site plugin running, apparently, for ever

2012-10-23 Thread Benson Margulies
0.9.101-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>&

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 defi

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 tr

Re: Broken link for avalon

2012-10-16 Thread Benson Margulies
On Tue, Oct 16, 2012 at 11:54 AM, Volkan Istek wrote: > 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 and other filres

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: 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 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 on the > javad

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 dir

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 volun

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. Howeve

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 wrote: > Markus, > > perhaps

[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
g.apache.maven.lifecycle.Lifecycle > lenskit > > lenskit > > get-data > analyze > eval > > > org.riedl:hello-lenskit-plugin:greet > org.riedl:hello-lenskit-plugin:gr

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 wrote: > On Sun, Sep 1

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 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 2.5. It all works fin

Re: Arguments for Maven vs. Gradle

2012-09-11 Thread Benson Margulies
On Tue, Sep 11, 2012 at 4:33 PM, Graham Leggett 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 m

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 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 don't go here.

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

[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 s

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: > >

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: users-unsubscr.

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 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 won't :-) > > R

Re: Using the Maven Deploy Plugin

2012-08-06 Thread Benson Margulies
On Sun, Aug 5, 2012 at 6:23 AM, chan 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 before, but nothin

Re: Maven shade transforming internal strings?

2012-07-23 Thread Benson Margulies
On Mon, Jul 23, 2012 at 12:50 PM, Wayne Fay 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 to exclude t

Re: Maven shade transforming internal strings?

2012-07-23 Thread Benson Margulies
on, Jul 23, 2012 at 10:37 AM, Jason Rutherglen 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 > wrote: > >> On Mon, Jul 23, 2012 at 12:16 AM, Jason Rut

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: users-unsubs

Re: Maven shade transforming internal strings?

2012-07-23 Thread Benson Margulies
On Mon, Jul 23, 2012 at 12:16 AM, Jason Rutherglen 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 transformed to ' > shade.

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

2012-07-18 Thread Benson Margulies
were thinking as investors). >>> >>> FreedomSponsors is made by developers who love open source, and our main >>> goal is to serve the OSS community, while also being able to work on the >>> open source projects that we love ourselves! >>> >>> But thos

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 wrote

'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: 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 project

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 wrote: > There should be a BIG note on the Maven front page and on the download page. > > "Do NOT even think about using Maven until you ha

Re: Maven shade relocating everything not excluding

2012-07-03 Thread Benson Margulies
t;> matches the source version being debugged. >>> >>> >>> org.apache.maven.plugins >>> maven-shade-plugin >>> 1.7.1 >>> >>> >>> On Tue, Jul 3, 2012 at 2:32 PM, Benson Margulies >>> wrote: >>> >>>&

Re: Maven shade relocating everything not excluding

2012-07-03 Thread Benson Margulies
java/lang/ThreadGroup' matches 'org/apache/solr/*' >> >> SimpleRelocator.isExcluded: >> >> if ( SelectorUtils.matchPath( exclude, path, true ) ) >> >> >> On Tue, Jul 3, 2012 at 11:39 AM, Benson Margulies >> wrote: >> >>> On T

Re: Maven shade relocating everything not excluding

2012-07-03 Thread Benson Margulies
On Tue, Jul 3, 2012 at 11:12 AM, Jason Rutherglen wrote: > > > com.custom.solr. > > org.apache.solr > org.apache.lucene >

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 wrote: > I am trying to package up a large project, eg, Solr and do not want > org.apache.lucene and org.apache.so

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. --

[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/ You

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, 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 pha

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 : > Thanks Wayne for your answer. > > Finally I managed to turn off jar compression by using my own Shader > implementation, like described hereafter: > > http://maven.apache.org/plugins/maven-sh

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
un 23, 2012 at 1:10 PM, Benson Margulies > wrote: > >> 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 >

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 wrote: > The title says

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 s

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 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 follows: > http

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 parent/relativePat

[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 p

Re: Maven Changes Plugin 2.8?

2012-05-10 Thread Benson Margulies
to >> > maven-changes-plugin under but that did not help. >> > >> >     >> >             >> >              org.apache.maven.shared >> >              maven-shared-resources >> >              1 >> >             >> >  

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 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 wrote: >

Re: Maven Changes Plugin 2.8?

2012-05-09 Thread Benson Margulies
dependency to > maven-changes-plugin under but that did not help. > >     >             >              org.apache.maven.shared >              maven-shared-resources >              1 >             >     > > I'm not sure how to fix MCHANGES-280. > I hope this he

Re: Maven Changes Plugin 2.8?

2012-05-08 Thread Benson Margulies
On Tue, May 8, 2012 at 6:41 PM, Swapnil Sapar 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. Could you see if

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 wrote: > Hi, > > Any plans for releasing Maven Changes Plugin 2.8? > http://jira.codehaus.org/browse/MCHANGES/fixforversion/18463 > This version really

[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 proj

[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 proj

Re: Maven - offer anything for runtime?

2012-04-30 Thread Benson Margulies
r/en/ > 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 wrote: >> I can't track down the

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. O

Re: Maven - offer anything for runtime?

2012-04-27 Thread Benson Margulies
On Fri, Apr 27, 2012 at 11:40 AM, J.V. 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 (let's say version

Re: Are, ALWAYS active? (interval:5 not working)

2012-04-23 Thread Benson Margulies
On Mon, Apr 23, 2012 at 9:00 PM, Andrew Hughes 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 do not ALWAYS > activate? I do have a speci

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 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 -DartifactId=zyx-compo

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

2012-04-10 Thread Benson Margulies
bolic 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 >> >> Cheer

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 wrote: > Most likely there is a system scope dependency pointing at

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: Is Maven the answer?

2012-02-29 Thread Benson Margulies
On Wed, Feb 29, 2012 at 9:57 PM, Terence Stephens 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) > Download whole directo

Re: How to deploy with 'classifier'

2012-02-29 Thread Benson Margulies
;> >>> My real question was is how do I set the classifier such that it would >>> create one of these. The answer is in the maven-jar-plugin you can set a >>> configuration with a classifier. >>> >>> ${env} >>> >>> Then I setup a Jenkins

Re: How to deploy with 'classifier'

2012-02-29 Thread Benson Margulies
te one of these. The answer is in the maven-jar-plugin you can set a >>> configuration with a classifier. >>> >>> ${env} >>> >>> Then I setup a Jenkins build that will execute a deploy for each of my >>> flavors by setting the env property

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-"" cl

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, Feb

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 wrote: > > > Benson Margulies wrote: >> &

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 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) Elim

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

2012-02-24 Thread Benson Margulies
tifacts in the classpath. See above. On Fri, Feb 24, 2012 at 2:22 PM, 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 the l

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 fin

Re: m2eclipse & oss.sonatype.org

2012-02-12 Thread Benson Margulies
On Sun, Feb 12, 2012 at 10:57 AM, TomazM 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 maven-eclipse-plugin; it works

Re: How to readl with maintenance branches?

2012-02-11 Thread Benson Margulies
On Sat, Feb 11, 2012 at 1:47 PM, Markus KARG 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 the customer with >

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 wrote: >> >> Hi >> >> I have downloaded s

Re: Installation glitch!

2012-02-05 Thread Benson Margulies
On Fri, Feb 3, 2012 at 5:51 PM, monkeyMan 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 > configuration pro

<    1   2   3   4   5   6   7   8   >