Is it possible to disable a plugin which is bounded to a phase. I want to
exhange the default maven-war-plugin with my own. But if I keep the
packaging type to war in de pom.xml the maven-war-plugin from apache is
always run!
--
View this message in context:
http://www.nabble.com/Disable-a-phase-
Thanks for the detailed answer. Renaming the cobertura plugin seems a
good id, I will try this quickly. About overriding central, is it not
better to mirror it with the internal repo ?
Regards,
--
Arnaud Bailly, Dr. - Ingénieur de Recherche
NORSYS
1, rue de la Cense des Raines
ZAC du Moulin
5
Hi Everyone,
I have following directory structure
ProjectFolder
- META-INF
- com directory (with java code)
- sample.xml
- pom.xml
- xsd-includes directory
- test.properties
- sampleXSD.xsd
- samplewsdl.wsdl
How do configure the resources in pom.xml so that it package th
Weird ! I didn't receive the 2.0.3 notification on any maven list ??
- Original Message -
From: "Piéroni Raphaël" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, March 29, 2006 3:06 AM
Subject: Re: [ANN] Maven 2.0.3 Release
Many Thanks John.
2006/3/28, John Casey <[EMAIL PROTECTED]>:
Hi,
I'm using maven on a number of different projects. These projects all
generate websites containing reports generated by the checkstyle, pmd, and
jdepend report plugins. The checkstyle and pmd plugins reference config
files that are tailored to my organisations coding standards. At the moment
e
Please post your pom to see the error
On 3/29/06, Stefan Fritz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm running maven 2.0.3.
> I have created a new project and wanted to enable eclipse support with
> eclipse:eclispe but I get the following error:
>
> C:\dev\trunk\connect>mvn -e eclipse:eclipse
> +
Dan, an it test would be great if you have an example that behaves
different on 2.0.2 and 2.0.3
On 3/30/06, dan tran <[EMAIL PROTECTED]> wrote:
> you are right about mkdir, how ever
>
> my surefire configuration the usage of ${project.build.directory}, so this
> issue is valid
>
> I am sure this
Of course if you don't fork it won't work.
On 3/30/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
> I just tried using this method except with
> 1.4 and without true since
> javac fails if I use fork (probably due to
> http://jira.codehaus.org/browse/MCOMPILER-22).
>
> It doesn't work. I'm still get
Hi everyone,
Bit of a problem. There's a workaround, but the workaround is
precisely the problem. Here goes…
mvn eclipse:eclipse requires that I install my local projects before
it will generate the .project and .classpath files for Eclipse. This
makes total sense for external dependencie
Everyone,
How can one create a repository (metadata.xml) and a dependency element
in a project pom.xml for a native resources, such as SQLLite? So far,
my google skills have brought me to plugins which compile native (jni)
projects, but not how to set up binary compiled jni resources for use in
a
I looked through the archives and didn't find a satisfactory answer
to this question.
We have an ant build script (and no POM) that we use to build our
webapp. We have a single block:
version="1.0.2" scope="run
Is this a bug?
It seems that the ant task (2.0.2) is choosing collections 2.1, and
then later deciding to use 2.0:
unspecified:unspecified:jar:0.0 (selected)
struts:struts:jar:1.2.7 (selected)
commons-validator:commons-validator:jar:1.1.4 (selected)
commons-digester:commons-digester
Oh duh, I can see that easily now. Thank you Mike. Looks like it does not
support specifying the user id. Need to find a way to have the build set
P4USER from a property setting for the run...
Thanks again for your reply.
-Original Message-
From: Mike Perham [mailto:[EMAIL PROTECTED]
I'm trying to use FTP for site deployment, but get an exception.
Is FTP supported, for site upload?
C:\temp\nnn>mvn -e site:deploy
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'site'.
[INFO]
-
I am able to create .har files with a plugin I create; however, when I add
the artifact as a dependency java cannot find the classes in the har file. I
added type=har to the dependency but it seems that java is not loading the
har into classpath.
Thanks,
Ronny
--
View this message in context:
ht
Thanks for that. I even tried editing the DEFAULT_SCHEDULE changing the Cron
field but I don't know if that counts as a custom one. I'll be waiting for
1.0.3.
Thanks again!
On 3/29/06, dan tran <[EMAIL PROTECTED]> wrote:
>
> the is a bug in 1.0.2 that ignores user's custom schedule. Wait a few
the is a bug in 1.0.2 that ignores user's custom schedule. Wait a few more
days to get 1.0.3
or test out with 1.0.3 RC
-D
On 3/29/06, Carlos Henriquez <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I'm trying to do a building through scheduling but i'm having troubles
> checking out. I've got the f
Thanks to all for your input. I was able to get the multiple project build
working. One key element I was missing was the tag in my child
project poms. one thing to note here is that when you add the
nodes to the pom you need to run a "mvn install" on the parent project.
Otherwise, I was havin
Hello,
I'm trying to do a building through scheduling but i'm having troubles
checking out. I've got the following log
INFO | jvm 1| 2006/03/29 17:23:00 | 2006-03-29 17:23:00,054
[scheduler1_Worker-0] INFO Continuum - Enqueuing
'Transacciones Basicas' (Build definition
Jeff, your changelog plugin is not using Maven SCM. It's using its own
Perforce code. You might dig into the changelog plugin code to see if
there is a solution to your problem - I'm not familiar with that
codebase.
-Original Message-
From: Jeff Jensen [mailto:[EMAIL PROTECTED]
Sent: Tu
2 reasons:
1. Imagine *fun* IT society in open space... You just cannot get out
from your desk without locking the desktop :) If you happened to left
console unlocked, you would be jeopardized by prank makers. And you
can call yourself lucky if they only sent couple of e-mails from your
box:] What
On Mar 29, 2006, at 3:40 PM, Alex Shneyderman wrote:
On 3/29/06, Gordon Henriksen <[EMAIL PROTECTED]> wrote:
Even if I properly escape spaces in a path at the shell level,
Maven seems to attempt to re-tokenize the command parameters. For
instance, on Unix, the following seems as if it shoul
should not it be like this:
mvn compile -Dfoo="bar baz"
?
On 3/29/06, Gordon Henriksen <[EMAIL PROTECTED]> wrote:
> Even if I properly escape spaces in a path at the shell level, Maven
> seems to attempt to re-tokenize the command parameters. For instance,
> on Unix, the following seems as if it
Oh great, didn't know that ;) Sometimes the answer is just too simple...
On 3/29/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote:
> Would not this work?
>
> Project pom
>
> components/Comp1
> ...
> components/CompN
>
> I have tried it, and it worked.
>
> /Konstantin
>
> On 3/29/06, Wayne Fay <[E
Even if I properly escape spaces in a path at the shell level, Maven
seems to attempt to re-tokenize the command parameters. For instance,
on Unix, the following seems as if it should run the compile goal
with a "foo" parameter valued "bar baz":
$ mvn compile "-Dfoo=bar baz"
But in fac
On 29 Mar 2006, at 13:35, Emmanuel Venisse wrote:
You can use the assembly plugin (http://maven.apache.org/guides/
mini/guide-assemblies.html), it will be the best solution.
The preferred format is what you want ;-) (zip, tar, tar.gz,
tar.bz2, jar...)
Emmanuel
Many thanks for this reply.
Hi Everyone,
I received this message in my build report of continuum. When does this
warning happen ? Is something wrong with my configuration. Can we
just ignore this warning.
[WARNING] Component returned which is not the same manager. Ignored.
[EMAIL PROTECTED]
--
-Gautham Pamu
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Having developed a new archetype for developers to use internally to build
> adaptors, I am also providing them with a pre-configured maven-2.0.2
> installation that contains a profile (activated by default - see below
> section from
> se
I don't have an answer, but I do have a question: I've seen this
"bootstrap" situation w/ internal repo's discussed before, and my
solution was to use a "common" (or "bootstrap") parent pom as the parent
for all our project poms. For example:
ParentPom:
...
org.mine
pomCommon
pom
Would not this work?
Project pom
components/Comp1
...
components/CompN
I have tried it, and it worked.
/Konstantin
On 3/29/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
>
> Realize that if you go this route, you won't be able to go to the top
> parent directory and issue a single "mvn install" type
your first url is correct, but i don't think the second is.
file protocol works only if you allow it in apps/continuum/conf/application.xml
You must restart continuum after the modification because the conf is loaded at
startup.
I use every day file protocol with url similar to your first for c
I tried giving it something similar to Mark suggested:
file:///C:/path/to/pom/pom.xml
I also tried several other formats:
//path/to/pom/pom.xml
file:/path/to/pom/pom.xml
and several other that I can't even think of right now.
It always says "You must provide a valid URL"
On 3/29/06, Emmanu
I don't understand what's happen. If your projects list is empty, you can stop continuum and delete
database directory in apps/continuum.
After the delete, if you add your project and you get always "Shoping-Modules", it's something wrong
in your pom
Emmanuel
[EMAIL PROTECTED] a écrit :
in
Realize that if you go this route, you won't be able to go to the top
parent directory and issue a single "mvn install" type of command to
build and package each module in turn and install into your local
repo.
But if you simply want to share the parent pom for
dependencyManagement and other gener
Depends of what you want.
If you want a multi-modules project then I think the answer is no.
If you want to have a common parent pom, there is no problem, you can
put it wherever you want. Just don't declare any modules in your pom.
On 3/29/06, Dario Luis Coneglian Oliveros <[EMAIL PROTECTED]> wro
Hi there,
Does anybody know if there's a way to create a multiproject by having
its modules in a different directory depth level ?
AFAIK, when setting up a multiproject, its respective modules must be
placed under it as subdirectories.
I would like to have something as follows:
+ Project
Hi guys!
I have the same trouble after adding
org.apache.maven.plugins
maven-surefire-plugin
once|pertest
${JAVA_HOME_1-5}\bin\java.exe
forkMode parameter.
I need to add this plugi
in my old project i had my group name as "Shoping-Modules"
then i deleted all those projects everything clear
then added a new maven2 project which has it pom as
Root
Credit
Credit Module
when i added this project in my continuum Group name i still see it as
"Shoping-Mo
I am starting to try to use the release plugin to do releases, and I am
finding a problem. I'm not sure if this is a bug with the release
plugin, some other part of Maven 2.0.3, or just a bad POM.
My original POM defined the deployment repository as:
theid
thename
file:///the/url
tr
Like many other posts on this mailing list, I'm currently struggling to get
my internal remote repository working correctly.
Having developed a new archetype for developers to use internally to build
adaptors, I am also providing them with a pre-configured maven-2.0.2
installation
that contains a
I'm working on a CruiseControl SourceControl plugin for Maven2 Snapshots
using the Embedder.
First, apologies for mis-named api methods in the following description,
but I'm writing from foggy memory.
I can read the list of PluginDependencies using the MavenProject. I'd
like to build a full list
I just tried using this method except with
1.4 and without true since
javac fails if I use fork (probably due to
http://jira.codehaus.org/browse/MCOMPILER-22).
It doesn't work. I'm still getting the "java.lang.NoSuchMethodError:
java.math.BigDecimal: method (I)V not found" exception, meaning
you are right about mkdir, how ever
my surefire configuration the usage of ${project.build.directory}, so this
issue is valid
I am sure this issue will hit other usages
-D
On 3/29/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>
> ${project.build.directory} works fine, it's only the echo res
I'll agree it could/should/would be nice if Maven would support it in
the future.
Open a Jira enhancement and I'm sure it will be addressed at some point.
Wayne
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Wayne,
>Thanks for your reply. I agree is not painful in anyway, m
This is exactly correct.
If you want to build and package *only* your submodule, then Maven
needs to have the other dependencies already installed in your local
repo... it won't go find them, build, and use them even if they share
a parent.
This will work if executed from the top/parent pom. Then
Never seen anyone ask about this before so if you've looked and can't
find any info about this, I'd say its probably not supported. Check
the source code. If you add this "feature" yourself, please contribute
the patch back, in case someone else wants this same functionality.
Not really sure why y
I could be wrong, but I believe that's just a WARNING... It will still
use the dependency, just ignores the v3 pom.
I've seen that on a couple projects I'm involved in and it never broke
the build, so I believe the dependencies must be consumed/used during
the build process (or else it would throw
Sure, just grab the Checkstyle plugin source code and hack away until
you're happy with the ouput...
Wayne
On 3/29/06, SiD <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is it possible to modify the checkstyle model result file
> (target/site/checkstyle.html) generated by checkstyle when i do "mvn sit
A while back I stated that I was going to be removing this plugin from the
mojo project as all functionality of it has been replaced by the
axistools-maven-plugin.
the time has come I think where I'll be removing it from the mojo project
soon so I wanted to send out one last mail explaining that :
I have FTP download (depends) and upload (deploy) working. /Thanks
However, here's next problem: Is FTP supported for site:deploy?
[INFO] [site:deploy]
[INFO] Wagon protocol 'ftp' doesn't support directory copying
Am I missing some additional setups?
(I have distributionManagement/site config
Hi there,
I have notice another email to the mailing list that is very similar to
yours. The email is titled
"Creating an ear file"
I put some links on a reply to help getting started.
I was wondering if it is best to join this email and then questions might be
answered in 1 space.
Trent
On
Reading plexus-compiler-javac source I discoverd
1.3 was the problem :
This property seems to force the javac version, and 1.3 doesn't support
-source option
Nicolas De Loof a écrit :
I've set debug on and it seems source is correclty set for
compiler-plugin. Maybe a plexus-compiler-jav
Hi there Gerard,
Yes the same result can be achived within Maven. I have found the best way
to work with this would be to setup a multi project structure.
my-root-proj
-pom.xml
-my-ear-proj
--standard folder structure
--pom.xml, (EAR output)
-my-web-proj
--standard folder structure
--pom.xml, (
Thanks Gareth.
It sounds as if Maven doesn't have the ability to determine and resolve
inter-project dependencies when packaging a child.
If a sub-module-A has a dependency on a module-B and module-B isn't
package, Maven will not package module-B prior to packaging
sub-module-A. Again, this is i
I've set debug on and it seems source is correclty set for
compiler-plugin. Maybe a plexus-compiler-javac bug ?
It may be interesting to get the full compiler process command line in
debug.
[DEBUG] (f) compilerId = javac
[DEBUG] (f) compilerVersion = 1.3
[DEBUG] (f) debug = true
[DEBU
Hello,
I've setup maven-compiler-plugin to be 1.3 compliant :
org.apache.maven.plugins
maven-compiler-plugin
1.3
1.3
1.3
Running maven using JDK 1.5 I get :
"Failure executing javac, but could not parse the error:
javac: tar
What is the the name in your pom and what is the group name that appears in
summary?
Emmanuel
[EMAIL PROTECTED] a écrit :
Thanks for your reply,
But i deleted all the project was there in continuum and restarted the
continuum then added a new project as fresh, but still it taking group
nam
Thanks for your reply,
But i deleted all the project was there in continuum and restarted the
continuum then added a new project as fresh, but still it taking group
name from whatever i deleted
Thanks,
Raghu
Emmanuel Venisse <[EMAIL PROTECTED]>
03/29/2006 01:35 AM
Please respond to
Hello,
install plugin will achieve it.
Please see
http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html
you run command
maven -e -X install:installfile -DartifactId=yourownjar.jar
-DgroupId=yourgroupId (eg com.company.project) -DgeneratePom=TRUE
-Dpackaging=jar -Dversion=your
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
> I am working on multiple projects. I need to use our own jars as a
> dependencies. Could you please let me know, How can I use our own
> jars as dependencies in my local repository...?
http://maven.apache.org/guides/mini/guide-deploying-3rd-par
Hi,
I am working on multiple projects. I need to use our own jars as a
dependencies. Could you please let me know, How can I use our own jars as
dependencies in my local repository...?
Thanks & Regards
Raju
Hi all,
Is it possible to modify the checkstyle model result file
(target/site/checkstyle.html) generated by checkstyle when i do "mvn site" ?
I want just to simplify it to make a summary ...
Thanks.
Hi,
is there any way to use maven1 dependencies with m2? Specifically, I (i.e. my
plugin) would like to depend on:
https://maven-repository.dev.java.net/nonav/repository/javanettasks/poms/
but when I try to do so, mvn is obviously complaining:
[INFO] Using default encoding to copy filtered
Wayne,
Thanks for your reply. I agree is not painful in anyway, my
point is, its something that could easily be managed by Maven as many
other parts of my build process are. I'll look to see if there is a
JIRA report opened yet.
Thanks again,
Brian
-Original Message-
From: Wayn
>> It is supported but there some *undocumented* steps to perform,
Will it be documented?
>> I can give you the complete listing
Yes, please!
I have copied wagon-ftp-1.0-alpha-6.jar into the maven\lib, but I guess its
transitive depend set need to be there as well?
/Jens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Stefan,
> My pom is valid and has no duplicate tags! Seems to be a problem with
> plexus.
> Any inpput welcome! ;-)
Hm, strange, on my machine everything works fine as it did with Maven
2.0.2. Before I restarted a new full build of my project, I c
Hi all,
I also tried to setup a company repsitory the same way Khin tried and
encountered exactly the same problems.
I then followed Alexandre's advice and installed and configured the
Maven-Standalone-Proxy (maven-proxy-standalone-0.2-app.jar). After deleting
my local repo and starting the proxy
You can keep the database and eventually working-directory/build-outputdirectory
- install 1.0.3
- copy your database directory under apps/continuum
- configure eventually apps/continuum/conf/application.xml if you have modified
it in 1.0.2
- start continuum 1.0.3
These steps keep working-direc
Rob Dickens a écrit :
Dear Maven Users,
My project contains three sub-projects as follows:
mylib
|
+-mylib-core (jar packaging)
|
+-mylib-demo (jar packaging)
|
+-mylib-dist (jar packaging)
I want the last sub-project to produce a jar-file containing the
following:
index.html
demo.html
d
Dear Maven Users,
My project contains three sub-projects as follows:
mylib
|
+-mylib-core (jar packaging)
|
+-mylib-demo (jar packaging)
|
+-mylib-dist (jar packaging)
I want the last sub-project to produce a jar-file containing the
following:
index.html
demo.html
demo.jnlp
juice-core-.jar
Hi,
I'm running maven 2.0.3.
I have created a new project and wanted to enable eclipse support with
eclipse:eclispe but I get the following error:
C:\dev\trunk\connect>mvn -e eclipse:eclipse
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
Hi Emmanuel,
To upgrade rom 1.0.2 to 1.0.3 do I need to uninstall 1.0.2 and reinstall
1.0.3 and configure it again or is it possible to retain the configuration ?
Thanks
Gautham Pamu
On 3/29/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>
> 1.0.3 will be release in few days, i don't know exact
I'm using eclipse source-download facility and it's great to get sources
or javadoc attached in Eclipse classpath.
Now my project uses oracle JDBC driver and some IBM classes, and I would
like to mark those dependencies so that eclipse plugin doesn't try to
get sources : it checks ibiblio an
Hi Everyone,
I need to build eclipse plugins, are there any existing plugins for it which
simplies this task. Usually eclipse plugins has dependencies on many jars
packaged in the eclipse plugins, so do I need to deploy these jars in my
local/remote repository ? Is there simpler way to define the
Dennis,
When you want to package something in the jar this can be done using
the tags provided in your project.xml (assuming u use maven 1.x) i
guess there must be something similair in maven 2
...
jar file description needed
...
Regards,
Alex
On 3/29/06, Simon Kitch
You can use m2 scm plugin for each your project to checkout
mvn -DconnectionUrl=scm:cvs:... -DcheckoutDirectory=/file/BRANCH001/project001_version_2.0.0
scm:checkout
Emmanuel
SiD a écrit :
Hi all,
I have to run, each day, formating and ckecking source code errors for all
my projects. To d
If what you want is simply coherence in release version, use maven
multiproject.
You can have the 2 sub projects (api and core) inherit the version of
parent project :)
You can even have core depende on api with same version
I have the case here with a realm-impl and a realm-api, here is the api
de
Hi,
I think it's better using relative path, or a property variable in
settings.xml
Thanks,
--
Qiang Wang [Kevin]
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu
Sent: 2006年3月20日 4:01
To: users@maven.apache
Hi all,
I have to run, each day, formating and ckecking source code errors for all
my projects. To do that i will use Maven (and Jalopy, and Checkstyle) but
the problem is that i have to ckeckout au-to-ma-ti-ca-ly all my lastest
projects in all my branches on my cvs server.
I have :
BRANCH001 --
On Wed, 2006-03-29 at 13:32 +0200, Dennis Kempin wrote:
> Hello,
>
> I just discovered maven and I am really impressed by this project!
> To migrate my project to maven I am searching for a way to create two jar
> files in one project.
>
> I would like to have a "./src/main/api" folder besides
Hello,
We have been working with Maven and CruiseControl for several years.
We are testing m2 and CruiseControl 2.4.1. In the config.xml
(CruiseControl's configuration file) we are using the 'maven2' element
and its 'goal' attribute with the following value:
'clean scm:update | package site tom
Arnoud,
Thank you for the reply. I did not receive mail in my mailbox so i
switched to gmail. I hope to reply in the same thread next time.
I set the property
maven.junit.fork=true
I also tried without forking
Earlier, the junit report showed an error concerning something to do
with xmltransform
On 3/29/06, Dennis Kempin <[EMAIL PROTECTED]> wrote:
> I would like to have a "./src/main/api" folder besides "./src/main/java"
> and pack them into two different jars, to provide a single jar that only
> contains the API that is needed to use my library.
Typically you would create a parent proje
Hello,
I just discovered maven and I am really impressed by this project!
To migrate my project to maven I am searching for a way to create two jar
files in one project.
I would like to have a "./src/main/api" folder besides "./src/main/java"
and pack them into two different jars, to provid
It is supported but there some *undocumented* steps to perform, ie
copying some libs in maven\lib directory. I can give you the complete
listing in like two hours once I am at my job.
On 3/29/06, Jens Riboe <[EMAIL PROTECTED]> wrote:
> I have succeed with FTP upload (deploy), but was surprised to
I have succeed with FTP upload (deploy), but was surprised to find out
that FTP download (repo/depends) failed.
[WARNING] repository metadata for: 'artifact
org.apache.maven.wagon:wagon-ftp' could not be retrieved from
repository: myFTPsite due to an error: Unsupported Protocol: 'ftp':
Cannot find
Hello,
I've been asked to convert a project over to Maven. Currently the
project uses ant. When it is built first it builds a number of jars and
then these jars are included in the final ear file.
How can the same result be achieved in Maven?
Thanks very much,
Ger
1.0.3 will be release in few days, i don't know exactly when.
This fix is included in 1.0.3. You ca&n configure it in application.xml (alwaysSend parameter in
each notifiers)
It isn't possible to use it in 1.0.2
Emmanuel
Gautham Pamu a écrit :
Hi Everyone,
http://jira.codehaus.org/browse/CONT
Hi Everyone,
http://jira.codehaus.org/browse/CONTINUUM-446?page=comments#action_57203
When are they releasing continuum 1.0.3. Will this fix be included in 1.0.3.
For 1.0.2, do we need to follow the above instructions
to have this feature.
--
-Gautham Pamu
Hi,
the attached project produces the following error message:
Could not create task or type of type: antlib:org.apache.maven.artifact.ant:pom.
It's a simple project. The project should only demonstrate my problem.
It seems that maven-plugin-plugin can't find org.apache although
maven-artifac
How to set up maven 2 proxy password not in plain text (currently it
is configured in settings.xml)?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Dear Maven Users,
I am using our own jars as dependencies in my pom.xml. In this task,
I used command line options as
set -Dversion=1.0
set -Dartifactid=struts
set -DgroupId=localjars
set -Dpackaging=jar -Dgeneratepom=true
and I created my own jar directory structure as
C:\Documen
Did you take a look at the reports in target/test-reports ?
Do you fork your tests ?
Arnaud
On 3/29/06, Brussee, Alex <[EMAIL PROTECTED]> wrote:
>
>
> Hello maven gurus,
>
> I am trying to solve a problem concerning my maven junit test.
> They work fine in eclipse, they compile both in eclipse an
${project.build.directory} works fine, it's only the echo result that's strange.
Add this after the echo :
and create a child project of your pom with the same plugin execution, and your see that it create
two txt files in correct directories (parent/target an
Hello maven gurus,
I am trying to solve a problem concerning my maven junit test.
They work fine in eclipse, they compile both in eclipse and with maven.
They all FAIL in maven (while they succeed in eclipse)
I get the next error:
[junit] java.lang.ClassNotFoundException: null
my dir structure
OK, wierd problem with my Continuum setup that hopefully someone can help me
with. I've tried with both 1.0.2 and the 1.0.3 RC with no luck.
I've unzipped the application, installed the service (running on windows, BTW),
and done the minimal config (admin user, directories, etc.). All I've chan
it0088 test ${project.build.directory} and it works fine
Emmanuel
dan tran a écrit :
http://jira.codehaus.org/browse/MNG-2186
On 3/28/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
Confirmed :(
2.0.3 = project.build.directory:target
2.0.2 = project.build.directory:C:\Documents and
Settings\c
Hi there maven-gurus !
I really hope someone can help me on this one:
I am trying to run some tests, I keep getting :
[junit] java.lang.ClassNotFoundException: null
As a result, all my tests fail
This is where my tests are located:
${basedir}/../testdir/src
I prefer com.sun, if they want to mantain a repo I'm ok with them
relocating it ;)
On 3/29/06, dan tran <[EMAIL PROTECTED]> wrote:
> wonder if it makes more sense to name the group com.sun.jre?
>
> -D
>
>
> On 3/29/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
> >
> >
> > I've created http://jira
wonder if it makes more sense to name the group com.sun.jre?
-D
On 3/29/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
>
>
> I've created http://jira.codehaus.org/browse/MAVENUPLOAD-802
> and attached POMs for com.sun:rt:1.3.1_08 / 1.4.1_06 / 1.5.0_06
>
> dan tran a écrit :
> > please do create
1 - 100 of 102 matches
Mail list logo