Hi,
Thanks for your mail.
I didn't get the meaning of SCM provider and connection. Can you kindly
elaborate a bit. It will be very helpful for me.
What I had done was add the lines in POM.xml and run mvn site.
Many Thanks
Shinjan
On 6/8/06, Thorsten Heit <[EMAIL PROTECTED]> wrote:
-BEGI
Hello!
Apparently, maven-native-plugin is not available from the Maven
repository.
What is the status of that project? Is it still active?
Thanks!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
IIRC, the lastUpdated element only gets updated when there were changes
made to the file. So if you keep building the same version of the file
and no new versions are added to the metadata, then the lastupdated
element will not change.
So in your example, the metadata contents have been lik
Roland is right. You can bind your plugin to the test-compile phase,
and your plugin will run LAST during the test-compile phase. So it
would look like your running the plugin after the other test-compile
plugins yet its before the test phase.
^_^
Roland Asmann wrote:
Hi Thomas,
Every
You are right, building B by itself works as expected. That's why I
said "multi-module build" in the subject.
But this is for integration build purposes. I want to build the tip
every time there is a checkin to ensure the system is stable. So I kick
off the build in root and expect everything b
Yes it is possbie, but i'm not sure is it the best-cleanest-purest solution.
If you have self signed certificate, you can "introduce" your cert on system
level like this:
do it with keytool from jdk
$ keytool -import -alias -keystore
should be the ID used in cert creation (with server certi
On Friday, June 9, 2006 07:36, Mike Perham wrote:
> I have a set of modules:
>
> root/
>a/
>b/
>
> Both modules are at version 1.1.2-SNAPSHOT and B depends on version
> 1.1.1 of A.
>
> When I run the root build, it builds A and B and version 1.1.2-SNAPSHOT
> of A is forced upon B. This is
I'm only answering some questions. You can search the user list here
http://www.nabble.com/Maven---Users-f178.html as well as the normal maven 2
places.
You have to do a 'mvn install' to get projects into the repo so the eclipse
projects that depend on it will be able to find it.
When a build fa
Hi
I am trying to add pom.xml over https, but I get an error that the
Certificate is not from a trusted issuer, is it possible to add a
certificate To a list of trusted hosts?
Regards Ole A. Hegle
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus
Hi:
I have spent whole day to try maven2 inside eclipse, its frustrating, and
hard to find document.
Anyhow, I manage to setup all my dependency to work. But I can't setup the
dependency between my projects, I put the dependent project inside
tag, but it failed to find it from repository, and ec
I have a set of modules:
root/
a/
b/
Both modules are at version 1.1.2-SNAPSHOT and B depends on version
1.1.1 of A.
When I run the root build, it builds A and B and version 1.1.2-SNAPSHOT
of A is forced upon B. This is a massive problem for us as it means we
can't do independent developm
Hi all,
is it possible to setup continuum to use some maven proxy (Proximity or
Maven-proxy) for builds?
How to inject binary dependencies not on repo1.maven.org? (for maven i use
Proximity with internal repository)...
All this without tampering the Continuum's local repo
Thanx in advance
OK, thanks, the following worked:
commons-lang
commons-lang
2.1
Alexandre Poitras wrote:
>
> Enums package is there only since version 2.1 (before it was 'enum').
> So just change your dependency version to 2.1 and everything should
> work.
>
> On 6/8/06, namartin
And erase the file you just have installed or Maven won't download it.
On 6/8/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
Enums package is there only since version 2.1 (before it was 'enum').
So just change your dependency version to 2.1 and everything should
work.
On 6/8/06, namartin <[EM
Enums package is there only since version 2.1 (before it was 'enum').
So just change your dependency version to 2.1 and everything should
work.
On 6/8/06, namartin <[EMAIL PROTECTED]> wrote:
I am trying to work out the dependencies of a project that is being converted
to use Maven. The project
I am trying to work out the dependencies of a project that is being converted
to use Maven. The project uses org.apache.commons.lang.enums. When I try
to compile using Maven I get an error saying "package
org.apache.commons.lang.enums does not exist", which seems to indicate that
there is no plu
try the "unpack" mojo in maven-dependency-maven,it works for me.
you will need to build it your self
-dan
On 6/8/06, Adrian Herscu <[EMAIL PROTECTED]> wrote:
Any encouraging news about this issue?...
Brian E. Fox wrote:
> This is a known issue caused by maven reacting differently when run fr
Hi
I am trying to add a maven2 project to continuum by adding pom.xml over
https, but I get an error that the Certificate is not from a trusted issuer,
is it possible to add a certificate / host to a list of trusted hosts?
Regards Ole A. Hegle
--
No virus found in this outgoing message.
Checked
I put them in my local repo with group com.ibm.websphere, artifact like
j2ee and version 6.0.0 since I'm using WebSphere 6.0.0.
Then I built a script to have maven add a shor tlist of interesting jars
into the repo along with a folder containing a few empty poms. I made the
assumption everyone w
Is there a way to do this folks?
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 5:19 PM
To: Maven Users List
Subject: Re: building assemblies from the top level project directory
On 6/8/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> ${basedi
Continuum version: 1.0.2
Os: Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
SVN version: 1.3.0
Language: Java
-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: June 08, 2006 3:12 PM
To: continuum-users@maven.apache.org
Subject: Re: Blame mechanism - disp
On 6/8/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
${basedir} in my assembly descriptor results in this:
Embedded error: E:\work\up-svcs-test\proj\P01\${basedir}\target\lib
isn't a directory.
Should this be working?
Probably not. Sorry, I thought it was something in the pom, such as
the
There should be a way to keep the dependencies intact inside the resulting
assembly, using with the false option.
lib
false
Give that a whirl...it *should* do what you're describing.
-john
On 6/8/06, Brian Bonner <[EMAIL PROTECTED]> wrote:
I've been experimenting with the as
${basedir} in my assembly descriptor results in this:
Embedded error: E:\work\up-svcs-test\proj\P01\${basedir}\target\lib
isn't a directory.
Should this be working?
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 5:01 PM
To: Maven Users
On 6/8/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
2 - run from the top parent pom level and I wind up with an error as it
doesn't understand what target/lib is in relation to the top level
Do you have it defined as ${basedir}/target/lib ?
What are people doing in this situation?
John made
Thanks Wayne and Wendy. I will experiment with both options - multiple
pom.xmls and profiles. I'll post what I find.
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: June 08, 2006 2:21 PM
To: Maven Users List
Subject: Re: How to exclude modules from a build lifecycle
The problem I have when I run this, I have two options -
1 - run from within the child module directory and make sure that all
the modules this child depends on have been jarred and installed into my
local repository.
2 - run from the top parent pom level and I wind up with an error as it
doesn't
I've been experimenting with the assembly plugin and it looks like it
unpacks the dependent jars and creates a large jar with dependencies
built-in into one plugin. Is this the preferred deployment mechanism?
I can see benefits to this--namely tying it to the build and source more easily.
Are t
xml-rpc documentation is there :
http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html
Emmanuel
Chris Wall a écrit :
We'd like to trigger Continuum builds upon developer commits in
Subversion. It sounds like to do so we need to develop an xml-rpc
client.
Has anyone developed a
Normally, the date and the committer is in the changes screen.
Check your logs to see if you have some parsing errors.
What is your os, svn version, language used?
Emmanuel
Chris Wall a écrit :
Right now we're just displaying the list of changes when a build breaks.
How can I configure Continu
Thanks for feedback Chris. I like your versioning convention.
deploy:deploy-file does work, with the caveat and work-around noted in my
original item #2.
Strike my original item #3, I'm not seeing this behavior anymore, though I'm
not sure why.
So, I've got things working, but having to manuall
Right now we're just displaying the list of changes when a build breaks.
How can I configure Continuum to include for each commit the #,
committer, and date? We're using Subversion.
Thanks.
-Chris
___
Notice: This email messa
Any encouraging news about this issue?...
Brian E. Fox wrote:
> This is a known issue caused by maven reacting differently when run from
> a parent. I'll attempt to find a workaround, but IMNSHO, this is a
> defect in maven core.
>
> -Original Message-
> From: news [mailto:[EMAIL PROTECT
Someone before suggested making a sort of internal release. Along those
lines, I do the following:
1. Add my own distributionManagement info to the pom.xml, overriding the
default info from Apache. This way I can deploy it easily to our
internal repository with 'mvn deploy'.
2. Change the version
Is there any to sync files form perforce (and even better - do something
like an rm -rf first?
Historically, we've done such things via ant, but I'm having VERY little
luck calling maven via ant (via the java ant task).
Any suggestions?
For us, it's more the latter - efficient use of the server. We don't
mind if multiple check-ins are built at the same time. Ideally
Continuum builds are executed only when requested. That enables the
server on which Continuum runs to focus on other functions.
A side bonus of a trigger mechanism
I'm struggling with an issue regarding custom-built versions of maven
plugins in the org.apache.maven.plugins groupId. Specifically, I've built a
custom 2.1-SNAPSHOT version of maven-pmd-plugin that includes
http://jira.codehaus.org/browse/MPMD-33. The plugin builds, installs and
runs correctly (o
On 6/8/06, Chris Wall <[EMAIL PROTECTED]> wrote:
In a mutli-level project, is there a way to exclude modules from a
build? Our use case is that we want to minimize build lifecycle time
for developer check-ins by excluding less frequently changed modules.
For our full builds (nightly), we obviou
Mick Knutson wrote:
Has anyone used Maven and XDoclet with TestNG and jdk 1.4.2?
---
Thank You
Mick Knutson
BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com
http://www.djmick.com
---
-
To unsubsc
Others have asked this question and I've not seen any responses, so
I'll assume there is no obvious/built-in way to exclude certain
modules from being built.
Here's a few alternatives I can think of off the top of my head...
1. Use no modules, only dependencies. Build everything independently.
Th
On Jun 7, 2006, at 7:24 AM, Roland Asmann wrote:
Not 100% sure on this, but what if you try to make 2 assemblies
here? the first one for the subsub-modules (inside the subparent)
and the second one with the result of the subparent (=assembly of
subsub-modules) and submodule?
Not sure on how
In a mutli-level project, is there a way to exclude modules from a
build? Our use case is that we want to minimize build lifecycle time
for developer check-ins by excluding less frequently changed modules.
For our full builds (nightly), we obviously want to include all modules.
An example would
I was receiving the same error. The -e option provided no additional output.
When I removed maven-artifact-ant-2.0.4-dep.jar from mvn/lib, I no longer
received the error. The ant artifact jar must contain some older profile
classes. Sorry, but I just don't know exactly what guidelines to use w
Hello Jamie
Thank you for your reply. In the meantime Alexandre helped me to solve the
main problem. I still have some questions please look at the post from
2006-06-08 19:29.
Thanks a lot in advance
Christian
--
View this message in context:
http://www.nabble.com/Maven-2-and-WTP-t1746013.html
This is all theory... Perhaps while writing the docs, someone involved
with Maven development thought it might be useful to have a
src/main/config directory and so it was included in docs, but since it
was never implemented in the code, it is not being used today.
Perhaps file a JIRA bug and requ
Has anyone used Maven and XDoclet with TestNG and jdk 1.4.2?
---
Thank You
Mick Knutson
BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com
http://www.djmick.com
---
-
To unsubscribe, e-mail: [EMAIL
Does somebody have a clue, what's going on here? Can I safely ignore the debug
warning? I have no idea what it is trying to tell me...
Thanks,
Andreas
>-Original Message-
>From: ext
>[EMAIL PROTECTED]
>e.org
>[mailto:[EMAIL PROTECTED]
>en.apache.org]
>Sent: 08 June, 2006 01:09
>To: u
I've seen all the reference information on it as well however Maven 2.X
appears to completely ignore that directory...so I really don't
understand what its real purpose is.
So say I store application configuration files in there...now what?
Maven doesn't read them or treat it as a source directo
Hello Alexandre
That was the missing component for the magic. With the element
war (I put it after the artifactId-element) in the
pom.xml the command mvn eclipse:clean eclipse:eclipse created a WTP project
in eclipse. But it still needed some extra configuration in the files. I had
to set the fol
For what it's worth 2 months later, I thought I'd post my experiance using
maven-proxy. I followed the setup instructions and had no problem with
maven-proxy downloading files from central into the local mirror. However, I
did have an issue with my local artifacts being picked up.
I setup a mi
Alexandre Poitras wrote on Thursday, June 08, 2006 4:12 PM:
> Hi all,
>
> I have a little problem. My pom.xml encoding is set to "ISO-8859-1"
> but each time I run 'mvn package', maven generates an exported pom
> which has a 'UTF-8" encoding. I would like to keep the original
> encoding because E
Try using the deploy plugin instead, and specify the path to your repo
as a file URL via the 'url' parameter (see
http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.htm
l).
-Original Message-
From: SlinnHawkins, Jon (ELS) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 0
Right, M2 doesn't support it yet, but there is an issue open for it -
http://jira.codehaus.org/browse/SUREFIRE-31. I don't know about the
Maven 1 test plugin.
-Original Message-
From: shen kai [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 9:23 PM
To: Maven Users List
Subject:
pls, refer to the link below for more information:
http://jira.codehaus.org/browse/SUREFIRE-31
so, they are planning to have it in the next version of surefire plugin.
BR,
-- Fabiano
On 6/7/06, shen kai <[EMAIL PROTECTED]> wrote:
i think the maven surefire plugin didn't support the junit4
On
I have a src/main/resources/META-INF directory which includes
application.xml, jazn-data.xml, and orion-application.xml.
Those files are included in my EAR in the my.ear!META-INF/ directory.
My app server (Oracle OAS / OC4J) uses those files to configure
security and other j2ee parameters which a
Hello there,
I am able to play around with modules using maven 2 (compile, site etc), but
the main problem that I am experiencing is that when u have a couple of
modules, how to generate documentation sites for many projects and aggregate
them all into one. In fact, I can generate the documentati
Will,
It's my understanding that when communicating with a remote stand-alone JCR
server it must be via a network protocol, e.g., RMI over JRMP or WebDAV.
Wagon has a WebDAV implementation, therefore you should already be able to
use a remote JCR server.
At least that's the impression I get fro
On 6/6/06, Vincent Massol <[EMAIL PROTECTED]> wrote:
I don't believe it's currently possible within the same build module.
We started discussing it on
http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies
Been there. :) Though it seems to have moved to MNG-1381 and
http:
I shouls read a little better before I answer questions... Forget my reply
please! :-$
Roland
On Thursday 08 June 2006 17:19, Roland Asmann wrote:
> Hard to believe that has worked before... If the modules are BELOW the
> parent (as you 'drew' it), then do NOT use '../', but just use the names
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
> I have tried with that. by giving the groupid and artofactid as jcoverage
> but it throws an null pointer exception while I run mvn site.
Have you tried to run "mvn -e -X ..."? Perhaps you just didn't specify
some values such as SCM provider an
Hard to believe that has worked before... If the modules are BELOW the parent
(as you 'drew' it), then do NOT use '../',
but just use the names. If the modules are NEXT TO the parent, THEN you MUST
use the '../'.
Roland
On Thursday 08 June 2006 16:48, Lee Meador wrote:
> I have my projects se
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
I've wondered about this too.
Kris
Wayne Fay wrote:
What version of Maven?
What "config" directory?
Where did you read about this config directory etc?
Wayne
On 6/8/06, [EMAIL PROTECTED] <[EMAIL
if somebody volunteers to do it it could be good, but nobody thought
about it yet
On 6/8/06, William Kinney <[EMAIL PROTECTED]> wrote:
Are there any plans to integrate or support jackrabbit for build
repositories? Is there a general consensus on how good/useful jackrabbit
is?
Will
---
Hi,
I have tried with that. by giving the groupid and artofactid as jcoverage
but it throws an null pointer exception while I run mvn site.
Kindly advise
Thanks
Utpal
On 6/8/06, Thorsten Heit <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
> Hi,
> Can anyone k
Found a reference to src/main/config in the Better Builds with Maven
book (pg 273):
src/main/config/
Standard location for application configuration files.
So I guess you'd use that directory for application configuration
files. But I have never personally used it, as of this point.
Wayne
On 6
What version of Maven?
What "config" directory?
Where did you read about this config directory etc?
Wayne
On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Can someone tell me or give me an example of what the config directory
is actually used for?
I can't seem to figure out a reasona
Are there any plans to integrate or support jackrabbit for build
repositories? Is there a general consensus on how good/useful jackrabbit
is?
Will
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
> Hi,
> Can anyone kindly tell me how to integrate jcoverage with maven 2 ?
>
> I have added the following in the section under in
> POM.xml
>
>
> org.apache.maven.plugins
> maven-jcoverage-plugin
>
>
> It's throwing an except
Hi,
Can anyone kindly tell me how to integrate jcoverage with maven 2 ?
I have added the following in the section under in
POM.xml
org.apache.maven.plugins
maven-jcoverage-plugin
It's throwing an exception telling that it can't find the plugin.
"The plugin 'org.apache.maven.pl
I have my projects set up in folders all within my base folder.
The parent of all the projects uses ../child1 and so forth in the
definitions.
Here is the "picture"
root
+ parent
+ child1
+ child2
+ child3
Normally, I build by going to the root and doing "mvn -f parent/pom.xml
install". This
Any ideas what this error means? This is occurring when I load a parent
POM to a inhouse SNAPSHOT repository and have my subproject (modules)
attempt to retrieve them via -U cmd.
[WARNING] repository metadata for: 'snapshot
west-commons:west-commons:2.0-SNAPSHOT' could not be retrieved from
re
I think there is already one, but im not sure. But if it doesnt exist
then feel free to file an issue :)
-allan
Wim Deblauwe wrote:
Thanks! Do you want me to file a jira to include this into the site
documentation?
regards,
Wim
2006/6/8, Allan Ramirez <[EMAIL PROTECTED]>:
configure the pl
Hi All,
why the 20060607143308 column in
maven-metadata.xml is not getting updated everytime i do build, the
snippet i placed here is built on today(june8th) eventhough the timestamp
of maven-metadata.xml has the right right timestamp(i.e june-8th) the
entry inside of maven-metadata.xml is nev
Thanks for your suggestions.
help:effective-pom gives the same error, "dependencies.dependency.version is
missing", as just trying to build. (say, mvn install).
I see what you are saying about something wrong with the section.
Other children have the same section as the problem child. I even
w
When I moved the dependencies to be only under the durefire plugin, the
[compiler:testCompile] goal failed with compile errors, so I left them both at
the top level of the POM, and added them as dependencies to the surefire
plugin. I figure that can't hurt. Alas, the result is the same as
Something I would try would be adding those as dependencies to the surefire
plugin.
HTH
- Original Message -
From: "Brown, Charles" <[EMAIL PROTECTED]>
To: "Maven Users List" ; "Maven Users List"
Sent: Thursday, June 08, 2006 3:09 PM
Subject: RE: Using 3rd party jar with surefire
Hi all,
I have a little problem. My pom.xml encoding is set to "ISO-8859-1"
but each time I run 'mvn package', maven generates an exported pom
which has a 'UTF-8" encoding. I would like to keep the original
encoding because Eclipse complains about bad characters in the
generated xml file. Any ide
Yes, but I also add the parasoft jtest and junit jars, and the junit-addons,
as below;
junit
junit
3.8.1
test
parasoft.com
jtest
7.5.43
test
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Charles,
> We use Parasoft JTest to generate JUnit based unit tests. Afterward,
> I am able to run them in eclipse using "Run As -> JUnit Test", and
> they work fine. So, I think I should be able to run them using
> surefire, as long as I have th
Aren't you describing the Plugin Report pages? For example,
http://maven.apache.org/plugins/maven-eclipse-plugin/plugin-info.html
http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html
Or a report plugin which will consolidate (and I assume index) these?
Kris Bravo
http://www.cor
Hi Shinjan,
I'm afraid I don't know about jcoverage, sorry..
Kierna
- Original Message -
From: "shinjan sen" <[EMAIL PROTECTED]>
To: "Maven Users List"
Sent: Thursday, June 08, 2006 2:27 PM
Subject: Re: Errors in adding cruisecontrol plugin
Hi,
Thanks for the help.
I have a similar
I am just trying Maven2 for the first time.
I have added the following to my POM
maven-surefire-plugin
maven-clover-plugin
and then did "mvn site", but I do not seem to generate the reports.
I took these instructions from "Get the most out of Maven 2
I'd recommend using your existing Swing UI via the webstart plugin. You
already have a view built, may as well re-use it.
Kris Bravo
www.Corridor-software.us
-Original Message-
From: Dane Summers [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 8:49 AM
To: users@maven.apache.org
All,
We use Parasoft JTest to generate JUnit based unit tests. Afterward, I am
able to run them in eclipse using "Run As -> JUnit Test", and they work fine.
So, I think I should be able to run them using surefire, as long as I have the
parasoft jars on the classpath, but I get the errors
On 6/7/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
By the way, when I speak about the Eclipse Maven plugin, I am speaking
about this one http://maven.apache.org/eclipse-plugin.html. I guess in
the future, there is going to be a more complete Maven builder
included.
On 6/7/06, Alexandre Poi
Your assembly descriptor dep.xml should include your scripts directory
as a fileset:
src/bin
/bin
Kris Bravo
http://www.corridor-software.us
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Friday, June 02, 2006 5:04 PM
To: Maven Users List
Su
Hi,
Thanks for the help.
I have a similar situation with the jcoverage plugin also.
I am trying to use
org.apache.maven.plugins
maven-jcoverage-plugin
which leads to an exception. Can you kindly tell me whether this plugin has
been discontinued for maven 2?
Many Thanks
Shinjan
On 6/8/06, Kieran
There is no CruiseControl plugin for Maven2 AFAIK, only for maven1.
You can just point your CC config.xml at a pom.xml and it will build it:
...
- Original Message -
From: "shinjan sen" <[EMAIL PROTECTED]>
To:
Sent: Thursday, June 08, 2006 1:53 PM
Subject: Errors in adding crui
Can someone tell me or give me an example of what the config directory
is actually used for?
I can't seem to figure out a reasonable use for this directory. Maven
doesn't actually appear to do anything with this dir. It doesn't end up
on the classpath that I can tell, packaging and assemblie
OK, I'll throw in my 2 cents worth. It's an idea I had for an ideal
world.
Invent a configuration section for plugin POMs that contains the
configuration options for the plugin including possible values that can
be set for each and a short description.
Then you can run a batch job that compiles a
Hello,
I'm trying to decide what webapp solution to use for program I have
integrated with maven2. Any ideas which solutions work particularly
well, or don't work particularly well? Slight reward for a workable
solution.
Thanks,
Dane Summers
http://guruza.com/question/84/reward-20.00
-
Hi,
Can anyone kindly tell me how to integrate cruise control with maven2 ?
I have added the following in the section under in
POM.xml
org.apache.maven.plugins
maven-cruisecontrol-plugin
It's throwing an exception telling that it can't find the plugin.
"The plugin 'org.apache.
You can upload also the checksums of the jars, so that will work. we
should do that for Sun jars.
On 6/8/06, Tomasz Pik <[EMAIL PROTECTED]> wrote:
On 6/8/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:
> That is interesting...how does one then utilize POMs like that once in a
> remote repo, with the
Hi,
If you want to bootsrap log4j, you'll need to put it in the root of a
JAR file included in your EAR.
EAR is just an "artifacts container", i.e. it just contains librarries
(ejb, jar, etc). Adding single resources file is not forseen (even if
app server have custom solutions such as the APP-I
Nice.
If you have ideas to improve the docs, let us know.
s/
On 6/7/06, Stefan Arentz <[EMAIL PROTECTED]> wrote:
On 6/7/06, Roland Asmann <[EMAIL PROTECTED]> wrote:
> There's an ??? I haven't used ejb-client so far (only ejb),
but at least I wasn't that far off! ;-)
:-)
A beer if you can fi
You don't need to configure it to be included in the application.xml
since it's an ejb-client. Declaring it as a dependency is enough.
http://maven.apache.org/plugins/maven-ear-plugin/howto.html
s/
On 6/7/06, Stefan Arentz <[EMAIL PROTECTED]> wrote:
On 6/7/06, Roland Asmann <[EMAIL PROTECTED]>
Forget about wtpversion, I didn't see it was already set in your pom file.
On 6/8/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
If you want a web project, add 'war' just after
''. Also be sure to run 'mvn eclise:eclipse
-Dwtpversion=1.0'. If you don't specify the wtpversion, Maven just
create
If you want a web project, add 'war' just after
''. Also be sure to run 'mvn eclise:eclipse
-Dwtpversion=1.0'. If you don't specify the wtpversion, Maven just
create a regular Eclipse project and not a web project.
On 6/8/06, giacumbert <[EMAIL PROTECTED]> wrote:
Hello Alexandre
I tried to con
On 6/8/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:
That is interesting...how does one then utilize POMs like that once in a
remote repo, with the jars in my own proxy or local repo?
Somebody, who wants to work on your project will know, where to
go to download jars and how to name them so (s)he
Thanks Adam,
I have downloaded some jars after trying out with various versions but I am
getting a null pointer exception : java.lang.NullPointerException at
org.apache.maven.plugin.DefaultPluginManager.addPlugin(
DefaultPluginManager.java:292) ... [Stacktrace follows]
I am using the following P
1 - 100 of 115 matches
Mail list logo