On 2/24/06, KC Baltz <[EMAIL PROTECTED]> wrote:
> We have several projects here that depend on a common "core" project. When
> I'm making changes to that "core", I install them in my local repository so I
> can test them in the dependent projects. However, when I'm done and commit
> them to CV
Check if the user has rights/permissions to create a directory in your
UNIX machine ...
Thanks & Regards,
A.S.KRISHNAN,
AZTEC, BANGALORE.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Saturday, February 25, 2006 4:27 AM
To: users@maven.apache.org
Subject: Err
Try using maven-surefire-plugin which generates report files as txt and
xml under test/target directories for the respective project :)
Thanks & Regards,
A.S.KRISHNAN,
AZTEC, BANGALORE.
-Original Message-
From: Graham Leggett [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 10:0
You have maven-deploy-plugin which u can configure to deploy to a
appserver or use tomcat-maven-plugin
Thanks & Regards,
A.S.KRISHNAN,
AZTEC, BANGALORE.
-Original Message-
From: Tom Joad [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 10:21 PM
To: Maven Users List
Subject: Mvn
We are pleased to announce the Maven Source Control Management Plugin 1.6
release!
http://maven.apache.org/maven-1.x/reference/plugins/scm/
A plugin for SCM tasks.
===
Changes in this version include:
New Features
We are pleased to announce the Maven JXR Plugin 1.5 release!
http://maven.apache.org/maven-1.x/reference/plugins/jxr/
Create cross reference.
===
Changes in this version include:
New Features:
o New property to ma
We are pleased to announce the Maven Artifact Plugin 1.8 release!
http://maven.apache.org/maven-1.x/reference/plugins/artifact/
Tools to manage artifacts and deployment. *WARNING*: This version of the
artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this
version of the
On 2/25/06, Johnny l <[EMAIL PROTECTED]> wrote:
> Hey all
>
> I'm a bit new at maven, so bear with me. I'm trying to build geronimo
> 1.0source and I'm having problems with maven
> 1.0-rc2 (I would update but the place I'm at runs on maven 1.0.2 and won't
> be upgrading). When I build, I keep on ge
Hey all
I'm a bit new at maven, so bear with me. I'm trying to build geronimo
1.0source and I'm having problems with maven
1.0-rc2 (I would update but the place I'm at runs on maven 1.0.2 and won't
be upgrading). When I build, I keep on getting dependency errors :
Attempting to download commons-j
I have a couple of issues using maven-proxy-webapp. I have the webapp
set up and working, and I'm seeing the activity in my tomcat log, but I
have two problems:
1) I'm seeing lines in my log such as:
2006-02-24 16:43:32,212 [INFO ] components.impl.DefaultSnapshotCache -
Updating /opensymphon
Hi,
I am able to generate and customize my website quite elegantly but I
still have a little annoying bug, ie. there is a
outputted in the web site body content. What I find perticulary
annoying is the tag isn't even closed but I need my web site to be
XHTML strict compatible. I taught I could f
On 2/24/06, Jon Strayer <[EMAIL PROTECTED]> wrote:
>
> Yes, thanks, I fixed that problem, now I'm getting this:
>
> File.. C:\Documents and Settings\js6285\.maven\cache\wbnt-
> deploy-plugin-1.1.3\plugin.jelly
> Element... ant:ftp
> Line.. 383
> Column -1
> org/apache/oro/text/regex/Mal
Ignore that. I responded to the wrong message. ("What a maroon!") -K
On 2/24/06 5:00 PM, "Kathryn Huxtable" <[EMAIL PROTECTED]> wrote:
> I thought this had been done long since. -K
>
>
> On 2/24/06 4:06 PM, "Kathryn Huxtable" <[EMAIL PROTECTED]> wrote:
>
>> Yes, that's what I do. It means I d
I thought this had been done long since. -K
On 2/24/06 4:06 PM, "Kathryn Huxtable" <[EMAIL PROTECTED]> wrote:
> Yes, that's what I do. It means I don't use the eclipse:eclipse goal
> anymore.
>
> But I prefer to use External tools to build my projects using the external
> Maven rather than the
Hi All,
I'm trying to deploy some 3rd party jars to my remote repository
i'm trying to do this from my desktop(windows) to my server Unix
so from my desktop command line i used
C:>mvn -X -P UnixServ deploy:deploy-file
-DgroupId=weblogic
-DartifactId=ejbgen
Yes, thanks, I fixed that problem, now I'm getting this:
File.. C:\Documents and Settings\js6285\.maven\cache\wbnt-
deploy-plugin-1.1.3\plugin.jelly
Element... ant:ftp
Line.. 383
Column -1
org/apache/oro/text/regex/MalformedPatternException
This is the code it's upset about:
Yes, that's what I do. It means I don't use the eclipse:eclipse goal
anymore.
But I prefer to use External tools to build my projects using the external
Maven rather than the embedded version. It will never keep up with the
released versions and the embedder still doesn't process settings.xml, whi
What you do is remove the classpath entries that AREN'T under "maven
dependencies". I suppose you could say that the ones under "maven
dependencies"are the original entries now and the ones you used to use are
the duplicates.
-- Lee
On 2/24/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote:
>
> Corr
You can either put the needed jars in the classpath environment variable or
you can build it into a command line that you package into a batch file or
script that you run to run the application.
Or, if you know where the other jars are going to be, relative to your jar,
you can add entries to the
Nope; I generally want the behavior to be inherited (that's why I put
it in the parent pom), but I want specific poms to override the
default.
On 2/24/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> Have you try : false in the parent pom ?
>
> - Olivier
>
> -Message d'origine-
> De : Howard
Did you load your dependencies used by the ftp task in the root classloader
?
http://maven.apache.org/maven-1.x/using/developing-plugins.html#Plugin_dependencies
Arnaud
On 2/24/06, Jon Strayer <[EMAIL PROTECTED]> wrote:
>
> I'm getting this error:
>
> Element... ant:fileset
> Line.. 384
> Col
Have you try : false in the parent pom ?
- Olivier
-Message d'origine-
De : Howard Lewis Ship [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 24 février 2006 22:05
À : users@maven.apache.org
Objet : Overriding parent plugin configuration in a module
I have a parent POM that includes the fo
I have a parent POM that includes the following plugin
org.apache.maven.plugins
maven-assembly-plugin
package
src
I'm getting this error:
Element... ant:fileset
Line.. 384
Column -1
org/apache/commons/net/ftp/FTPClient
for this code (that worked under 1.0)
Does anyone have any idea what's going wrong?
--
Esse quam videri
(to be rather than
Tom Joad wrote:
Hello
when you say it's not working what do you mean?
I suppose you use maven1.x
For me the problem was eclipse did not build my project. But maven
packaging works fine.
I use maven2.x but i think that you must set MAVEN_REPO as eclipse
variable of your local repository before ru
I have the files checked out locally for development, but continuum is
running on our integration server where stuff isn't checked out.
I'll have a look at checking the parent out.
On 2/24/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> If you have all your files checkouted locally on the serve
I have a vanilla installation of Tomcat 5.5 (with logging added, and
log4j.properties rootLogger set to level INFO), which starts up cleanly,
and writes maybe 15 lines to catalina.out -- no more. I then deploy the
maven-proxy-webapp.war, and catalina.out gets immediately bombed with
DEBUG level
I caught this line in my tomcat logs while loading the maven-proxy-webapp:
2006-02-25 02:01:29,217 [INFO ] webapp.listeners.Lifecycle - Loading
>/srv/maven/maven-proxy/conf/maven-proxy.properties...
No such file:
/home/tomcat/>/srv/maven/maven-proxy/conf/maven-proxy.properties
Why is it look
I have been trying to configure extra directories for cleaning using
maven-clean-plugin, but I haven't figured out the right syntax for
specifying which directories to clean.
The last syntax I tried was this:
maven-clean-plugin
org.apache.mave
Correct. With the M2ECLIPSE eclipse plugin, you either use it to manage your
dependencies from your pom.xml, or you don't enable the Maven2 nature and
use maven to create your .classpath files.
The container in your classpath is getting the dependencies from the POM.
It's actually pretty clever.
IIRC this was called Uberjar back in m1. To be honest, not sure of the
M2 response to that, as I'm only doing WARs and EARs and they are all
bundled properly in those package types.
http://classworlds.codehaus.org/uberjar.html
Wayne
On 2/24/06, Gerard Garrigan <[EMAIL PROTECTED]> wrote:
> I hav
I have the app running now in Eclipse alright. There may have been a
problem with the mvn eclipse:eclipse command.
The requirement is to have my application in a jar file and you can run
it from the command prompt. I notice when you package up the app the
resulting jar contains no dependencies (
mvn -o to work offline...
--wf
On 2/24/06, David Sag <[EMAIL PROTECTED]> wrote:
>
>
> yes that's what I thought and indeed already had that site configured in
> my normal repositories config. but as that didn't work i tried adding it as
> a plugin too - but that didn't work either. specifying
Correction: EJB3 is not yet final so no RI exists yet from Sun.
The Hibernate alternative seems to be your only option, right this
minute. I'm sure there are other EJB3 vendors (Kodo? Oracle? BEA?)
that have implementations you could use but I'm not sure if any of
them are in Maven2 repo, probably
Download javax.persistence from Sun and add to your local repo. Or add
a dependency on an appropriate EJB3 spec jar from another source ie
Hibernate and add to your local repo.
The POM here seems to suggest that Hibernate Annotations should
fulfill your need:
http://www.ibiblio.org/maven2/javax/pe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> I have the variables included in eclipse and the dependencies in the
> pom. However I'm still having the same trouble.
Have you checked that Eclipse really uses the correct jars in the
project settings under "Java Build Path->Libraries"? On my mach
Hi all,
After enabling an existing M2 project the Eclipse builder complains
about duplicate path entries.
I looked into the Project-properties/JavaBuildPath/Libraries and the
problem is that dependency paths declared in the pom.xml are declared
again under some "Maven 2 Dependencies".
The only o
jason r tibbetts wrote:
These properties are your friends:
maven.junit.format = brief
maven.junit.printSummary = true
And no, you're not the only person to be stumped by the meaningless
default output.
The above properties had no effect, so I went back to the manual again -
the above two v
We have several projects here that depend on a common "core" project. When I'm
making changes to that "core", I install them in my local repository so I can
test them in the dependent projects. However, when I'm done and commit them to
CVS (which then causes them to be deployed to our internal
Hi all,
Couldn't find the system requirements of m2eclipse.
On which Eclipse version it is supposed to work?
Adrian.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Where you running maven within an IDE such as MyEclipse? Today i attemped it
> inside MyEclipse and always received an OutOfMemoryError. Ran it within
> command prompt and had no problems.
No, I started Maven from the command line. According to Proc
if you want to deploy/install your files (already created) into internal
repository you have to use deploy:deploy-file. In this way, maven create
.sha1 and md5 file.
http://maven.apache.org/plugins/maven-deploy-plugin/
to deploy an artifact you have created into internal repository you have to
se
Graham Leggett wrote:
Hi all,
I have just given a go at getting a test suite to be run when the maven
build runs (this build depends on maven v1.0.2).
The test suite runs painlessly, but then a test fails as below.
I am mystified though: there is no indication of *which* of the 7 tests
that
Where you running maven within an IDE such as MyEclipse? Today i attemped it
inside MyEclipse and always received an OutOfMemoryError. Ran it within
command prompt and had no problems.
On 2/24/06, Yann Le Du <[EMAIL PROTECTED]> wrote:
>
> OK, so the problem is not about 256 Mo then. Still the memo
Or
Uploading:
scpexe://10.75.202.141:2016/repository/fop/fop-hyph/1.0/fop-hyph-1.0.ja
[INFO]
---
[ERROR] BUILD ERROR
[INFO]
---
[INFO] Error deploying a
an example of error i Get
adding permissions to wagon connection: 664 775
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] Error deploying artifact:
Dear Maveners,
I am using Maven to build my ejb3 project, in the past I used Ant to build and
deploy the project and it was working fine, but when I switch to Maven and I
added the needed dependency but one dependency missing "javax.persistence" and
it does not exit in any repository, so the b
Hi all,
I have just given a go at getting a test suite to be run when the maven
build runs (this build depends on maven v1.0.2).
The test suite runs painlessly, but then a test fails as below.
I am mystified though: there is no indication of *which* of the 7 tests
that ran failed.
I tried
I advise you to test the last SNAPSHOT if you can.
We'll release it in some days.
You can also have better performances if you test the last SNAPSHOT of the
linkcheck plugin with the last SNAPSHOT of maven 1.1 beta 3 [1].
I noticed an important gain of performances [2][3].
Arnaud
[1] http://peopl
OK, so the problem is not about 256 Mo then. Still the memory grows and
never goes over some value (90 Mo for you). I think it's worth a JIRA issue,
can you create one ?
To solve your problem, you can try and fork the compile and test tasks,
maybe you'll gain enough memory so that javadoc do not f
I want to deploy on my internal repositories artifacts.
I think that there are already threads about it but until now i can't
succeed running it.
Until now , I run install:install-file
and i manually copy , obtained structure under my internal repository.
It's very boring because i have more than
I am trying to create a scenario that works for my developers, and my
deployable build.
Is it possible to have settings.xml define a profile that defines the
assembly desciptor to local, integration, qa or prod, then have the
./profiles.xml just define the ear package makup?
This way, the deve
I have the variables included in eclipse and the dependencies in the
pom. However I'm still having the same trouble.
By setting the classpath variable in the command prompt do mean adding
the required jars to the CLASSPATH environment variable?
If so is there any way that maven can include the re
I tried to add values into my ./src/resources/application.properties, but
they do not seem to be picked up at all.
Why?
---
Thank You
Mick Knutson
Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com
Washington Mutual (WAMU) (Emeryville, California)
---
Yes I tried that, but that only seems to work on jar's, not war's, and that
only helps with my ear:
com.furl.common
common-jar
${common.version}
jar
com.furl
core
We have a nice working M2.0.2 build running in house with something like
40-50 modules and we are taking stock of some of the existing weaknesses
of this build system today. Two things we would like to capture are
JavaNCSS numbers and Clover/Cobertura coverage for all modules and
create a single s
I tried the site:stage goal and this is what I found when I used the
goal from inside the pom.
Since site:stage goal is yet to be released, use this in your pom
snapshots
true
daily
Maven Central Plugins Development Repository
http://snapshots.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> I'm not even sure MAVEN_OPTS=-Xmx is efficient over 256 Mo. I tried several
> values and always the mvn task grew to about 256 Mo then stopped. Can you
> try again and watch in the task manager how the used memory evolves ?
I watched Maven's memory
I'm using maven 1.1 beta 2.
I didn't have to upgrade linkcheck plugin since it was already the
latest (a part from the snapshot releases).
Here's my maven.xml file:
xmlns:ant="jelly:ant" xmlns:util="jelly:util" xmlns:doc="doc"
xmlns:i = "jelly:interaction">
SmartDocument Platf
You can right click on the project in the tree of the package explorer in
eclipse and choose 'properties'. Then select the 'build classpath' in the
left part of the popup. Then click the 'libraries' tab. This shows all the
things that your project depends on from eclipse's point of view. The little
I was sure ;-)
I need to review the code
Did you try to upgrade the plugin to see if it helps ?
You are using maven 1.0.2 or 1.1 beta 2 ?
What is the release of the linkcheck plugin (maven -i)
Arnaud
On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> I see although when I set this prop
Soory this is the reply for your mail about the difference if you remove the
report or if you use the property.
arnaud
On 2/24/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
>
> Not at all,
>
> If you remove the linckcheck report in your POM, you will not execute this
> plugin (which seems to be
Not at all,
If you remove the linckcheck report in your POM, you will not execute this
plugin (which seems to be slow due to the number of links in your
documentation - javadoc, jxr, )
If you use the property maven.xdoc.skip.uptodate and you don't clean the
generated site, then all the plugins
Also when I run mvn package in the command prompt. The only thing the
created jar contains is the class from the project itself and nothing to
do with the dependant jar files.
Running this jar gives this error:
Exception in thread "main" java.lang.NoClassDefFoundError:
com/precisionsoftware/utils
I am trying to load maven-proxy-webapp (war) in Tomcat and the
tomcat.log is showing the following exception:
24 Feb 2006 22:42:35,231 - ERROR
org.apache.catalina.core.ContainerBase.[engine_appserver].[www.mydomain.com].[/maven-proxy-webapp]
- Exception sending context init
ialized event to li
yes that's what I thought and indeed
already had that site configured in my normal repositories config. but
as that didn't work i tried adding it as a plugin too - but that didn't
work either. specifying site beta-4 fixed the problem for now however.
making my own skin is a good plan and
we'll
yes
On 2/24/06, Miguel Griffa <[EMAIL PROTECTED]> wrote:
>
> you mean placing properties in the parent directory of artifacts?
>
> On 2/24/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> >
> > Can you use properties to hold the artifact versions instead of
> entities?
> >
> > On 2/24/06, Miguel Grif
btw this probably means that there's some kind of redundancy in the
generation of my site ;-(
Michael Niemaz a écrit :
I see although when I set this property, it takes 12 minutes to
complete instead of 30 and the generated site looks ok.
Plus i don't see all the verbose linkcheck output in th
http://mail-archives.apache.org/mod_mbox/maven-dev/200602.mbox/[EMAIL PROTECTED]
Cheers
Prasad
On 2/14/06, Wanken, James <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I am relatively new to maven and have not been able to get the
> site:stage goal to work
>
> I have included the output of all command
I see although when I set this property, it takes 12 minutes to complete
instead of 30 and the generated site looks ok.
Plus i don't see all the verbose linkcheck output in the console.
Are you sure of what you are stating?
--mike
Arnaud HERITIER a écrit :
if, each time, you build the site fro
Hello Thorsten,
For the line,
import com.precisionsoftware.trax.common.tools.AppDetails;
it will say that the import cannot be resolved.
Thanks,
Ger
-Original Message-
From: Thorsten Heit [mailto:[EMAIL PROTECTED]
Sent: 24 February 2006 15:20
To: Maven Users List
Subject: Re: [m2] Fa
if, each time, you build the site from scratch (using a clean before for
example) the option maven.xdoc.skip.uptodate will hav no effect for you. All
pages are recreated.
There's no real solution to update it. Either you do not clean your
generated site and you use the option maven.xdoc.skip.uptoda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
> my libraries in eclipse. However when I try to import a class contained
> in the jar eclipse throws an error.
What kind of error?
Regards
Thorsten
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (MingW32)
iD8DBQFD/yQaQvObkgCcDe0RAtnY
Hello,
My project is dependant on a particular jar which I have in my
repository. I download it and run mvn eclipse:eclipse and it shows up in
my libraries in eclipse. However when I try to import a class contained
in the jar eclipse throws an error.
Can anyone tell me what I'm doing wrong
Yes, have a parent POM they extend and in the project.properties with
it, add the property definitions for the jars.
On 2/25/06, Miguel Griffa <[EMAIL PROTECTED]> wrote:
> you mean placing properties in the parent directory of artifacts?
>
> On 2/24/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> >
Thus you can try the last linkcheck plugin SNAPSHOT
It will be certainly faster.
maven plugin:download -Dmaven.repo.remote=
http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
-DgroupId=maven -DartifactId=maven-linkcheck-plugin -Dversion=1.4-SNAPSHOT
If it's not better, just rollback to
Thus you can try the last linkcheck plugin SNAPSHOT
It will be certainly faster.
maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,
http://cvs.apache.org/repository/ -DgroupId=maven
-DartifactId=maven-linkcheck-plugin -Dversion=1.4-SNAPSHOT
If it's not better, just rollback to
Unfortunately, maven would parse it since the '&' is still there ;-(
I'll try to replace it with a relative url.
thanx,
--mike
Jacek Laskowski a écrit :
2006/2/24, Michael Niemaz <[EMAIL PROTECTED]>:
Is this a known bug, is there a workaround?
I don't know whether it could address
2006/2/24, Michael Niemaz <[EMAIL PROTECTED]>:
> Is this a known bug, is there a workaround?
I don't know whether it could address the issue of yours or not, but
you could try replace '&' with '&'.
> --mike
Jacek
--
Jacek Laskowski
http://www.laskowski.org.pl
-
Hi,
I have the url of my logo organization that contains the '&' character.
So, in order to let maven generate the docs without complaining, I
replaced '&' by '%26'.
BUT in the end, the url is not decoded and therefore the logo not
displayed ;-(
Is this a known bug, is there a workaround?
Any
I have a multi-module project, and for various reasons only want to
execute maven on the parent pom. However, I have a plugin that only
makes sense to configure/execute on some of the child modules. The
plugin target I want to execute shouldn't really be attached to a
phase in the build lif
Hi
I've got a packaging type of 'jar'.
How can I specify include/exclude filters (e.g.
certain classes) to influence what's packaged into the
JAR?
Tom.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.y
Ok I'll try to specify only the default onces without the linkcheck.
Question: would it be the same than setting maven.xdoc.skip.uptodate to
true?
--mike
Arnaud HERITIER a écrit :
and your pom doesn't extend another one ?
What you can do it is to define your own reports list :
http://maven.ap
I'm probably going after this, which seems the best solution to me now.
The problem is that artifacts where fully independent. not having a parent
project.xml (before) so I could checkout all independently from eclipse.
that is going to be a little bit uglier now, but it's more an eclipse
problem
you mean placing properties in the parent directory of artifacts?
On 2/24/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
>
> Can you use properties to hold the artifact versions instead of entities?
>
> On 2/24/06, Miguel Griffa <[EMAIL PROTECTED]> wrote:
> > hi all
> > I have a big project (30+ arti
As I said before, I have no reports specified to avoid bugs during
generation of reports ;-)
I don't know if I need the linkcheck plugin to run ...
Yes I would like my generated links to work
No I don't want to waste 30 minutes checking them ;-)
--mike
Arnaud HERITIER a écrit :
yes this is the
Opps forgot to add you also need oro library. Well change your id
repository and everything should work now.
On 2/24/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> Ok I got it working.
>
> You need the library wagon-ftp-1.0-alpha-6.jar and
> commons-net-1.4.1.jar in maven/lib as you did. Then
AFAIK, skin are resolved as artifacts but not as plugin [1] see method
getSkinArtifactFile
But to not depends on this create your own skin ;-) (very nice feature)
- Olivier
[1]
http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-site-plugin/
src/main/java/org/apache/maven/plugins/site/
and your pom doesn't extend another one ?
What you can do it is to define your own reports list :
http://maven.apache.org/maven-1.x/using/site.html
And you can remove the linkcheck report if you don't use it.
Arnaud
On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> Nope, all my reports s
How come they are not updated if I generate them from scratch (which I do)?
Is there a way to use it so that you generate the site once and then
update it on modifications?
--mike
Arnaud HERITIER a écrit :
The counterpart is that your site pages aren't updated if you change
something else tha
Ok I got it working.
You need the library wagon-ftp-1.0-alpha-6.jar and
commons-net-1.4.1.jar in maven/lib as you did. Then You need to add
to your project pom the extensions section and to add the repository
but don't use the value "central" as your id because it is the main
repository id. That
yes this is the linkcheck plugin which checks the links in the pages you
generate.
Do you have a reports entry in your pom or do you use the default one ?
Do you need/use this linkcheck report ?
Arnaud
On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> So it says: ' This plug-in validates
The counterpart is that your site pages aren't updated if you change
something else than the xdoc page (the POM for example ...)
Arnaud
On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> I tried to add this property
>
> and it does go faster BUT I don't know exactly what is the counte
Nope, all my reports section are empty. So I generate only default
reports apparently ... and this linkcheck goal must be part of the
'site' goal.
Arnaud HERITIER a écrit :
In your traces you have the linkcheck plugin which seems to be very long to
execute
You certainly have this report declar
So it says: ' This plug-in validates the HTML that is produced as part
of the site. Just add the maven-linkcheck-plugin report to your project.'
Don't quiet understand ... what plugin is used by default by maven to
check the links? Seems to be that one since it is installed locally ...
Well, I'l
In your traces you have the linkcheck plugin which seems to be very long to
execute
You certainly have this report declared in your POM.
What happens if you deactivate it ?
On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> All I do is invoke the multiproject-site goal.
> Actually, I invo
I tried to add this property
and it does go faster BUT I don't know exactly what is the counterpart ...
--mike
Michael Niemaz a écrit :
All I do is invoke the multiproject-site goal.
Actually, I invoke it twice as a workaround to have sub-sub projects
treated and displayed as a tree.
But
All I do is invoke the multiproject-site goal.
Actually, I invoke it twice as a workaround to have sub-sub projects
treated and displayed as a tree.
But it shouldn't be the pb here.
So, you're telling me to use the linkcheck plugin. Well, how does it
link to the multiproject-site goal?
--mike
Hi Brett
I added that to the pluginRepositories
section of my settings.xml (it was already in the repositories section)
and while i can see it trying to look for stuff in there, i still get the
same problem.
fixing the site plugin to 2.0-beta-4
fixed my problem for now though
Kind regards,
Dave
Search for my latest posting. I was able to do FTP-based internal repository
after copying three jars to MAVEN_HOME/lib and defining central and
central-plugins repositories and pluginRepositories...
Hope this helps,
Sandeep
-Original Message-
From: Alexandre Poitras [mailto:[EMAIL PROT
1 - 100 of 131 matches
Mail list logo