Hi,
I would like to know the status of Cargo for databases since even if a
branch does exist I don't see any
snapshot or release with this feature added.
Thanks
Emmanuel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Hi!
I'm looking to add a hook to my svn build, and the continuum_cli.py
script mentioned on the Continuum site seems to be just what I need.
Where is this?
I checked out all the code and looked for it... but it ain't there.
Thanks!
Dave
Hello.
I'm trying to add jabber notification. I have not checked SSL, but yet
the system seems to be connecting via TLS, which fails (as shown below).
Any idea what the problem may be?
BTW, what is the common practice for this? Do people usually open a
google talk account just for continuum?
http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view
drekka a écrit :
Ok, I've read through the forum and cannot figure this out.
I have a project with modules which builds fine locally. I want to add it to
Continuum. I goto the Add Maven2 page. The file uplo
Hi,
I have written a simple maven plugin that runs Fitnesse pages during the
integration-test phase.
However, it looks like this plugin, when executed, does not find the
classes that should be provided by the POM (along with dependencies).
Is there is configuration that should be done, in order
We were really striving for complete build and deployment automation.
We use continuum for our builds. Part of the build process is to deploy an
assembly with our application and JBoss domain to the proximity server. From
there, we can browse the repository and select any previous builds. After
Hello,
Proximity RC8 is WebDAV capable, and tested against wagon-webdav
1.0-beta-2, see here:
http://forum.abstracthorizon.org/viewtopic.php?t=131#977
Franz, the idea of web iface for deployment is also a good approach.
If you are able/willing to share your piece of code, please visit
Proximity
The Maven team is pleased to announce the release of Maven Surefire,
version 2.3.
http://maven.apache.org/surefire/
http://maven.apache.org/plugins/maven-surefire-plugin
http://maven.apache.org/plugins/maven-surefire-report-plugin
Release notes:
** Bug
* [SUREFIRE-49] - Surefire leaves nu
Ok, I've read through the forum and cannot figure this out.
I have a project with modules which builds fine locally. I want to add it to
Continuum. I goto the Add Maven2 page. The file upload option doesn't handle
modular poms so I cannot use that. Trying
file:///c:/projects/myproject/pom.xml te
Thanks Jason.
I actually took a different approach and publish my artifacts to a Proximity
repository server. From there I was able to tie into their framework and
have fully automated deployments right through their web interface.
I built a few pieces of my own but it works nicely with their fo
Hi all,
A month or so ago I installed archiva and was able to deploy to it using the
web extension as suggested in the documentation. I just tried again today
and it failed telling me that the dav protocol is un-supported. I tried
using both beta-2 and beta-2 extensions. Turning on debug I see log
I wouldn't think anyone is using it 'per' module. I did open a feature
request in the Maven Jira for the ability to dynamically change the behavior
of all maven plugins from per module to aggregator. This might help these
kind of issues in the future. Thanks for writing the plugin :)
Franz
Juli
I'm not sure if the aggregator works if you're using a timestamp as the
build number, it certainly didn't for me. This is what I have in my
BuildNumberMojo.java or perhaps I'm passing the wrong options:-)
* @author mailto:[EMAIL PROTECTED]">Julian Wood
* @version $Id: BuildNumberMojo.java,v 1.1
Does anyone know when the issue of M2 not executing the plugins mapped
to the same phase in the specified order will be fixed? This was not
fixed in 2.0.5. Thus, does anyone have an idea of when this will be
fixed? Thanks.
This message (including any attachments) contains confidential informa
In my src/main/webapp/WEB-INF I have a classes folder and a lib
folder, which are not part of the source, but let me compile in place
and immediately see the results of my changes in tomcat.
Now when I go to actually build a war using maven, I don't want that
lib nor classes folder - I want
It's part of the m1 core now:
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/
HTH,
-Lukas
John Casey wrote:
If you have sources from 1.5 yrs ago, you probably found them.
-john
On 2/28/07, KiOrKY <[EMAIL PROTECTED]> wrote:
Hello, i'm trying to buil
Hello
I am struggling with possibly that's a simple issue. I need to apply
filters to my resources based on the environment that I build for. For
example if building for local I want to use local.filter.properties as
the filter property file .
I am trying to do this by applying a profile for each
Hi Alexander,
When continuum runs maven, maven will look for its settings.xml file in the
maven directory of the user that has started the continuum process
(~/.m2/settings.xml).
Define your profile in settings.xml and specify activation:
dev-mine
foo
true
...
Then define
I have a profile called which contains version specific
information and scm specific information which needs to be loaded during
adding the Maven 2 Project POM. How can I add the project and pass the
name of the profile with -P dev-mine to be read from the settings.xml
file? Also, where should I
Thanks, that worked.
-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 28, 2007 3:38 AM
To: continuum-users@maven.apache.org
Subject: Re: 401 SVN Apache error returned when adding new project
how do you add your project? what is the url?
If y
You could use the remote-resources possibly as well.
-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 28, 2007 4:35 PM
To: Maven Users List
Subject: Re: [m2] Packging the same resource file in multple projects
Create the artifact with the shared res
Per the docs, you need .
http://maven.apache.org/plugins/maven-surefire-plugin/examples/forking.html
Wayne
On 2/28/07, Dees, Ian (GE Healthcare) <[EMAIL PROTECTED]> wrote:
Hi List,
I'm trying to run each test in a seperate class loader using the
forkMode=pertest option in the pom.xml file. Her
This is a nice solution. I wonder if there's any way to trigger this
behaviour on demand. Or maybe I should just change the plugin to
always be an aggregator. I wonder if anyone depends on it running
once per module?
J
On 28-Feb-07, at 2:12 PM, fgarsombke wrote:
I got around this by mak
Hi List,
I'm trying to run each test in a seperate class loader using the
forkMode=pertest option in the pom.xml file. Here's a clip from the pom:
org.apache.maven.plugins
maven-surefire-plugin
2.3-SNAPSHOT
pertest
-Djava.library.path={snip}
Even with this flag set, the s
Create the artifact with the shared resources.
Use maven-dependency-plugin to unzip the artifact into the projects
where you want to use it.
Wayne
On 2/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
The problem is that the resouce may not be a classpath resource (e.g.
a javascript file) a
Thanks guys,
I believe I have also found another potential solution. According to the
assembler plugin documentation here.
http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_fileSet
I should be able to use the following snippet in my fileSet.
src/config
The problem is that the resouce may not be a classpath resource (e.g.
a javascript file) and I need to install the resource(s) in a specified
directory
in multiple webapps.
Consider for instance, a set of .js files; two webapps A and B need to install
the
same .js files in their webapps (above
I got around this by making the build-number-plugin @aggregator style.
I just changed the javadoc tag in the plugin and rebuilt it.
/**
* This mojo is designed to give you a build number. So when you might make
100 builds of version
* 1.0-SNAPSHOT, you can differentiate between them all. The
You probably want to use something like Velocity which is real
templating solution. The archetype mechanism uses it and so does the
remote resources plugin. You could lift one of those to create your
own velocity plugin which would be idea in my mind.
jason.
On 28 Feb 07, at 8:21 AM 28 Fe
It would by default, however, you can modify the maven-resources-plugin
settings to put, for example, *.bat and *.sh files outside of
target/classes and therefore not get put in the jar.
More info at http://maven.apache.org/plugins/maven-resources-plugin/
-Greg Vaughn
"Todd Nine" <[EMAIL PROTE
Julian Wood <[EMAIL PROTECTED]> wrote on 02/28/2007 12:27:37 PM:
> I don't know how you can do this. I've come across this before, and
> haven't been able to come up with a solution. In the end, you have to
> work with it. Either change the format so that it is something which
> will be the same
Julian,
Yes, I realized that after I looked at the version of my plugin. Thanks.
Enrique
Julian Wood <[EMAIL PROTECTED]> wrote on 02/28/2007 12:37:02 PM:
> The problem is with different versions of the war plugin. Version
> 2.0.1 and below used the syntax you tried, while newer versions need
Hi,
I was wondering what the release-plugin actually checks for commit to scm? I
know that it updates the POMs to the new version-numbers and everything, but
I am curious to know if for instance, it will commit files that I explicitly
generate during a certain phase?
I ask, because I am working
This is exactly what I was looking for. I didn't realize that you could
include a pom as a dependency. This makes things much cleaner.
Thanks again,
jp4
Eric Redmond wrote:
>
> Abstract it? I don't understand. The JDBC pom is just a seperate project.
> Like this:
>
> JDBC POM:
>
> ...
>
I have several multi-module builds all rolling with Maven, and I'm
having a little trouble figuring out how to bind an assembly directive
to the master pom's build cycle so that it can pull all the results
together into the master pom's target directory.
The structure I have now:
Master
+
Dependencies are already resolved before the lifecycle even starts... why do
you want to do this?
Eric
On 2/28/07, Guillaume Duchesneau <[EMAIL PROTECTED]> wrote:
Hello,
I would like to inject some dependencies from inside a mojo execution so
that other plugins in the lifecycle can see thos
Abstract it? I don't understand. The JDBC pom is just a seperate project.
Like this:
JDBC POM:
...
my-jdbc-project
pom
... add jdbc dependencies here, like mysql jdbc, or sqlserver jdbc ...
Then, in your project that needs to use the jdbc drivers:
...
my-jdbc-project
Is there a way to supply a username and password for a remote repository
on the command line instead of in the settings.xml? It would be helpful
if the deploy plugin could prompt the user as needed for this
information. The password could be hidden from view this way, and
developers would not hav
woah woah waoh... I never said to put generated sources in the src
directory... never, never do that! Keep the jjtree outputdirectory to be
target/generate-sources/jjtree... then set javacc source directory to be the
same (target/generate-sources/jjtree).
Eric
On 2/28/07, Steffen Mazanek <[EMAIL
Will this work? I do not know.
Introduce a third pom (the data access pom) as a new module of the original
parent. The original parent pom remains unchanged except for the addition
of the new data access pom module. The new data access pom declares data
access dependencies. The data access m
So how to you use this abstract jdbc pom file? Do you include it as a
dependency in your data access modules?Do you use it as the parent of
your data access modules?
jp4
Eric Redmond wrote:
>
> Yeah, I do this quite a lot - for example, to abstract jdbc
> implementations
> across and or
No, but wouldn't they then get inserted into the jar, not into the zip file?
If not, where is the doc on setting this up? I couldn't find it anywhere.
Thanks,
Todd
On 2/28/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
Any reason your scripts can't live in resources and get filtered, so
the proper
Yeah, this approach is a workaround at best. I searched for a way to
configure the normal install and deploy goals a while back but had no
luck :(
Cheers,
Jon
Tommy Knowlton wrote:
On 2/28/07, Jonathan Anstey <[EMAIL PROTECTED]> wrote:
Tommy,
If you are just worried about the installed/depl
On 2/28/07, Jonathan Anstey <[EMAIL PROTECTED]> wrote:
Tommy,
If you are just worried about the installed/deployed name, use the
classifier option of the install-file and deploy-file goals (see
install/deploy plugins).
so, you're saying, run the package goal to produce an artifact and
then "ma
Any reason your scripts can't live in resources and get filtered, so
the proper values are replaced in the files during the normal Maven
"process-resources" phase?
Wayne
On 2/28/07, Todd Nine <[EMAIL PROTECTED]> wrote:
Hi all,
I have a large standalone distribution I'm zipping up with the ass
I would send all generated-sources to target. And configure javacc to
look in generated-sources for its own sources. Perhaps you need both
generated-sources-jjtree and generated-sources-javacc directories?
I do not (ever) put generated things into my src/.
Wayne
On 2/28/07, Steffen Mazanek <[EM
No, I've only used various *nix dialects on the server side.
Randall Fidler skrev:
Hi Dennis,
Are you deploying to a Windows server? I tried using putty with Windows
XP to do SCP deployments and the SCP server I used had issues with the commands
putty was issuing to it. I assume since t
Thank you, Eric and Wayne,
it does work now. However, I guess this is a more general problem.
How would you explain, that generated sources go to the src-directory
again? Isn't this a bit unattractive? Everybody would look into
target/generated-sources first.
Again, thank you for your help.
Ste
Hi all,
I have a large standalone distribution I'm zipping up with the assembler.
It's using a self executing jar, and has both a batch script and a shell
script that use "java -jar artifactId-.jar ". Is it possible
to use something similar to sed in the assembler so I can find and replace a
var
HI !!
When continuum sends a notification, at the beginning at the mail appears:
Online report :
http://localhost:8081/target/ProjectBuild.vm/view/ProjectBuild/id/11/buildId/121
I don´t want this link referring to localhost because the continuum is
running on a server !
But I can't figure it
I think the answer is to:
1) create a new module for the resources. move the
src/main/resources/resource.xml into the new module.
2) declare a dependency in each of A and B on the new resources module.
3) use assembly plugin in A and B to create a jar with dependencies. see
http://maven.apache
Thanks for the clarification. That will work well enough.
On 2/28/07, John J. Franey <[EMAIL PROTECTED]> wrote:
Thierry Lach-2 wrote:
>
> Actually settings properties not being available in filtering might
cause
> us
> some problems in converting to M2.
>
Properties in settings file are ava
I'm trying to produce a POM for building several different artifacts
from the same sources.
In the section, I have accomplished
1) configuring the build tools to do something different for each profile
2) activating the profiles
3) give the profile's artifact a unique name using classifier
confi
Thierry Lach-2 wrote:
>
> Actually settings properties not being available in filtering might cause
> us
> some problems in converting to M2.
>
Properties in settings file are available in resource filtering using a
profile.
Each user should create a profile in their own settings.xml. Their
Will this work? I do not know.
Introduce a third pom (the data access pom) as a new module of the original
parent. The original parent pom remains unchanged except for the addition
of the new data access pom module. The new data access pom declares data
access dependencies. The data access m
On 2/28/07, Rodrigo Gonçalves <[EMAIL PROTECTED]> wrote:
HI !!
When continuum sends a notification, at the beginning at the mail appears:
Online report :
http://localhost:8081/target/ProjectBuild.vm/view/ProjectBuild/id/11/buildId/121
I don´t want this link referring to localhost because the
Tommy,
If you are just worried about the installed/deployed name, use the
classifier option of the install-file and deploy-file goals (see
install/deploy plugins). If someone has a better solution, please
respond - I'd like to know as well :)
Cheers,
Jon
Tommy Knowlton wrote:
I'm trying to
The problem is with different versions of the war plugin. Version
2.0.1 and below used the syntax you tried, while newer versions need
additional configuration. The additional config is not backwards
compatible.
Try this:
trueaddDefaultImplementationEntries>
I don't know how you can do this. I've come across this before, and
haven't been able to come up with a solution. In the end, you have to
work with it. Either change the format so that it is something which
will be the same even if they are executed a few seconds apart, or
use revision numb
--- Begin Message ---
I'd like continuum to work in directories with the artifact id instead
of numbers (like .../working/52)
Is it possible ?
Thanks
Christophe
--- End Message ---
Ce message et toutes les pièces jointes sont
Sorry, it's OK.
-Mensaje original-
De: Marcelo Colomer Cornejo [mailto:[EMAIL PROTECTED]
Enviado el: mié 28/02/2007 19:18
Para: Maven Users List
Asunto: RE: [m2] Maven-buildnumber plugin
Page not found
-Mensaje original-
De: Julian Wood [mailto:[EMAIL PROTECTED]
Enviado el: m
You can still do all of the Ant work inside of an Ant build file, just
call the task, and before you do, you can specify any properties
that you want to be available to Ant, such as:
Note- Be sure inheritAll="true" or you will need to specify the
propertie
I realize I'm bumping a VERY old thread at this point, but I'm
completely unsuccessful in tracking down the error here (even with -x
and -e on).
I'm also seeing the ejbs rebuilding every time (recompiling the source
with each pass).
How are people making ear files with maven two? Is there some s
Page not found
-Mensaje original-
De: Julian Wood [mailto:[EMAIL PROTECTED]
Enviado el: mié 28/02/2007 19:14
Para: Maven Users List
Asunto: Re: [m2] Maven-buildnumber plugin
It's back up.
J
On 27-Feb-07, at 12:36 PM, shinsato wrote:
>
> The maven-buildnumber-plugin seems to have disa
It's back up.
J
On 27-Feb-07, at 12:36 PM, shinsato wrote:
The maven-buildnumber-plugin seems to have disappeared from the
ucalgary
site.
http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/
index.html
Any hints of where it might have gone? I don't see it on codehaus.
--
Ju
Hello,
I did a presentation on Maven last night at the Connecticut Java
Users Group (www.cooug.org/java).
There were a couple questions that I couldn't answer:
1) I've already got a large multi-module Idea project. How do I
convert that to a POM (or multiple POMs)? Do I have to create the
Hello,
i have a problems on modules.
I have a parent pom which reference modules. And the parent pom is not
on the same disk (on windows) that the modules.
And i can't reference the module from the parent POM.
Thanks for helping,
Thomas
I noticed this thread from a while back but there was never a
resolution. We are trying to get our parasoft jtest generated test
cases to run under Maven 2 and the surefire plugin with not much
success. It looks like parasoft itself it spinning up its own
classloader with the incorrect classpath
woops, forgot to cc the group
-- Forwarded message --
From: Eric Redmond <[EMAIL PROTECTED]>
Date: Feb 28, 2007 11:53 AM
Subject: Re: [m2] POM Inheritance
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
There's not much more to say about it.
Create a pom.xml of packaging "pom"
Give
I was using it because i then want to extract files using Ant (you think
it's ugly) and then merge some jars together. Suppress the version number.
And also merge some files that have the same name into the jars.
We thought about assemblies but they can't do the last file merging stuff.
And in th
The immediate solution coming to my mind r using OS linking or SCM
feature like subversion's svn:externals. But may be Maven supports
this natively, which I do not know.
Subhash.
On 2/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have a resource file that is shared by multiple project
I have a resource file that is shared by multiple projects.
That is, the resource file resource.xml needs to be packaged in
multiple jar files (A.jar, B.jar) as shown below.
How can I make sure that sub-projects A and B both package the
resource.xml in their jarfiles?
Also, is this the right
Actually settings properties not being available in filtering might cause us
some problems in converting to M2.
Each of our developers has their own oracle schema that they can do unit
testing against (dbunit). In M1 we put the connection strings into
build.properties. We copy unit test propert
Ah. The Maven Resources Plugin only supports filtering using system
properties, project properties, and properties defined in filter
resources.
It does not appear that settings properties are available, which
actually makes sense now that I think about it. I do not think that this
is a bug. Settin
dbaker wrote:
>
> My understanding was that if the timestamp of the version in the central
> repository is more recent than that of the local version, then the local
> version would be updated. Is this correct, or does Maven only download to
> the local repository if the required artifact is mis
dbaker wrote on Wednesday, February 28, 2007 5:22 PM:
> Hi
>
> I'm having trouble in downloading snapshots to my local
> repository from a
> central repository stored on my company's network. The
> snapshots are built
> nightly in the central repository. If I build my application locally,
> it do
I've a recent version of archiva in tomcat (windows), and maven 2.0.5 on the
client; I'm having problems doing deploys.
With wagon-1.0-beta-2 it complains of insufficient storage - some files do
deploy however.
On the server logs, I get an error reported:
Unable to service DAV request due to un
Where do I have to assign a file to a build artifact?
Yeah, I do this quite a lot - for example, to abstract jdbc implementations
across and organization - all jars required go into a pom project called
"jdbc". If you need to make an orthogonal change, just change jdbc's
dependency list.
Eric
On 2/28/07, Thierry Lach <[EMAIL PROTECTED]> wrote:
Is
Hi Brendon,
Actually I'm trying to use Windows on both ends. I am using OpenSSH
currently on the server and I don't have any problems sending files to the
server via SCP using putty - the problems occur only when I try to use Maven
to deploy using SCP via Putty - weird eh?
I wou
http://mojo.codehaus.org/javacc-maven-plugin/jjtree-mojo.html
http://mojo.codehaus.org/javacc-maven-plugin/javacc-mojo.html
Configure the javacc sourceDirectory to jjtree's outputDirectory. I suggest
using a common property (like ${jjtree.output} or something).
Eric
On 2/28/07, Steffen Mazanek
Hi
I'm having trouble in downloading snapshots to my local repository from a
central repository stored on my company's network. The snapshots are built
nightly in the central repository. If I build my application locally, it
does not pull down the latest version of the snapshot into my local
repo
In all likelihood, there's a configuration setting in the javacc
plugin that you can use to point javacc to look at target/ instead of
or in addition to src/. Or perhaps a configuration setting in the
jjtree plugin to output into src/ rather than target.
And if there's not, that sounds like a rea
Dan Tran wrote:
The Mojo team is pleased to announce the first alpha release of the
Native2Ascii Maven Plugin
The site is at: http://mojo.codehaus.org/native2ascii-maven-plugin
Awesome, i was getting ready to antrun this, but the plugin worked like
a charm. If you could provide an example in
It works.. it echoes the string.
Here is the part for resources :
buildproperties
true
And in the buildproperties directory here is the build.properties file
to filter :
MAVEN_REPO=${settings.mirrors}
MAVEN_REPO=${project.class.name}
MAVEN_REPO=${settings.local
I've created a settings.xml that lists all of our internal repositories
(some Maven 1, some Maven 2). One of these repositories contains the
parent POM for the project I'm trying to build. However, Maven reports
that it can't "locate resource in repository" and lists all of the
repositories in se
Can you elaborate a little on where you are trying to use
${settings.localRepository}.
If you add the following AntRun plugin to your pom.xml to echo the
expression value, does it not display the proper path to your local
repository?
maven-antrun-plugin
No, you just have to declare it in our parent pom.
Just try to see if it works...
Parent
| --- module1
| --- module2
| --- ...
| --- src
| | --- main
| || --- config
| ||| --- checkstyle.xml
| --- pom.xml
Rémy
Is it possible to declare a pom as a dependency, so that its dependencies
would be inherited? If that doesn't work, them maybe it should be added as
an enhancement.
On 2/27/07, jp4 <[EMAIL PROTECTED]> wrote:
I wonder if it would make sense to create a project of type jar that does
nothing mor
Yes i downloaded Maven 2.0.5
Brad Szabo a écrit :
You are using Maven 2 right?
On Wed, 2007-02-28 at 15:40 +0100, Thomas Colin de Verdière wrote:
Thanks but i tried and it didn't work. You are right it is written in
the document on the maven site. ..
Brad Szabo a écrit :
The localRe
Hi all !!!
I would like to add the information about and
in somewhere in order to be common to all projects.
I know that is a super pom used by maven, but how can I customize that pom?
(where is it?).
Besides, does not get inherited, is
there a way to define that info in some other pl
(3) partially works.
It does translate, but does not handle relocated artifacts.
- Joakim
Brett Porter wrote:
> I thought (3) already worked.
>
> I didn't think this was about identifying the client, but correctly
> serving a legacy layout request off either type of repo (whether its
> m1 or m2 w
You are using Maven 2 right?
On Wed, 2007-02-28 at 15:40 +0100, Thomas Colin de Verdière wrote:
> Thanks but i tried and it didn't work. You are right it is written in
> the document on the maven site. ..
>
> Brad Szabo a écrit :
> > The localRepository property is configured in settings.xml, th
I was hoping I could define the resource only once. If I understand you
correctly, the plugin configuration below needs to be present in all poms?
-Original Message-
From: Rémy Sanlaville [mailto:[EMAIL PROTECTED]
Sent: 28. februar 2007 15:04
To: Maven Users List
Subject: Re: Making res
No, the snapshot would be called 1.0-SNAPSHOT. Exactly what you want your
naming conventions for a release candidate to be are up to you, but it could
be:
1.0-rc1, or
1.0-rc-1, or
1.0_rc1, or
etc.
You just release this version, and then go back to 1.0-SNAPSHOT as the
version.
~Daniel
-Origi
Thanks but i tried and it didn't work. You are right it is written in
the document on the maven site. ..
Brad Szabo a écrit :
The localRepository property is configured in settings.xml, therefore
you can access it using ${settings.localRepository}. (The default is
~/.m2/repository).
Hope thi
So right now when it's in snapshot the pom version should be
1.0-rc1-SNAPSHOT? And then when this is released it goes to 1.0-rc1 and
the next version will be 1.0-rc2-SNAPSHOT? Correct?
On Tue, 2007-02-27 at 16:34 -0600, Wayne Fay wrote:
> People generally use alpha or alpha-1, rc or rc1, etc to de
If you have sources from 1.5 yrs ago, you probably found them.
-john
On 2/28/07, KiOrKY <[EMAIL PROTECTED]> wrote:
Hello, i'm trying to build maven from sources (in order to package it for
a
linux distro) and i'm wondering where can i find sources for werkz (and
not a
binary jar from ibiblio).
Hi,
For checkstyle, you can follow this [1]
[1] http://maven.apache.org/plugins/maven-checkstyle-plugin/customize.html
(cf. Use a custom developd Checkstyle Check modules)
or
org.apache.maven.plugins
maven-checkstyle-plugin
2.1
${project.parent.based
The localRepository property is configured in settings.xml, therefore
you can access it using ${settings.localRepository}. (The default is
~/.m2/repository).
Hope this helps,
-Brad
References:
http://maven.apache.org/guides/mini/guide-configuring-maven.html
http://maven.apache.org/settings.html
1 - 100 of 117 matches
Mail list logo