set MAVEN_OPTS=xyz instead, no need to modify the batch file
On 2/23/06, Manoj Kumar <[EMAIL PROTECTED]> wrote:
>
> hi
>
> i never use javadoc, so i can't say about your error but you can solve
> your
> out of memory problem by increasing memory heap size in mvn.bat file, that
> is in your maven i
hi
i never use javadoc, so i can't say about your error but you can solve your
out of memory problem by increasing memory heap size in mvn.bat file, that
is in your maven installations bin dir.
in mvn.bat you can find the following
@REM Start MAVEN2
for %%i in ("%M2_HOME%"\core\boot\classworlds-
I'd bet the properties solution will work
On 2/23/06, Miguel Griffa <[EMAIL PROTECTED]> wrote:
> while it has no support for running goals in maven.xml is not an option,
> it probably should've been a core plugin maven-xml-plugin that would enable
> to run goals defined in maven.xml
>
> I made a s
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+ artifacts) that is currently beeing built with
> maven 1.0
> I'd like to migrate to m1.1 at least but it is full of xml entities.
> en
while it has no support for running goals in maven.xml is not an option,
it probably should've been a core plugin maven-xml-plugin that would enable
to run goals defined in maven.xml
I made a strong bet to maven a few years ago, but it now find it hard to
migrate to maven 1.1
maven has evolved pr
I've updated
http://docs.codehaus.org/display/MAVENUSER/Using+Maven+in+a+corporate+en
vironment with a similar setup.
A bootstrap repository definition which points to maven-proxy in
settings.xml (slightly less work than getting the bootstrap out of the
bank and installing it)
A mirror definition
Not being an IT guy, I don't know.
Our IT group is a Microsoft shop; all our servers are Windows based, we
login in and our username/password (credentials) are validated with a
domain server (LDAP server I think).
I have no idea what we use for firewall/proxy other that what I got from
our proxy.
What proxy are you using?
It sounds from "credentials" you are using a Microsoft NTLM ISA Proxy,
which is not supported by Maven.
You will need to use http://ntlmaps.sf.net and point maven to a running
instance of NTLMAPS.
Browse the mail archives for NTLM and you should find some docs on how
to
Well, you may be right I am not sure. I tried with both the build box's
& my credentials and they both give this error.
However, I did find that if I use the build box credentials I can not
get thru our firewall/proxy with a browser. With my credentials
however, I had no problem getting the brow
Hi Dave,
The server returned 401 code which means that you need a proper
authorization.
Try to check if the username or password are correct,
-allan
**
Dave Hoffer wrote:
Here are the results with -X
C:\ST\Components\xrite-commons>mvn -X install
+ Error stacktraces are turned on.
[DEBUG] Bu
Which item is messed up?
A. the shared repository
B. your local working directories on your computer (meaning their
structure does not match the repository)
I am going to assume A.
svn switch (and --relocate) is for messing with your local working
directories, not for changing the structure of a
Here are the results with -X
C:\ST\Components\xrite-commons>mvn -X install
+ Error stacktraces are turned on.
[DEBUG] Building Maven user-level plugin registry from: 'C:\Documents
and Settin
gs\XRBUILD\.m2\plugin-registry.xml'
[DEBUG] Building Maven global-level plugin registry from:
'C:\build\mav
Hi there,
can you paste the stacktrace here? add -X to your command
-allan
Dave Hoffer wrote:
I cannot run maven2 on any PC within our company LAN nor can I run it on
remote laptops connected to the LAN using VPN connection. What I have
been attempting to do is demonstrate the use of a share
Can you run mvn with -X, that will give us more info. thanks.
Dave Hoffer wrote:
I cannot run maven2 on any PC within our company LAN nor can I run it on
remote laptops connected to the LAN using VPN connection. What I have
been attempting to do is demonstrate the use of a shared installatio
I cannot run maven2 on any PC within our company LAN nor can I run it on
remote laptops connected to the LAN using VPN connection. What I have
been attempting to do is demonstrate the use of a shared installation of
maven2 on a mapped network drive. If I disconnect from the LAN and use
a local in
Wendy Smoak wrote:
On 2/23/06, Laurie Harper <[EMAIL PROTECTED]> wrote:
The Getting Started document on the Maven site introduces the use of
three archetypes: the 'default' one, the maven-archetype-webapp one and
the maven-archetype-site one. Is there documentation anywhere on, or
some other wa
And can someone please explain the difference in application.properties,
profile.xml, and settings.xml?
---
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)
---
From: "Mick
fixed in maven-scm
Emmanuel
[EMAIL PROTECTED] a écrit :
Hi All
I have setup my maven 2 project as a shell project in continuum and i have
this strange problem in my project.
Like when run the build first time it did every thing good, no problem at
all, then when i tried again its threw th
On 2/23/06, Laurie Harper <[EMAIL PROTECTED]> wrote:
> The Getting Started document on the Maven site introduces the use of
> three archetypes: the 'default' one, the maven-archetype-webapp one and
> the maven-archetype-site one. Is there documentation anywhere on, or
> some other way of figuring
The Getting Started document on the Maven site introduces the use of
three archetypes: the 'default' one, the maven-archetype-webapp one and
the maven-archetype-site one. Is there documentation anywhere on, or
some other way of figuring out, what other archetypes are available?
The archetype p
I started creating a profile for my build like:
1.3.5_6
1.1.4_4
1.0_1
1.3.5_6
1.2.2_1
1.3.5_6
I have a master pom and ear that share the same version number (1.3.5_6) and
then 5 modules that have different ve
Hi All
I have setup my maven 2 project as a shell project in continuum and i have
this strange problem in my project.
Like when run the build first time it did every thing good, no problem at
all, then when i tried again its threw the below shown error, i thought it
might be something else, t
Right, because the source code isn't in cvs under webapps/appname, its under
webapps/appname/src
Brian
On 2/23/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
>
> Just to make sure that I understand your problem. Somewhere in the
> changelog report you have a link you have a link to, for example
>
Hi, all
First, in the "tutorial" directory, I issued
maven -Dtutorial=1 jetspeed:deploy
then, I copy the "jportal.war" into the Tomcat webapps directory, then I
can access it as:
http://localhost:8082/jportal/portal
Then, as said in the web page
(http://portals.apache.org/jetspeed-1/tu
I'm writing a Mojo that creates a new packaging type. Everything went well
until I needed to customize the artifact handler to change the extension.
Following the instructions at
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html,
I added to components.xml:
Hi,
I'm using Maven 1.0.2 in combination with AndroMDA 3.1.
I've managed to tune AndroMDA in order to generate test skeletons and mock
DAO's from my UML model. That part works fine but then I have a problem with
Maven.
For current classes, AndroMDA generates 2 kinds of files :
- those that don't n
Usually I export then add again the directory. But don't hesitate to check
the excellent SVN book for better solutions :
http://svnbook.red-bean.com/
- Yann
2006/2/23, Mick Knutson <[EMAIL PROTECTED]>:
>
> I am trying to configure my release plugin, and have noticed I have
> created
> an incorrec
maven 2? ;)
On 2/23/06, Miguel Griffa <[EMAIL PROTECTED]> wrote:
> hi all
> I have a big project (30+ artifacts) that is currently beeing built with
> maven 1.0
> I'd like to migrate to m1.1 at least but it is full of xml entities.
> entities are used to mantain artifacts version consistency
>
> m
hi all
I have a big project (30+ artifacts) that is currently beeing built with
maven 1.0
I'd like to migrate to m1.1 at least but it is full of xml entities.
entities are used to mantain artifacts version consistency
my question is: if I place version properties in the project.properties of
the p
Is it ${settings.localRepository}?
-Original Message-
From: Paul Hepworth [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 4:43 AM
To: Maven Users List
Subject: Profile Activation
I have quite a complex project with many sub-modules. What I need to be
able to do is look in th
Just to make sure that I understand your problem. Somewhere in the
changelog report you have a link you have a link to, for example
http://www.domain.com/cgi-bin/viewcvs.cgi/webapps/appname/com/bhn/cpms/dao/AssignedGroupDao.java
But you expect it be
http://www.domain.com/cgi-bin/viewcvs.cgi/weba
Hi Sebastion,
do you have the cvs executable in your PATH. (BTW: What installation do
you have. cygwin cvs or wincvs/cvsnt?) What happens, if you execute
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/acegisecurity -q checkout -P
acegisecurity
in a dos box. AFAIK maven/ant expects cvs in PATH.
I am trying to configure my release plugin, and have noticed I have created
an incorrect directory structure ion svn and need to move several
directories.
I tried using the relocate, but that said I could not relocate this
directory. Can someone help me understand the best way to re-organize m
It is being voted on right now. There is an RC build available if you
check the maven-dev archives from 2 days ago.
-Original Message-
From: Boris Vassilieff [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 12:00 PM
To: users@maven.apache.org
Subject: [Maven-2.0.3] Release
Do
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
when I want to create the Javadoc for my project, Maven fails with an
OutOfMemoryError. According to the documentation the javadoc plugin
supports a parameter "maxmemory" so I added the following flag to the
plugin configuration:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
> Does anyone knows when Maven-2.0.3 will be released ?
When it is ready (hopefully in the next few days)...?
*scnr*
Regards
Thorsten
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (MingW32)
iD8DBQFD/frRQvObkgCcDe0RAuIPAJ48qcC7ih4HOHw
Does anyone knows when Maven-2.0.3 will be released ?
bv
Hello
I want to check out a project from cvs source
I use maven 1.0.2 and I get this error message
I don't know what to do, I have installed cvs on my winxp and fixed the
CVS_HOME variable,
---
C:\maven-1.0.2\bin>m
Hi all,
Is cactus supported under maven 2? And if not, is it planned?
Greetings,
Christian.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Xiaobo,
As far as i know Plugins for Maven 1.x and plugins for Maven 2.x are not
compatible.
If you use Maven 1.x, the plugins are located at ibiblio.org/maven/ (not
maven2)
You can find some there : http://ibiblio.org/maven/maven-plugins/plugins/
Some other there : http://ibiblio.org/maven/m
no.
You have just to install maven (1.0.2 or 1.1-beta2 I don't know which one is
supported by jetspeed) and to launch the given command.
Arnaud
On 2/23/06, Xiaobo Chen <[EMAIL PROTECTED]> wrote:
>
> Thanks for your reply. So if I use, 1.x, how can I install all those
> plugins? Actually, which p
You don't have to install any plugins, maven will download everything by itself.
On 2/23/06, Xiaobo Chen <[EMAIL PROTECTED]> wrote:
> Thanks for your reply. So if I use, 1.x, how can I install all those
> plugins? Actually, which plugins shall I install?
>
> Shall I download all those as in this p
Add this to your settings.xml:
...
...
snapshot-plugin-repo
Referentiel actif pour les plugin snapshots
http://jip.inetpsa.com/maven/repository
false
true
always
Jérôme.
On 2/20/06, [
Thanks for your reply. So if I use, 1.x, how can I install all those
plugins? Actually, which plugins shall I install?
Shall I download all those as in this page:
http://www.ibiblio.org/maven2/plugins/org/apache/maven/plugins/
into the the 'lib' directory?
Thanks a lot!
Xiaobo
> Hi,
> you us
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
when I let Maven generate the site for my project, three error messages are
shown in the console:
(...)
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting prope
Hi Adrian,
I've had a bit of a play around with custom compilers, if you'd like to look
at some source on how to do it you can download my CSharp stuff from JIRA:
http://jira.codehaus.org/browse/MOJO-304
The specific bits of interest to you should be;
plugins\csharp-maven-plugin\src\main\resou
Hi,
you use maven 2.0.2 I think there is not yet dist plugin available for maven2.x
maven command runs maven 1.x
Tom.
2006/2/23, Xiaobo Chen <[EMAIL PROTECTED]>:
> Hi, all
>
> I am very new in Maven. I am following the tutorial for Jetspeed:
>
> http://portals.apache.org/jetspeed-1/tutorial/pre
It is my understanding (and the source code seems to prove this) that a
can only exist in a pom whose is "pom". This means
that a pom file that generates a WAR file (war)
cannot utilize the maven reactor functionality for building dependent
modules. Instead you have to have a pom file whose packa
Hi, all
I am very new in Maven. I am following the tutorial for Jetspeed:
http://portals.apache.org/jetspeed-1/tutorial/prerequisites.html
When I typed:
mvn -e -Dmaven.test.skip=true dist:install
NOT "maven -Dmaven.test.skip=true dist:install " as in the web page. I
have version maven 2.0.2.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
> C:\Stephani\workspace\Stephenie\src\java\steph\ejb\Rank.java:[11,1]
> annotations are not supported in -source 1.3
> (try -source 1.5 to enable annotations)
> @javax.persistence.Entity
Try to add the following to your pom.xml:
Can s.o. explain me the following? I'm executing exactly the same
deploy:deply-file goal in 2 different subdirectories but giving me a
success or failure :(
best regards
[EMAIL PROTECTED] maven-scripts]$ /home/vandepitte/maven-2.0.2/bin/mvn
deploy:deploy-file
-Dfile=/usr/local/blackboard/sys
Not sure but you certainly have to add it manually to the classpath with
maven:addPath
declaring it as ressource add it to the classpath for the compilation. No
for the runtime.
Arnaud
On 2/23/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
>
>
> How is the plugin runtime classpath set ?
>
> I'm w
I've solved my problem.
This was a velocity missuse.
Nicolas De Loof a écrit :
How is the plugin runtime classpath set ?
I'm writing a (maven 1) plugin that uses velocity, so I'd like to load
a Velocimacro file from classpath.
My .vm file is declared as resource and gets packaged in the
Dear Maveners,
I tryied to compile my EJB3 project source using Maven with Jave 1.5, the below
errorr comes up despite i set-up my Env based on 1.5 version, any idea i am
having this error
C:\Stephani\workspace\Stephenie>mvn compile
[INFO] Scanning for projects...
[INFO]
--
So you just want to exclude this particular .db file but within
various/all places in the project? If so then you can specify ${basedir}
between the tags.
_Mang Lau
"Walco van Loon" <[EMAIL PROTECTED]>
02/23/2006 07:38 AM
Please respond to
"Maven Users List"
To
users@maven.apache.or
You must use this in your pom:
org.codehaus.mojo
maven-jpox-plugin
1.0.1
enhance
Emmanuel
David Sag a écrit :
I want to use JPOX
there is a maven-jpox-plugin in repo1.maven.o
This is a question for the dev list, not users. ;-)
Wayne
On 2/23/06, Michał Stochmiałek <[EMAIL PROTECTED]> wrote:
> >
> > When the 2.0.3 is going to be released?
>
> I just figured out that MNG-1908 is not going to be included in 2.0.3. Why?
> This fix is highly needed.
done
Arnaud HERITIER a écrit :
thx
Can you attach the full stack trace to the issue please.
arnaud
On 2/23/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
done!
http://jira.codehaus.org/browse/MPCHANGELOG-83
--mike
-
Hi,
I'm using the changelog plugin (version 2.0-beta-1) with maven2 and I can't
configure the reports. Whether or not I set the configuration type to range
or date it always generate reports on the last month.
Anyone knows if that's a bug ?
I want to use JPOX
there is a maven-jpox-plugin in repo1.maven.org/maven2/maven-plugins/
but when i add a reference to it in my pom.xml i get a FATAL ERROR
"null" doing a mvn clean.
is anyone out there using JPOX and
Maven 2?
Downloading: http://snapshots.maven.codehaus.org/maven2/maven-plugins
thx
Can you attach the full stack trace to the issue please.
arnaud
On 2/23/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> done!
>
>http://jira.codehaus.org/browse/MPCHANGELOG-83
>
> --mike
>
>
How is the plugin runtime classpath set ?
I'm writing a (maven 1) plugin that uses velocity, so I'd like to load a
Velocimacro file from classpath.
My .vm file is declared as resource and gets packaged in the plugin root.
It seems it is not added to plugin classpath at runtime. Is there a
w
> -Original Message-
> From: Michał Stochmiałek [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 23, 2006 3:14 PM
> To: Maven Users List
>
> I tried with mvn 2.0.2 (with -U option) and it didn't work. However, I
> also tried with a 2.0.3 snapshot (link in Brett's comment on MNG-1908)
>
thanx. Upgrading solved the pb.
--mike
Arnaud HERITIER a écrit :
what is your xdoc plugin release ?
There was a bug in the 1.9 or in the 1.9.1
you have to upgrade to the 1.9.2
Arnaud
On 2/23/06, Gisbert Amm <[EMAIL PROTECTED]> wrote:
Probably some information is missing in your POM (suc
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Christian Piccardi
> Sent: Thursday, February 23, 2006 2:21 PM
> To: users@maven.apache.org
> Subject: Re: Re: [m2] ant tasks and SNAPSHOTs
>
> Thanks for the pointer Michal.
> Beside the inconsistent names compared t
That the maven 1 way. In Maven 2, you should try to use the standard
lifecycle phases.
On 2/23/06, Kees de Kooter <[EMAIL PROTECTED]> wrote:
> Thanks Alexandre,
>
> I was running jar:jar, thinking that was the appropriate way of building a
> jar.
> Running package did the trick.
>
>
> On 2/23/06,
That's what the developpers said earlier so I hope to see that happen
in the near future :)
On 2/23/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> Oh wow, so the license acceptance etc is built into the
> Maven-retrieve-dependencies bit? So from the cli, I type "mvn clean
> package" and it asks "Do yo
Yeah and the plugin had some major bugs for a long time. Well feel
free to post a JIRA issue on tthis and what you want to be improved.
On 2/23/06, Tom Joad <[EMAIL PROTECTED]> wrote:
> I just find why i have the problem.
> Running mvn eclipse:eclipse doesn't set M2_REPO eclipse variable even
> i
done!
http://jira.codehaus.org/browse/MPCHANGELOG-83
--mike
Arnaud HERITIER a écrit :
Michael,
Can you open an issue on the changelog plugin please, because it's anormal
that you receive a NullPointerException if an id is missing.
Arnaud
On 2/23/06, Michael Niemaz <[EMAIL PROTECTED]>
Hi all,
I am trying to setup different compilers -- so far I tried csharp and
jikes without success.
I have this pom.xml:
org.codehaus.plexus
plexus-compiler-jikes
1.3
...
org.apache.maven.plugins
maven-compiler-plugin
That is a result of MNG-1908.
- Brett
On 2/24/06, Christian Piccardi <[EMAIL PROTECTED]> wrote:
> Michał Stochmiałek eurobank.pl> writes:
>
> >
> > I believe this behavior of ant-tasks is a bug.
> > I filed it in jira few weeks ago.
> >
> > http://jira.codehaus.org/browse/MNG-2060
> >
> > best r
Hi all,
I am trying to understand how compilers are invoked by M2 and eventually
how to add support for my own compiler.
Please explain how M2 relates to Plexus (in other words why M2 needs
Plexus?).
Do I need to build my compiler support as a Plexus component?
Is it possible to reuse existing
Michał Stochmiałek eurobank.pl> writes:
>
> I believe this behavior of ant-tasks is a bug.
> I filed it in jira few weeks ago.
>
> http://jira.codehaus.org/browse/MNG-2060
>
> best regards,
> --
> Michal Stochmialek
> IT Department, Research & Development Division
> Euro Bank S.A
>
Thanks f
what is your xdoc plugin release ?
There was a bug in the 1.9 or in the 1.9.1
you have to upgrade to the 1.9.2
Arnaud
On 2/23/06, Gisbert Amm <[EMAIL PROTECTED]> wrote:
>
> Probably some information is missing in your POM (such as ,
> and so on)? Just a guess.
>
> -Gisbert
>
> Michael Niemaz w
No, it isn't possible. File an issue for this feature.
Emmanuel
Richard C. L. Li a écrit :
Hi,
Is there any way to add a column of the ending date and time of the
latest build in the project summary page?
Thanks,
Richard Li
Michael,
Can you open an issue on the changelog plugin please, because it's anormal
that you receive a NullPointerException if an id is missing.
Arnaud
On 2/23/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> Correct!!!
> One of my project.xml files was not defining the ids of developers ;-(
On 2/23/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> Thanx for answering.
> As for the repository settings, are the connection and url settings
> enough? (See below).
yes it's enough
Concerning the developpers, they are described such as:
>
>
>titi
>[EMAIL
Ah, that sounds reasonable! I think that must be exactly what the problem is.
Thanks a lot for all of the responses, they were all helpful and in the right
direction.
Matt
-Original Message-
From: Stephen Duncan [mailto:[EMAIL PROTECTED]
Sent: 23. februar 2006 12:36
To: Maven Users L
Hi List,
Is it possible to specify exclude patterns for *any* resource in a
project? So, in meaning equivalent to this, but without having to
specify the element for each resource type present.
src/main/java
**/.copyarea.db
TIA,
Cheers,
Walco
---
Probably some information is missing in your POM (such as ,
and so on)? Just a guess.
-Gisbert
Michael Niemaz wrote:
Does anybody know how to fix this badly generated report pages?
-
To unsubscribe, e-mail: [EMAIL PROTECTED
Does anybody know how to fix this badly generated report pages?
thanx,
--mike
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Correct!!!
One of my project.xml files was not defining the ids of developers ;-(
Thanx a lot.
--mike
Gisbert Amm a écrit :
Seems as if your s haven't got an tag, hence the NPE.
As Arnaud said: The id of a developper must be the one he uses in your
SCM.
BTW: Do you have this typo in your
> This leads me to another question. How are the snapshot jars supposed to
> be
> named? When using the ant-tasks to deploy a snapshot the resulting name
> doesnt
> contain a timestamp, the file always is called ..-SNAPSHOT.jar in the
> repository, while when using mvn2 there always seems to be a t
Seems as if your s haven't got an tag, hence the NPE. As
Arnaud said: The id of a developper must be the one he uses in your SCM.
BTW: Do you have this typo in your POM: (mind the two
"p") or just in your posting?
Regards,
Gisbert Amm
Michael Niemaz wrote:
Thanx Gisbert but it did not fix
A thought (hope I didn't miss this in the discussion somewhere): is
your parent version a SNAPSHOT? The "central" repository you are
mirroring isn't defined to have snapshots enabled, I think, and
therefore your mirror might not work, where a separately defined
would.
-Stephen
On 2/23/06, Koran
Thanx Gisbert but it did not fix the problem ;-(
Another attribute should be specified maybe ...
date? tag? range?
--mike
Generating the Change Log...
maven-changelog-plugin:report:
[echo] Generating the changelog report
[echo] maven.changelog.basedir:
/home/niemaz/smartdocuments_svn/smar
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 running eclipse:ecli
Brett Porter gmail.com> writes:
> > >
> > > It's missing the timestamp, indicating to me that jar.pom might be
> > > turning off the build numbering? In which case it is correct to always
> > > use -SNAPSHOT but is a bug if that isn't being redownloaded when it
> > > changes.
> > >
> > > - Brett
I've added some echos in the plugin:
Generating the Change Log...
maven-changelog-plugin:report:
[echo] Generating the changelog report
[echo] maven.changelog.basedir:
/home/niemaz/smartdocuments_svn/smartdocuments/trunk/smartdocument.services
[echo] pom.developers: [EMAIL PROTECTED],
[
For svn URLs you need to set
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
in your project.properties aswell to get the changelog report working.
Regards,
Gisbert Amm
Michael Niemaz wrote:
Thanx for answering.
As for the repository settings, are the connection and url se
Hi Brett,
I am well looking forward to that release.
Once 2.0.3 is out and Cobertura is out I hope I can turn off snapshots
for a while as official policy here won't allow their use (understandably).
Kind regards,
Dave Sag
"Brett Porter" <[EMAIL PROTECTED]>
wrote on 22-02-2006 23:10:03
Thanx for answering.
As for the repository settings, are the connection and url settings
enough? (See below).
Concerning the developpers, they are described such as:
titi
[EMAIL PROTECTED]
BPS Smart Documents Platforms Group
2006/2/23, Alex Eagar <[EMAIL PROTECTED]>:
>
> Where should Ant scripts ideally be placed within a Maven 2.x project? I
> have placed them in /src/main/resources/ant. Is there anywhere more
> maven-conventional?
None that I know of :)
How should I reference the local repository from an Ant scrip
There are several plugins in m1 :
- jcoverage : deprecated
- cobertura : hosted in maven-plugins @ sf.net <[EMAIL PROTECTED]>
- clover : not free for professionnal usage
In m2 I know that there's a clover plugin...
Arnaud
On 2/23/06, Szczepan Faber <[EMAIL PROTECTED]> wrote:
>
> Have you ever h
Hi,
I have a problem with unit testing custom charset provider
implementations. In some module I have a
src/main/resources/META-INF/services/java.nio.charset.spi.CharsetProvider
file defining custom charsets implemented in the same module. The jar file
produced with this module works outside of ma
I just find why i have the problem.
Running mvn eclipse:eclipse doesn't set M2_REPO eclipse variable even
if on classpath
it is used
(e.g )
Like goals range on standard build lifecycle , i was deeply persuaded of it
So I must run mvn eclipse add-maven-repo before running mvn eclipse:eclipse.
Docum
Have you ever heard about a plugin that will measure the tests'
coverage and fail if it has been decreased from previous build?
It may also be more sophisticated and relay also on lines of code
commited, not only pure coverage value.
Regards,
Szczepan
To use these plugins (changelog, developers activity, files activity) you
must define in your POM the repository settings and the developpers for your
project (the id of a developper must be the one he use in your SCM)
Arnaud
On 2/23/06, Michael Niemaz <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
Hi all,
Just have a couple of questions 'cos I'm a bit confused.
I'm using maven 1.1beta2
I'd like to know what the following is supposed to do:
scm:svn:http://svn.smartdocuments.codex.xerox.com/svnroot/smartdocuments
http://codex.xerox.com/
Hello Ryan,
You can have a look at Cargo Maven plugin :
http://cargo.codehaus.org/Maven1+plugin
- Yann
2006/2/22, rturnbull <[EMAIL PROTECTED]>:
>
> Hello to all,
> I'm looking for a way to stop and start a java application server
> (oroin) from the maven.xml. Thought I could use j2ee:appse
1 - 100 of 111 matches
Mail list logo