Re: Error while creating hadoop package 2.6.0 with Maven 3.2.3

2014-12-19 Thread Robert Scholte
So this is not a Maven3 issue, but a JDK8 (kind of) issue. (seems like you upgraded the JDK as well) Oracle introduced with JDK8 a more strict parsing of the javadocs. Since the javadoc is incorrect, it fails. You have 3 options: - Use JDK7 or less - Fix the javadoc. The problem here is that

Re: Creating a jar and a war from a war project

2014-12-19 Thread Robert Scholte
Hi, have a look at the following parameters of the manve-war plugin: - archiveClasses[1] - attachClasses[2] I suggest *not* to use the maven-assembly-plugin in this case. It'll make things over-complex. thanks, Robert [1]

Re: Error while creating hadoop package 2.6.0 with Maven 3.2.3

2014-12-19 Thread Venkat Ramakrishnan
Thanks Robert. Yes, you are right, I am using the latest version of JDK. I fixed the javadoc, and it seems to be working fine, though I am getting exceptions in next area! (not Maven). If you think downgrading JDK to the previous version will resolve many of my issues, I will go ahead and do it.

RE: Creating a jar and a war from a war project

2014-12-19 Thread shailendra singh
Hi, Thank you for your response. I am already aware about these two parameters. I don't thing 'archiveClasses' parameter will be of any help in my case. I had tried to use 'attachClasses' initially but I could not figure out how to pull war dependencies (and that too in a lib folder) in the

Re: Creating a jar and a war from a war project

2014-12-19 Thread Robert Scholte
Re-reading your request... bq. Jar - This should contain all the class files and dependencies of war project. However dependencies should be copied under lib folder of this jar and should not be in unpacked form. I hope you are aware that this conflicts with the jar-specs. The classes

Re: Creating a jar and a war from a war project

2014-12-19 Thread Ron Wheeler
Starting with an explanation of what you are trying to accomplish rather than with what problem you are experiencing, usually makes the problem easier to solve and makes the advice you get actually helpful. What are you trying to do that makes your requirements so non-standard? If you are

RE: Creating a jar and a war from a war project

2014-12-19 Thread shailendra singh
This page describes my problem - https://github.com/koyadume/piston-master/wiki/App - Shailendra Date: Fri, 19 Dec 2014 08:09:35 -0500 From: rwhee...@artifact-software.com To: users@maven.apache.org Subject: Re: Creating a jar and a war from a war project Starting with an explanation of

Re: Error while creating hadoop package 2.6.0 with Maven 3.2.3

2014-12-19 Thread Venkat Ramakrishnan
Robert, Even JDK 7 has those strict checks :-(. Thanks, Venkat. On Fri, Dec 19, 2014 at 2:35 PM, Venkat Ramakrishnan venkat.archit...@gmail.com wrote: Thanks Robert. Yes, you are right, I am using the latest version of JDK. I fixed the javadoc, and it seems to be working fine, though I

classifier on test artifact

2014-12-19 Thread Tim Williams
Hi all, Over on Blur we're trying to improve the way we build against the various hadoop versions. We currently change the projectVersion to build the artifact and we'd like to use classifiers to achieve the same thing (described here[1]). By setting a hadoopClassifier inside the profile and

[ANN] Apache Maven Assembly Plugin 2.5.3 Released

2014-12-19 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.3. The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

[ANN] Apache Maven 3.2.5 Release

2014-12-19 Thread Jason van Zyl
Hi! The Apache Maven Team is pleased to announce the release of 3.2.5 The release notes can be found here: http://maven.apache.org/docs/3.2.5/release-notes.html The release can be downloaded from: http://maven.apache.org/download.cgi Full list of changes can be viewed in JIRA:

Re: Best way to blacklist repository (maven.glassfish.org in site build)

2014-12-19 Thread Bernd Eckenfels
Hello, I have turned the question into a StackOverflow Question, in case you want some karma :) http://stackoverflow.com/questions/27575822/maven-dependency-report-avoid-delay-and-error-messages-for-glassfish-reposito Gruss Bernd Am Mon, 3 Nov 2014 02:17:39 +0100 schrieb Bernd Eckenfels