Hi Karl,
I changed the job configuration to 'Local to Workspace' and rebuild the job
-- however, the only warning in the log was the one and only:
[WARNING] Failed to getClass for
org.apache.maven.plugin.source.SourceJarMojo
You mention in your reply to check the log file carefully for
[WARN
Thanks for the pointers, here are my reply.
On Tue, Mar 10, 2015 at 8:43 AM, Karl Heinz Marbaise wrote:
> Hi,
>
>
> Do you have other warnings in your build? About missing artifacts etc. ?
>
Other than this particular message. There are no other warnings in the
console log.
> The class is part
We have a Maven project using the maven-source-plugin. When building the
project on Jenkins, it shows the following warning:
[INFO] *--- maven-jar-plugin:2.4:jar (default-jar) @ test-project ---
*[INFO] Building jar:
/home/jenkins/workspace/test-project/target/test-project-1.0.0-SNAPSHOT.jar[WARNI
Hi all,
Even I've setup this to local repository for deploy
http://localhost:8081/nexus/index.html#view-repositories
BUT it gives me the same 400 error above...
@I've tried all the solutions suggested before, but nothing worked. Even I
deleted the earlier from local file system repository...
Any
ly are you trying to achieve?
> Do you have a lot of different versions of an artifact
specified in your
> dependency tree?
> Ron
> On 12/08/2010 11:10 AM, Michael Chan wrote:
>> Hi,
>
> I am new to maven and currently using version 2.1. Seems
> it only supports the "ne
Hi,
I am new to maven and currently using version 2.1. Seems
it only supports the "nearest-wins" policy, how can I use
"newest-wins"? I googled and found this
http://docs.codehaus.org/display/MAVEN/Conflict+Resolvers
is it already implemented? If no, any other solution?
Thanks.
Michael
--
Hi Alexandre,
I encountered the same problem.
But, sorry that I don't understand what is the meaning of "The version
resolve problems".
Would you explain more?
Thanks,
Alfred
Alexandre Nshimiyimana wrote:
>
> The version resolve problems
>
>
> Hello,
>> I get this error
>>
>>
>> [ERROR] BU
project?
Thanks,
Fong
>>> "Eric Redmond" <[EMAIL PROTECTED]> 04/10/07 4:17 PM >>>
On 4/10/07, Fong Chan <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> I am having some problems with Maven right now.
>
> Just to give some background. I curr
Hello all,
I am having some problems with Maven right now.
Just to give some background. I currently have installed all of Taverna's (A
workflow management system that uses Maven) classes into the Maven repository
and I am able to use them no problem.
For one of my programs, I would like t
I am using:
MVN Registry
http://www.mvnregistry.com/
On 10/13/06, Christian Goetze <[EMAIL PROTECTED]> wrote:
If this is a stupid question, I apologise in advance...
Given a dependency to a specific set of classes, how do people locate
the jar that provides it, together with the artifact and
Hope this is the right forum to post these questions (the following are
running on a Unix platform):
I'm using maven to build a web application (i.e. to generate a war file). I
have some c/c++ excutables in a directory which need to be packaged in the
WAR file. I've noticed that all the executa
Looking for a better solution
My web application relies on a database laye (which is packaged and
installed as a *.jar file and made available to the web layer at runtime).
In order to copy some of the property files (such as jdbc.properties,
hibernate.cfg.xml, etc) from database layer's
aLocation' attribute
BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Wed Feb 25 13:56:01 PST 2004
Does anybody know why this happens? It should be a valid XML schema document..
Thanks.
Christopher Chan
email: [EMAIL PROTECTED]
work: 650-561-0227
I think I know where the problem is. Basically, if you
execute the reactor Goal in Project A, Project A's
properties overwrites all other definitions. If you
execute in Project B where 'conf.dir' is not defined,
you will get the right behavior. I am going to report
this as a bug in JIRA.
=
Ap
Hi, I am trying to setup a very simple plugin with a
reactor inside. (See Attached Zip file).
When I invoke
maven reactor-test-maven
I got the following output. I have no idea why this is
happening. I am testing against Maven from CVS.
Any help is appreciated.
Charles
Our processing order:
P
Apparently, Maven allows only one definition of a
property in reactor.
Consider the following scenario:
Project A
project.properties
==
conf.dir=/A/conf
Project B
project.properties
==
No definition of conf.dir
My Plugin
plugin.jelly
conf.dir=${co
Hi, I am trying to setup a cactus test for my EJBs.
Problem I have is that I need to setup a EAR file
rather than a WAR file. So, let's say I have a
project: test-ejb that contains the EJB classes.
I cannot easily produce the following three artifacts
in this project:
1. test-ejb.jar (the actual
s will be able to pre and post goal these targets to more
> finely control the build process. You would also be able to point your
> container at this directory for a faster build / compile cycle.
>
>
> Cheers,
>
> Ben
>
>
> Angus Chan wrote:
>
>>I put the cl
sitemesh.jar, which is version 1.5
> Which jar???
> --
> dIon Gillard, Multitask Consulting
> Blog: http://www.freeroller.net/page/dion/Weblog
> Work: http://www.multitask.com.au
>
>
> "Angus Chan" <[EMAIL PROTECTED]> wrote on 27/03/20
I put the class files to webapp/WEB-INF/classes for development.
But when I do war:war the target war file contains duplicate entry for
*.class since it adds both webapp/**/* and target/**/* to the war file.
I think an exclude rule should be
added under to fix this problem
-
Sorry should be 1.5
http://prdownloads.sourceforge.net/opensymphony/sitemesh_1_5.zip?download
>Question http://www.apache.org/~dion/SiteMesh.html
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
JFreeChart 0.9.6 -
http://prdownloads.sourceforge.net/jfreechart/jfreechart-0.9.6.zip?download
JCommon -
http://prdownloads.sourceforge.net/jfreechart/jcommon-0.7.2.zip?download
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
]
Sent: Tuesday, March 18, 2003 4:24 PM
To: Turbine Maven Users List
Subject: Re: reactor and failed projects
On Tue, 2003-03-18 at 16:16, Charles Chan wrote:
> Hi, I am using Reactor to invoke my subprojects
(with
> ignoreFailure=true).
>
> How do I know which projects are success a
Thanks Stéphane.
This is another patch to copy the local overrided jar to WEB-INF/lib from
their overrided
location instead of from repository
Index: plugin.jelly
===
RCS file: /home/cvspublic/maven/src/plugins-build/war/plugin.jelly
sitemesh http://www.opensymphony.com/sitemesh/obtain.html
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi, I am using Reactor to invoke my subprojects (with
ignoreFailure=true).
How do I know which projects are success and which are
failed? I think it used to be that only the successful
ones are added to the ${reactorProjects} variable. Has
this behavior been changed recently?
Thanks,
Charles
___
26 matches
Mail list logo