> So basically i have some CLASS files on my machine/ Which are located
> "..\workshop\output\" and ".workshop/WebService/**".
>
> Also i want to add whatever under this directory to EAR
> "\WPSWebService\WEB-INF\"
>
> How can i do it using MAVEN-EAR-PLUGIN ?
I don't believe that it is legal to pa
To clarify how all this happened to me today:
JXR never had a proper 'execute' method, so running JXR as a build
plugin instead of a reportSet never worked.
When I added the aggregate goals, I somehow got turned around and made
the IT use a combination of build plugin and reportSet. I thought I'd
Hi,
I am using maven-ear-plugin. I want to add following ANT Script files in
MAVEN EAR plugin. How can i do it ?
So basically i have some CLASS files on my machine/ Which are located
"..\workshop\output\" and ".workshop/WebService/**".
Also i want to add whatever under this directory to EAR
"\WP
On Wed, Aug 24, 2011 at 7:48 AM, Hervé BOUTEMY wrote:
> as you reported, reportSets vs executions strategy has never been really
> defined.
> m-javadoc-p did extensive documentation, with both forms: it's the first
> plugin
> I know that did show the dual forms
> But now that everything is clearl
as you reported, reportSets vs executions strategy has never been really
defined.
m-javadoc-p did extensive documentation, with both forms: it's the first plugin
I know that did show the dual forms
But now that everything is clearly documented, I'm convinced that we should
promote reportSets
But
OK, I begin to see. report sets map to goals.
So, I wonder, why is the IT for the javadoc plugin written to do both
instead of using a report set?
That would make my recent fixes less urgent. Let me go try this.
On Tue, Aug 23, 2011 at 4:34 PM, Hervé BOUTEMY wrote:
> from what I see, it should
how do you try to generated the project: interactive (simple "mvn
archetype:generate" then interactive choice) or batch ("mvn archetype:generate
-D." [1]) ?
Can you give us the command laynched, then resulting output?
Regards,
Hervé
[1] http://maven.apache.org/archetype/maven-archetype-
p
from what I see, it should work
but if you look at the way it is actually done in Maven core [1] with success
[2], the aggregation feature is defined in reporting section (with reportSets
instead of execution)
Regards,
Hervé
[1]
http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?revisi
> I need to change my Ear project’s Classloader mode to PARENT_LAST. I also
> need to do the same for the Ear’s War project and set the War classloader
> policy to APPLICATION.
>
> How do you accomplish this task?
How would you do this if Maven was not participating in your build
process? What fi
Hi. I've been hacking away for 3 weeks on getting Maven to play nicely with
RAD 8,0/JDK 1.5/WebSphere 6.1 + JSF 1.2 & Facelets.
So far, I've been able find the Maven plugins RAD, Eclipse, WTP, WAS6 and mess
with Eclipse/RAD Project Facets, etc to suit my needs. The one crucial bit of
informat
In spite of having run the most recent release, and implemented the
aggregation feature, I'm seemingly unable to use it myself.
In build/plugins I have
org.apache.maven.plugins
maven-jxr-plugin
2.3
It's because Github returns a 404 on your repo:
https://raw.github.com/davidhoyt/mvn-repo/master/maven2/snapshots/ and
this makes Nexus think the repo isn't available. Disable the Auto
blocking and it should work.
On Tue, Aug 23, 2011 at 2:28 AM, Hoyt, David wrote:
> I'm trying to setup a micro r
Hello,
A little out of topic, but in the improve documentation story.
Recently I have tested doclava doclet [1] which has some nice features
(specially search feature)
The only issue I have is : 1.6 required.
I have proposed a patch to have a 1.5 compatibilty but not sure it
will accepted by googl
Oh, the irony. I was the most recent release manager, and I didn't
even realize it was useful for this.
On Tue, Aug 23, 2011 at 10:29 AM, Jesse Farinacci wrote:
> Greetings,
>
> On Tue, Aug 23, 2011 at 10:26 AM, Benson Margulies
> wrote:
>> Is there a reporting plugin out there that can be asked
Greetings,
On Tue, Aug 23, 2011 at 10:26 AM, Benson Margulies
wrote:
> Is there a reporting plugin out there that can be asked to publish
> prettified copies of java classes as part of a maven site?
http://maven.apache.org/plugins/maven-jxr-plugin/
-Jesse
--
There are 10 types of people in th
Is there a reporting plugin out there that can be asked to publish
prettified copies of java classes as part of a maven site?
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...
Hello everyone!
I'm sorry, if this is a dumb question but I'm kind of in a hurry and pretty
desperate.
I'm using Maven 2.2.1 and I created an archetype from an existing Eclipse
Java project, just to define a default package structure for future projects
(the project doesn't contain more then the
The default customBundle is located at
${project.basedir}/src/site/custom/project-info-report.properties
which works fine for single module projects.
However, it does not seem to work for multi-module projects.
How can one share the same bundle between multiple modules?
The modules all share a
I wasn't sure whether the use case was for application level resources, or more
build related resources that wished to be attached. If it's application level
resources intended to be shared a separate project is appropriate, but if
you're trying to gather build information, for example, then mak
hi
Just copy the wagon-ftp-1.0-alpha-6 and in pom .xml mention like
org.codehaus.mojo
wagon-maven-plugin
1.0-beta-3
XXX.XXX.com
ftp://XXX.XX.com
its working fine try this
--
View this message in context:
http://maven.40175.n5.nabble.com/Getting-StreamWagon-openConnection-V-e
hi
Just copy the wagon-ftp-1.0-alpha-6 and in pom .xml mention like
org.apache.maven.wagon
wagon-ftp
1.0-alpha-6
its working fine try this
--
View this message in context:
http://maven.40175.n5.nabble.com/Getting-StreamWagon-openConnection-V-error-tp107726p4726414.html
Sent fro
Hello,
IHMO not possible currently for the archiver, this need some changes
in maven-archiver component.
Could you open a feature request in
http://jira.codehaus.org/browse/MSHARED/ ? .
This need to add some interpolation in maven-archiver lib.
Thanks
--
Olivier Lamy
Talend : http://talend.com
h
Same use case for me.
Most of the time users work on single module.
But we also create artificially (using svn:externals) big multimodule
builds with an aggregator pom. This is to allow a full clean build on CI
platform. relativePath is set to empty in order to avoid maven complains when
wor
23 matches
Mail list logo