I have a multiproject site (built with maven rc2-snapshot) where the
linkcheck report is defined in the parent POM. However, the linkcheck
report seems to run before all the sub-project sites have been created.
Running "maven clean multiproject" creates a Link Check Report containing
NOT FOUND me
Hi,
Is it possible to use perforce as the scm in maven?
Thanks
Regards,
Stephen
Excellent! Thanks for the help Jason.
I was skeptical that this could be done with the current maven release, but
it is a logical way to do exactly what I'm looking for.
Ryan
-Original Message-
From: Jason van Zyl [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 3:24 PM
To:
On Thu, 2003-11-13 at 15:49, Sonnek, Ryan wrote:
> Have there been any thoughts or recommendations on extending a POM that
> exists in a remote repository? Just like artifact dependencies, couldn't
> you specify the POM you are extending by using a groupId and artifact?
You can definitely do that
Have there been any thoughts or recommendations on extending a POM that
exists in a remote repository? Just like artifact dependencies, couldn't
you specify the POM you are extending by using a groupId and artifact?
This would be huge for disparate systems that are developed in tandom, but
in sep
I think maven.home.local sets to the environment variable (if found)
MAVEN_HOME_LOCAL, otherwise it builds it off of ${user.home}.
This is why on windows systems you so often see "Documents and Settings" in
the path -- spaces in the path in certain plugins can cause problems,
parsing with whitespac
harden,
maven.home.local refers to the local maven installation, not the plugin
dir (which is maven.plugin.dir), per maven reference
(http://maven.apache.org/reference/user-guide.html#Behavioural Properties).
Also, as khote pointed it (in some other way)i think that you dont need
to specify bo
On Thu, 2003-11-13 at 13:13, Kumar, Vaidhyanatha K. wrote:
> I get these errors with JXR1.3 plugins.
> Any ideas?
Post to the user list.
> Thanks
> Vaidhy Kumar
> ---
> BUILD FAILED
> File.. file:/D:/apps/.maven/plugins/maven-jxr-plugin-1.3-SNAPSHOT/
> Element... jxr:jxr
> Line.. 88
>
I get these errors with JXR1.3 plugins.
Any ideas?
Thanks
Vaidhy Kumar
---
BUILD FAILED
File.. file:/D:/apps/.maven/plugins/maven-jxr-plugin-1.3-SNAPSHOT/
Element... jxr:jxr
Line.. 88
Column 31
java.lang.NullPointerException
com.werken.werkz.UnattainableGoalException: Unable to obta
On Thu, 2003-11-13 at 08:28, [EMAIL PROTECTED] wrote:
> Since I use maven 1.0-RC1I have the following problem :
> I use a server as a remote repo. But when I use a dependency whitch is
> present on the server and not on the local repository, it fail when it try
> to download the artifact. I think
Hi
I know your problem. Same to me, as I started with maven. But I have
experience with ant and also with java. For the first time you could
check the introduction from IBM.
http://www-106.ibm.com/developerworks/java/library/j-maven/
This helps to understand the way how maven works.
Very impo
Nicolas Avila wrote:
Hi
before anything I'm Running Win2k with Service Pack 4
i'm completelty new in maven, i didn´t know it existed before i tryed to check an IM server, wich runs using merlin, wich is builded by using maven (the im server is also maven builded)
so i started from the f
Hi
before anything I'm Running Win2k with Service Pack 4
i'm completelty new in maven, i didn´t know it existed before i tryed to check an
IM server, wich runs using merlin, wich is builded by using maven (the im server is
also maven builded)
so i started from the finish on, traced th
Since I use maven 1.0-RC1I have the following problem :
I use a server as a remote repo. But when I use a dependency whitch is
present on the server and not on the local repository, it fail when it try
to download the artifact. I think it could be a network configuration
problem ?
So I want to
Hi !
I'm looking for a weblogic plugin for maven like Jboss plugin or websphere.
Does anyone know where i can find this.
Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
set MAVEN_HOME_LOCAL=C:\maven
or some such location. Put it in your environment, a common environment
that everybody who logs into your machine will use.
- Original Message -
From: "Harden ZHU" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 12, 2003 4:14 PM
Subjec
>When I run "maven site:generate", all the plugin/repository files
>will be download to my "C:\WINNT\Profiles\Administrator".
>Is there maven config file that change to some other place?
you should set the maven variables :
for the plugins : maven.home.local
for the repository : maven.repo.loc
Hi,
I would like to be
able to change the behaviour of the ejb-plugin, namely the goal
ejb:ejb.
The thing is that I
want to replace the resource-files with other ones (same file-names, but
different content) before the actual jar is being built. This is kind of a
problem :(
I´ve tried to co
Hi,
When I run "maven site:generate", all the plugin/repository files
will be download to my "C:\WINNT\Profiles\Administrator".
Is there maven config file that change to some other place?
Thanks
Harden
-
To unsubscribe, e-mail:
Great, thanks for the response
Euan
-Original Message-
From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
Sent: 13 November 2003 08:16
To: Maven Users List
Subject: Re: Maven - AntHill
Euan Guttridge wrote:
> Hi,
>
> On the 28/8 Rafal Krzewski replied to the thread "Getting Source from
>
Yes, that was a minor mistake by me :(
But the thing is that it doesn´t matter which value I set there, it still picks the
resource-files from my original maven.ejb.src.
I´ve also tried to add a postGoal for ejb:ejb, which prints the value of
maven.ejb.src.
And guess what:
- It prints the valu
replacing the value of maven.ejb.src in your project.properties should work. if
it doesn't its a bug.
maven.ejb.src is the root of where your ejb-jar will be zipped so your
descriptor files should be in ${maven.ejb.src}/META-INF
looking at your code you seem to be setting the ejb.src root to y
Hi,
I would like to be
able to change the behaviour of the ejb-plugin, namely the goal
ejb:ejb.
The thing is that I
want to replace the resource-files with other ones (same file-names, but
different content) before the actual jar is being built. This is kind of a
problem :(
I´ve tried to c
Euan Guttridge wrote:
> Hi,
>
> On the 28/8 Rafal Krzewski replied to the thread "Getting Source from CVS".
> Rafal mentioned there are plans to create CI features similar to AntHill for
> Maven. If this has progressed please let me know. Otherwise I will happily
> setup an AntHill/Maven system..
24 matches
Mail list logo