Re: Maven3 PDF-Plugin1.2 - How to disable or change the default generated pdf footer text?

2013-01-09 Thread Lukas Theussl
I haven't tested this in a while but the pdf footer should be the same as the site footer, did you try this: http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html#Custom_footer HTH, -Lukas Thorsten Nieser wrote: Hi together, Hopefully anybody could give me short h

Re: snapshot versions and classpath stored in manifest

2013-01-09 Thread Anthony Dahanne
Hello Brian, So I triple checked, and I specified : (2.4 is the latest version) org.apache.maven.plugins maven-jar-plugin 2.4 in each of my modules, but still, if I : * in my cli project reactor : $ mvn clean deploy * clean the local repo : $ rm -rf ~/.m2/repository/co

Re: Javadoc aggregation doesn't use snapshots?

2013-01-09 Thread org.apache.maven.user
On Wed, 9 Jan 2013 14:30:47 -0500 Benson Margulies wrote: > A JIRA might get more useful attention, pointing to github or > whatever. Opened: https://jira.codehaus.org/browse/MJAVADOC-360 Regards, M - To unsubscribe, e-mail:

Resolution of concurrent SNAPSHOT artifacts from multiple repositories

2013-01-09 Thread Julien CARSIQUE
Hi, I would like some help about the following SNAPSHOT resolution issue using Maven 2.2.1. The artifact org.nuxeo:nuxeo-ecm:5.7-SNAPSHOT:pom has been deployed in two repositories : * in public-snapshot at 1h37 * in internal-snapshots at 9h40 The issue is Maven resolves the version 5.7-20

Re: Resolution of concurrent SNAPSHOT artifacts from multiple repositories

2013-01-09 Thread Julien CARSIQUE
In case it helps, here are the remote metadata: http://maven.in.nuxeo.com/nexus/service/local/repo_groups/internal-snapshots/content/org/nuxeo/nuxeo-ecm/5.7-SNAPSHOT/maven-metadata.xml org.nuxeo nuxeo-ecm 5.7-SNAPSHOT 20130107.094030 43 20130108004356

Re: assembly plugin logging anomaly

2013-01-09 Thread Steve Cohen
On 01/09/2013 04:52 PM, Dennis Lundberg wrote: Hi Steve, I can't remember what notation system it uses, but its a different one than what is usually seen for unix like permissions. It comes from a component that the plugin uses to perform these operations. On 2013-01-07 21:49, Steve Cohen wrote

RE: Using Struts2 OSGi plugin with GlassFish

2013-01-09 Thread Martin Gainty
correct yes for all intents and purposes struts-osgi-plugin *is* a functional struts plugin in order to interface to maven (plexus framework) we'll need to 1) port these attributes to \META-INF\maven\plugin.xml 2) convert Struts methods for org.apache.struts2.osgi.O

maven-release-plugin fails to tag on Linux but works on Windows...

2013-01-09 Thread Jeff
I don't know if this is related to maven or SVN so hopefully this is relevant here. We use TFS as the source control system with SVNBridge non-Microsoft access. I had a stand-alone Jenkins CI server running on Windows that we had been using but recently I setup Jenkins on Linux (Ubuntu 12.10) in

Re: assembly plugin logging anomaly

2013-01-09 Thread Dennis Lundberg
Hi Steve, I can't remember what notation system it uses, but its a different one than what is usually seen for unix like permissions. It comes from a component that the plugin uses to perform these operations. On 2013-01-07 21:49, Steve Cohen wrote: > Using the assembly plugin I have a file set d

Re: Javadoc aggregation doesn't use snapshots?

2013-01-09 Thread Benson Margulies
A JIRA might get more useful attention, pointing to github or whatever. On Wed, Jan 9, 2013 at 11:00 AM, wrote: > Anyone? > > This has become a blocking issue for me, and am quite surprised that it > exists at all given that the project really isn't complicated. > > Would it help if I put the co

Re: snapshot versions and classpath stored in manifest

2013-01-09 Thread Brian Fox
Are you positive you are using jar plugin version 2.3? On Mon, Jan 7, 2013 at 11:26 AM, Anthony Dahanne wrote: > Hello all, > I am using Maven 3 with Nexus 2. > I am building a cli tool (let's call it cli) , which has dependencies on > some other libraries (let's call them dependencyA and depend

Re: Javadoc aggregation doesn't use snapshots?

2013-01-09 Thread org.apache.maven.user
Anyone? This has become a blocking issue for me, and am quite surprised that it exists at all given that the project really isn't complicated. Would it help if I put the code on github so that people could look at it more easily? --

Re: Using Struts2 OSGi plugin with GlassFish

2013-01-09 Thread Christina Kaskoura
Hi Martin. In struts2-osgi-plugin.jar there is no .\META-INF\maven\plugin.xml file. I assume you mean the .\struts-plugin.xml file? Also if I understand correctly there is no existing implementation of the PackageProvider which can work with GlassFish, I will just have to implement my own, is

Re: Please note changed behaviour of maven-war-plugin and maven-assembly-plugin

2013-01-09 Thread Kristian Rosenvold
The original message reads a whole lot better the subject is changed to "please note". The original message was informational, it describes a change that has already been made. Kristian - To unsubscribe, e-mail: users-unsubscr..

Please changed behaviour of maven-war-plugin and maven-assembly-plugin

2013-01-09 Thread Kristian Rosenvold
war-plugin 2.3 and assembly-plugin 2.4 both learned the "recompressZippedFiles" flag, which has a default value of "false". When this value is "false", both plugins will sniff filers being added for the 4 byte ZIP header and avoid recompressing files that are already zipped. Selecting "false" as