I'm not sure if this specific functionality is supported today, but it
sounds like a reasonable thing to add to the eclipse plugin. So if you
verify its not currently available, file a bug against the plugin in
JIRA, and perhaps someone will implement it for you. Or go ahead and
implement it yours
I am reasonably certain that findbugs-maven-plugin bugs are posted in
MOJO under component "findbugs".
http://jira.codehaus.org/browse/MOJO
Wayne
On 6/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi Everyone,
What is the process for opening defects against a plugin. In my case, I'm
us
Hi,
If you have eclipse open, it is often convenient to right click
/src/test/java and say "Run as JUnit test" -- which creates a dynamic test
suite on the fly and runs all the tests.
However, I'd really like the ability to add an exclusion pattern to avoid
certain tests that may be integration t
You could try building the project with -X (in debug mode) to see the
deeper details of the build.
To force plugin updates, use -cpu when building the project.
- Deng
Evan Toliopoulos wrote:
Hi,
Is there some way to see what versions of plug-ins and third party
libraries maven uses when run
Things like annotation processing with apt requires jdk classes (the
tools.jar) to be available during the build. This is what we do in Trails
for the same problem:
default-tools.jar
java.vendor
S
Hello,
I'm in the process of trying to convert a few projects from ant build
scripts to Maven2. In the process, I've run into quite a few issues
with the assembly plugin. I started by running into:
http://jira.codehaus.org/browse/MASSEMBLY-213 and/or
http://jira.codehaus.org/browse/MASSEMBLY-6
Hi Everyone,
What is the process for opening defects against a plugin. In my case, I'm
using the findbugs-maven-plugin version 1.1 with the
true option. I have noticed that the bugs found I
are duplicated in the findbugs.xml file. The html page is fine. This
seems to be a bug to me? Has a
Hi,
Is there some way to see what versions of plug-ins and third party
libraries maven uses when running?
The reason is that a deployment from my environment works whilst my
colleague's does not. If I give him my entire maven repository and get
him to change his settings.xml so that his mave
You should probably cross-post this on xdoclet users list, if you
haven't already. There's a good chance they will know a lot more about
xdoclet internals (and the xdoclet m2 plugin) than we will.
Wayne
On 6/12/07, Mick Knutson <[EMAIL PROTECTED]> wrote:
i have thisL
i have thisL
But I end
Thank you for the reply.
But I do not have reference to it in any of the other pom files of my
application.
In case there is an implicit reference- how would I identify it?
If identified, how can I force it use the correct version?
Your input is highly appreciated.
dennisl-2 wrote:
>
> You
Your release:perform is failing because somewhere in your pom hierarchy
there is an explicit or implicit reference to the 2.3-SNAPSHOT version
of the maven-javadoc-plugin. A release is not allowed if there is such a
SNAPSHOT dependency.
srinivas ramgopal wrote:
Hi all,
I am new to Maven.
I
I have to argue with your complaint about the documentation. While
there are many things wrong with the Maven documentation, this is
simply not one of them. Either there's a language issue and the
definition of "impossible" is different in your part of the world, or
you didn't try very hard (at al
Did any one face this maven release related issuemy maven release process
is currently dead in the water.
Any help is highly appreciated.
Thanks in advance.
srinivas ramgopal wrote:
>
> Looks like someone is looking for pom:2.3-SNAPSHOT for
> maven-javadoc-plugin.
> But maven-javadoc-plu
You have to configure the compile plugin like this:
...
...
maven-compiler-plugin
1.5
1.5
...
...
Vanja
On 6/12/07, Giovanni Azua <[EMAIL PROTECTED]> wrote:
Hi,
I have the following pom.xml snippet:
java/
jav
Hi,
I have the following pom.xml snippet:
java/
java-test/
But the code does not compile because it is set to
-source 1.3 instead of -source 1.5 I cant find where to set this?
Help!
Such detail that will make the code compile in 1.5 is
impossible to find in the curren
Hi,
that is great news!
Is there any documentation about plugin configuration?
Thanx,
V
On 6/12/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
Hi,
The Apache MyFaces community is pleased to announce its
1.0.1 release of the Apache MyFaces Trinidad Maven2 plugins.
These Maven2 plugins h
Does anyone know the difference between the 2 wsdl -> java code generators?
JDeveloper (IDE) wants to use genInterface, yet there seems to be no
plugin's for it in Maven. Now Axis does have a plugin that works well in
Maven. Wondering if I can just use Axis instead of genInterface?
--
---
Thanks,
Most likely, you are behind a web proxy firewall, and this is causing
your problems.
You will need to configure the web proxy in settings.xml before you
can proceed with Maven successfully. This is well documented on the
Maven website and in numerous emails to this list.
If you have already conf
have you been able to integrate genInterface into maven aside from calling a
BAT files to run it?
On 6/12/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
Hi Vanja,
http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-jdev-plugin/
here is the new release of the Maven2 JDe
Hi Vanja,
http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-jdev-plugin/
here is the new release of the Maven2 JDev plugin.
see also my previous release announcement.
-M
On 6/7/07, Vanja Petreski <[EMAIL PROTECTED]> wrote:
Hi,
My team is very interested to see jdev plugin
Hi,
The Apache MyFaces community is pleased to announce its
1.0.1 release of the Apache MyFaces Trinidad Maven2 plugins.
These Maven2 plugins have been deployed to the Apache Maven2 and they
are mirrored by ibiblio as well.
release notes
Apache MyFaces Trinidad Plugins (version 1.0.1) (for JSF
Is there a new version of
org.codehaus.plexus.archiver.manager.ArchiverManagerdefault today since I am
getting the follwoing error:
[ INFO ] Internal error in the plugin manager executing goal
'org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-2-SNAPSHOT:attached':
Unable to find the mojo
'
I think what you have done is not considered a best practice in the Maven
world. I would do my best to remove the dependency on tools.jar. There is
no need to use this file.
On 6/12/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote:
This is not needed. The Apple VM already has those classes ava
Hi all,
More information on what I did in pom file:
I added the maven release plugin entry.
Do I need to add anything more to the pom file for the maven release:
perform to work???
Thanks in advance.
srinivas ramgopal wrote:
>
> Hi all,
>
> I am new to Maven.
>
> I am using profiles and
I don't see why it could be rolled into a new rule. Call it the
beanshell rule or something.
-Original Message-
From: Jerome Lacoste [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 12, 2007 12:05 PM
To: Maven Users List
Subject: Re: [POLL] maven-enforcer-plugin rules
On 6/12/07, ehsavoie
Is there a way to filter the resources in:
org.apache.maven.plugins
maven-war-plugin
2.0.2
${basedir}/target/generated-sources
WEB-INF
com.sensage
sensage
${project.version}
It will work fine with the change in the parent version.Even we are using
the same stough for our multimodule project.
The only thing is set a reference in the configuration file for your project
version.
Jux wrote:
>
> That is excactly wha
Looks like someone is looking for pom:2.3-SNAPSHOT for maven-javadoc-plugin.
But maven-javadoc-plugin latest version is 2.2 and it does not have
pom:2.3-SNAPSHOT
So is there a way I can force somehow in my application pom files to force
to look at the correct version of the pom file for maven-jav
Thanks
On 6/12/07, Barrett Nuzum <[EMAIL PROTECTED]> wrote:
Mick:
Only source code should go in generated-sources.
XML files and the like should go in generated-resources.
If you can find how to get files into generated-resources and in a WEB-INF
directory --
that is to say ./target/gene
Mick:
Only source code should go in generated-sources.
XML files and the like should go in generated-resources.
If you can find how to get files into generated-resources and in a WEB-INF
directory --
that is to say ./target/generated-sources/WEB-INF/jdev.xml --
you can add them to the WAR by d
I'm a new user to Maven; trying to use it to build ActiveMQ.
I get the error in the subject line.
I found MSITE-117, which is closed and mentions that there was a
discussion on the users list.
However, I have not been able to get the digest of the users list
messages.
If someone could help m
On 6/12/07, ehsavoie <[EMAIL PROTECTED]> wrote:
Hi,
While the rule system provded is good for complex rules, I have found easier
to build an enforcer like plugin using java expressions as rules that are
evaluated at runtime using beanshell.
I have not enough time to port it to your rule system b
Hi all,
I am new to Maven.
I am using profiles and trying to do maven release.
The release:prepare works fine but fails at release:perform saying that
'Error getting POM for 'org.apache.maven.plugins:maven-javadoc-plugin' from
Error getting POM for 'org.apache.maven.plugins:maven-javadoc-plugi
I've had a problem using different extension plugins that contribute a
lifecycle in one multi-module project. My workaround has been to copy
the contents of the components.xml for each lifecycle I need into a
single separate maven-lifecycle-plugin. I only specify this plugin as
an extension, and t
Sure, send it along.
--Brian
-Original Message-
From: ehsavoie [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 12, 2007 10:01 AM
To: users@maven.apache.org
Subject: Re: [POLL] maven-enforcer-plugin rules
Hi,
While the rule system provded is good for complex rules, I have found
easier to
Hi,
While the rule system provded is good for complex rules, I have found easier
to build an enforcer like plugin using java expressions as rules that are
evaluated at runtime using beanshell.
I have not enough time to port it to your rule system but i can send it to
you if you feel interested.
I
Thats what i am writing about:
I have a Project A (which is EJBClient)
I have a Project B (which is EJB Only)
How to tell XDoclet to copy the generated Client classes from EJB Project to
the EJBClient ? The war will be deployed only as war (not in an EAR).
Compiling War classes need only the Cli
Hi,
We are using Maven 2.0.6 to build both Java, C++ and C#.
C++ is built with the help of maven-native-plugin and C# with NMaven.
Our project tree has the following structure:
Top
Cpp
Project_A
Project_B
CS
Project_C
Project_D
The problem we e
Application Server class loaders are required to locate and load
classes from the ejb-jar that are used by war files that are in the
same ear file. Consequently, you should not need any of your EJB
classes in your war file.
You only need a client jar if the EJBs are *not* in the same ear fi
Ok,
why is that not possible ?
I don't want all classes in a war when I only need client classes.
Reading the EBook Better Build with maven not show how to do that!
- jens
-Ursprüngliche Nachricht-
Von: Stephen Coy [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 12. Juni 2007 14:44
An:
You do not need a client jar if the WAR is packaged in the same EAR
as the EJB.
Is the case?
Steve C.
On 12/06/2007, at 10:10 PM, Jens Hohl wrote:
Hello,
i try to generate the Client jars for an EJB Project and later i
have to
reference them by for using in a WAR.
I have an EJB Proje
Hi,
I have the following usecase:
"Run a mojo to collect generated reports from all other modules and combine
these into one big report."
This involves collecting a number of XML files which will be combined into
one file, but that's not the problem. Just a matter of retrieving output
directori
Hello,
i try to generate the Client jars for an EJB Project and later i have to
reference them by for using in a WAR.
I have an EJB Project which contains all Classes for the Server. I Also
use XDoclet to generate the Client Classes
For the War. But how can I generate Client Classes that need
Hi all!
Is it possible to send an HTTP 301 (Moved permanently) using the Maven
site plugin?
I know that this use case can be done using META redirects, but it sounds awful.
TIA
Antonio
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Heinrich Nirschl wrote:
>
> Setting LC_MESSAGES to en_EN really seems to be the problem:
>
It does solve the problem as long as you have non-utf filenames in your
project.
if you have utf characters like a Ö or Ä or Ü in your filenames svn will
fail with the error
message "can't convert to
For this you should use XDoclet!
- Jens
-Ursprüngliche Nachricht-
Von: Kiran Kodlady [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 12. Juni 2007 10:55
An: users@maven.apache.org
Betreff: remote/home interfaces not creating up..
Hello all,
When i ran "mvn ejb:ejb" its just packages
Hello all,
When i ran "mvn ejb:ejb" its just packages my class files into jar
without creating any remote/home interfaces!!! my understanding on this
plugin is it should create those interfaces am i wrong?
If not could u plz sugest me what needs to be done to solve this err...
Thanks,
Kira
What version of the ear plugin do you use? The described problem is an
old bug that was fixed in v1.7, the latest release is ear-plugin-1.9.
HTH,
-Lukas
Sandhu wrote:
How does it worked for you. I am having the same problem.
Mick Knutson wrote:
OK I tried this and it still did not incl
This is not needed. The Apple VM already has those classes available
by default. What I did is creating an empty jar at the correct
location named tools.jar.
HTH,
Stéphane
On 6/11/07, Siegfried Goeschl <[EMAIL PROTECTED]> wrote:
I tried it recently with creating a symbolic link for tools.jar po
Thank you all for your answers,
Some comments:
1. The single file is used by different projects, this is the reason I
want it to be in a separate project.
2. I don't want it to be packaged, but I want it to be as is.
Zvi
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent:
Hi,
Did you check if the maven-archetype-plugin was downloaded in your local
repo?
If it is there, try deleting the plugin (including pom, metadata &
checksum files) then build again.
HTH,
Deng
[EMAIL PROTECTED] wrote:
- Forwarded by Ici X Li/JPMCHASE on 06/11/2007 10:52 AM -
Ici X
> "Brett Porter" <[EMAIL PROTECTED]>:
> It needs to be set with the second form, the expression is used for:
> - reading from
> - reading from -Dmaven.compile.encoding on the command line,
Thanx for the info!
(I tried setting the first form, since it's so much shorter, but it
had no effect
> "Arne Styve" <[EMAIL PROTECTED]>:
> Thanks for your input. I'll give this a try. However, how do you
> then use the JAR containing all the DLLs and .so's ? As far as I've
> understood, you cannot access a DLL that is inside a JAR, and hence
> you have to extract the DLLs from the JAR in orde
54 matches
Mail list logo