Dear Maven users,
It would be a plus for a M2 users, if HTML documentation can be bundled
alogwith M2 binaries, becuase if someone is offline then he can still
brainstorm things, by going through the proivided offline documentation!
I am not sure, any one has raised this earlier!
Regards,
Jaiku
Hello,
i need some help with the following situation:
I am trying to setup a continous integration process for a new project.
therefore I have a build server which is not connected to the internet.
This build server is used by local machines as external repository.
Now what I tried to setup the
Hi,
I never tried this but I think this could/should work:
1. You define the profiles in your parent pom like this
library
moduletype
jar
...
webapp
moduletype
war
...
2. In your modu
Thanks Wayne. Got some initial idea.
-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED]
Sent: Friday, April 07, 2006 10:59 AM
To: Maven Users List
Subject: Re: KEYSTORES in M2 : is it possible to create / use KEYSTORE
in M2 ?
Ah, in that case, you are probably going to want to
No examples from my group, unfortunately. We don't create source
distributions, only binaries.
But have you considered:
mvn source:jar javadoc:jar repository:bundle-create
Taken from:
http://maven.apache.org/guides/mini/guide-ibiblio-upload.html
This would produce a Maven bundle containing binar
Ah, in that case, you are probably going to want to take a look at the
following email thread:
From: Mark Hewett <[EMAIL PROTECTED]>
To: Maven Users List
Date: Mar 30, 2006 6:43 PM
Subject: Re: [M2] How to sign a jar file
Mark included his pom.xml which includes specifics for how his group
is si
On 4/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On 4/6/06, Martin Cooper <[EMAIL PROTECTED]> wrote:
>
> > > We tried a couple of things with such as:
> > > ../${pom.artifactId
> }/WEB-INF/src/main/java
> > > and
> > > ${basedir}/${pom.artifactId
> > > }/WEB-INF/src/main/java
> > >
As you know, keystores can be created and manipulated using keytool in
Java, which is used to store / verify the credentials etc in keystore.
Use case I am thinking about is singing a jar using keystore stored
entries.
Regards,
Jaikumar
-Original Message-
From: Wayne Fay [mailto:[EMAIL PRO
This seems reasonable but you might want to change the order of those
filters. I am fairly certain variable values in Maven2 work like Ant
-- first value for a variable "wins". (Happy to be proven wrong here,
but I believe I've read this on the list or run into it myself, forget
now...)
If you put
++1
Strongly agree even though I'm not using M1 any more. ;-)
Wayne
On 4/6/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> +1.
>
> Release early, release often. Better to have point releases to fix bugs than
> a very long schedule.
>
> On 4/7/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:
> >
> > It se
Can you perhaps load that repository on a local Apache server and
modify the to reflect the HTTP repo, and see if it still
fails to attempt to access the local repo?
Might be a bug in how Maven deals with file:/// repos. I know most of
us on the list are using simple HTTP repos, so you might have
Unfortunately, ibiblio is "super busy" most hours of the day as it is
a shared resource. This is the price we pay for using it. You can use
a Central mirror instead by configuring your settings.xml.
The occasional 503 on ibiblio is really no big deal imo. Especially
considering that you can run of
On 4/6/06, Martin Cooper <[EMAIL PROTECTED]> wrote:
> > We tried a couple of things with such as:
> > ../${pom.artifactId}/WEB-INF/src/main/java
> > and
> > ${basedir}/${pom.artifactId
> > }/WEB-INF/src/main/java
> > but each would work for one developer and not another. Strange.
>
>
>
hi all,
thanks very very much on the advice
it is very useful
~manchi
On Apr 5, 2006, at 6:17 PM, Brian Topping wrote:
I would echo Eric's sentiments, with a caveat.
A lot of smaller (in house, no exposed APIs) projects can be helped
by starting with build numbers taken directly from the
+1.
Release early, release often. Better to have point releases to fix bugs than
a very long schedule.
On 4/7/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:
>
> It seems a worse situation to keep dragging 1.1 betas out for this
> duration
> (1 year?). 1.1b2/3 is far better than any prior release. C
On 4/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> We ship some example apps and have always included the source code
> (src/main/java) under WEB-INF/src.
>
> How do I do that with Maven 2?
>
> We tried a couple of things with such as:
> ../${pom.artifactId}/WEB-INF/src/main/java
> and
>
Does anyone have an example of a multi-module build that produces both
aggregated binary and source distributions?
I've managed to borrow and adapt an assembly plugin config that builds
a reasonable xxx-bin.zip file, but I'm not sure how to configure for
the source. Right now, I have:
project/cor
I have a project with several different types of modules - some are
libraries (stand-alone jars), some are wars, some are executables (jars
plus some extra plugins to generate batch files and create an assembly).
I would like to put the configuration for all these different project
types in to my t
Man, I'm 0 for 3 today :(
Fair enough, I read too fast, and thought you meant to declare the profile
in the POM.
You're right, there are a few defects here.
The first is that activeByDefault seems to hold a little too much power
here. It does not honor the -P flag.
If you remove "activeByDefault
I am on 2.0.2. Recommend to wait for 2.0.4 ( comming soon). 2.0.3 has a
couple of regression bugs
-Dan
On 4/6/06, Todd Nine <[EMAIL PROTECTED]> wrote:
>
> Hi Dan,
> One last question, what version of maven2 do you have? I have 2.0.2,
> would upgrading to 2.0.3 make any difference since maven
That solution sounds reasonable. I misunderstood your problem. I though it
was abnormal release cycles, not abnormal CVS setup.
Eric
On 4/6/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
>
> "Eric Redmond" <[EMAIL PROTECTED]> wrote on 04/06/2006 09:40:38 AM:
>
> >
> > I created an alternate reposito
It seems a worse situation to keep dragging 1.1 betas out for this duration
(1 year?). 1.1b2/3 is far better than any prior release. Cut bait and
fish. Make the remaining items 1.2 if needed. The small incremental
changes are better released more frequently for all concerned.
If core work has
Hi Dan,
One last question, what version of maven2 do you have? I have 2.0.2,
would upgrading to 2.0.3 make any difference since maven is plug in based?
Todd
On 4/6/06, dan tran <[EMAIL PROTECTED]> wrote:
>
> you will need to build it from source.
>
> http://svn.apache.org/repos/asf/maven/plugi
Yeah, I guess I should update the docs. And, you know, fix the 20 other
things. Sorry about that.
Eric
On 4/6/06, John Casey <[EMAIL PROTECTED]> wrote:
>
> Don't forget to add an activeProfiles section to your settings.xml, to
> explicitly activate that profile:
>
>
>some-profile-id
>
>
> A
csudhi wrote:
Hi,
Is it possible to change the default webapp directory (src/main/webapp)
location in POM.xml file , to somethng like ui/pages/jsp path (relative to
application root)?
--
View this message in context:
http://www.nabble.com/Changing-default-webapp-directory-t1409364.html#a3795
Hi,
Is it possible to change the default webapp directory (src/main/webapp)
location in POM.xml file , to somethng like ui/pages/jsp path (relative to
application root)?
--
View this message in context:
http://www.nabble.com/Changing-default-webapp-directory-t1409364.html#a3795726
Sent from th
We ship some example apps and have always included the source code
(src/main/java) under WEB-INF/src.
How do I do that with Maven 2?
We tried a couple of things with such as:
../${pom.artifactId}/WEB-INF/src/main/java
and
${basedir}/${pom.artifactId}/WEB-INF/src/main/java
but each woul
Nvm - I'm using the filters now and have a list:
src/main/filters/filter.properties default one
${user.home}/${pom.name}.properties usr override
per project
${user.home}/${pom.name}-${pom.version}.properties user
override per project per version
Is this the right wa
I thought I had a solution for this, but I'm left wondering now.
say I have a config file with a db connection string in it. By default,
users should be able to build/connect/test/etc. So I created a filter
and am applying that filter to these config files.
But say a user wants to override thi
For the record, this is why I want to avoid going to remote server for
the repository:
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] Failed to resolve artifa
Here is my pom file. The directory in the url below is a shared folder
on a different machine.
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
c
Where exactly were you putting that repository section? In your
pom.xml? Or in another configuration file?
Wayne
On 4/6/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> None of this explains why it didn't use my repo and simply ignored it
> completely.
>
> This is the more important part of the pu
None of this explains why it didn't use my repo and simply ignored it
completely.
This is the more important part of the puzzle.
-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 06, 2006 5:57 PM
To: Maven Users List
Subject: Re: Internal (intranet) rep
Here's 2 more things to try...
1. Use Maven Proxy. Then in your proxy settings, you can configure
your internal repo as the primary source for artifacts, then central
as a secondary source. (I don't use Proxy, so I'm not positive about
details, but I believe this is how it would work.)
2. Disable
it meant your repository setting has no effects
-D
On 4/6/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
>
> I see this (doesn't look like it):
>
>
> E:\OTHER-MACHINE\ej-testing\ej-maven-testing\tool1>mvn -X compile
> + Error stacktraces are turned on.
> Maven version: 2.0.3
> [DEBUG] Building Mave
I see this (doesn't look like it):
E:\OTHER-MACHINE\ej-testing\ej-maven-testing\tool1>mvn -X compile
+ Error stacktraces are turned on.
Maven version: 2.0.3
[DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and
Settings\eciramella\.m2\plugin-registry.xml'
[DEBUG] Building Mav
does mvn -X give you any indication it went to local internal repo? I think
it just could not find your artifact in you local repo
-D
On 4/6/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
>
> I want my internal one to be the default, then ONLY go to the central one
> when that particular jar doesn'
I want my internal one to be the default, then ONLY go to the central one when
that particular jar doesn't exist.
(but it'd be nice to see both ways)
The confusing part is, I let the build go all the way through and then copied
those directories to my repository. Then I delete them from my .m2
Do you want to OVERRIDE the Central (Ibiblio) repository?? That is,
prevent your users from going to Central, and only go to your repo
instead?
Or add your repo as another source for dependencies?
Wayne
On 4/6/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> Still doesn't work, I added in the third
Still doesn't work, I added in the third slash, but no good.
Could you guys elaborate on the path?
E:\OTHER-MACHINE\ej-testing\ej-maven-testing\tool1>mvn compile
[INFO] Scanning for projects...
[INFO]
[INFO] Building EJ
We have 2 source trees (trunk for 1.1 development suspended until the release of 1.0.3 and
branches/continuum-1.0.x for 1.0.3 development)
Emmanuel
Dixit, Sandeep (ProSource Solutions) a écrit :
So the source tree is still at 1.0?
Thanks,
Sandeep
-Original Message-
From: Emmanuel Ve
for UNC you need 3 slashes
http://ucb.openoffice.org/docs/fileurl.html
file:///some/file/on/a/server
-D
On 4/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I'm not sure, but this works for me in my settings.xml
>
>
>
> localRepository
>
>
>
Tim,
Thanks. Whew!!! I do appreciate your tolerance as I deal with the learning
curve.
I may be back with a few questions about signing jars later :)
Jeff
--
View this message in context:
http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3792414
Sent from the Maven - Users forum at Na
I'm not sure, but this works for me in my settings.xml
localRepository
local
Local Repository
file://some/file/on/a/server
default
I'm trying hard to use a fileserver as an internal repository (I saw
this somewhere in the documentation):
Such an internal repository can be downloaded from using HTTP or the
file system (using a file:// URL), and uploaded to using SCP, FTP, or a
file copy.
central-2
Up
Thanks.
I actually just tried, but I need 2.0.3/4 and I can't upgrade this week. I
will re-visit next week.
---
Thank You
Mick Knutson
BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com
http://www.djmick.com
---
From: "Wayne Fay" <[EMAIL PROTECTED]>
Reply-To: "M
you will need to build it from source.
http://svn.apache.org/repos/asf/maven/plugins/trunk
-D
On 4/6/06, Todd Nine <[EMAIL PROTECTED]> wrote:
>
> Dumb questions time, I'm still learning maven 2.
>
> 1. Where is the latest snapshot, is it binary or is it source?
> 2. How do I install it, or wher
Thanks for the clarification, Brett.
In that case, Mick, you'll need to download and build/install locally
if you want to use site:stage.
Wayne
On 4/6/06, Brett Porter <[EMAIL PROTECTED]> wrote:
> Correct, site:stage is a new feature in 2.0-beta-5, which will be
> voted on today. I'll update th
If you read the "coping with Sun jars" webpage, you'll understand why
those jars do not exist in ibiblio, and why they have never existed in
ibiblio. They were never moved.
Your only option right now is to download those jars from Sun.com and
manually install them into your local repository with "
Correct, site:stage is a new feature in 2.0-beta-5, which will be
voted on today. I'll update the snapshots now.
- Brett
On 4/7/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> Run mvn -X site:stage and let us know what version of site plugin is
> being used. It sounds like your version of the site plu
As you've probably guessed, those jars do not exist at those locations. If
they did before than they've been moved (obviously), but if you're trying to
use them for the first time, or even if they have moved, you could try
downloading them manually and then installing them in your local repositor
I am trying to convert an existing and convoluted project at work to Maven 2
from an existing Ant build script. I'm starting to get the hang of breaking
one large project into multiple small projects (i.e. one artifact per
project), but I'm running into the following issue. I create three projec
Hi,
for the 'activation' an 'mail' dependencies have a look at:
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
-Tim
[EMAIL PROTECTED] schrieb:
Experiencing following problem on Building an Ear during compilation
Any reason why, -> has the location changed and how do I c
Dumb questions time, I'm still learning maven 2.
1. Where is the latest snapshot, is it binary or is it source?
2. How do I install it, or where are the directions on how to do so if its a
binary?
Thanks,
Todd
On 4/6/06, dan tran <[EMAIL PROTECTED]> wrote:
>
> not sure why, but could you try the
Experiencing following problem on Building an Ear during compilation
Any reason why, -> has the location changed and how do I compensate
[INFO]
[INFO] Building core project classes
[INFO]task-segment: [compile]
[INF
Yup. I have multiple profiles activated by different values being set
for the tomcat parameter. If nothing is set then the one with
true is used.
Lee Meador wrote:
Does that work to have with and a
in the same profile? Does it activate if you put tomcat=local or anytime
some other profile
Verified that the POM causes an exception rather than hanging.
-Original Message-
From: John Casey [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 06, 2006 11:40
To: Maven Users List
Subject: Re: [m2.0.3] Scanning for projects... hangs
Alright, this should be fixed now. Can you give th
Don't forget to add an activeProfiles section to your settings.xml, to
explicitly activate that profile:
some-profile-id
Also, I noticed your profile doesn't have an ...you'll need one if
you want to do this.
-john
Julio Oliveira wrote:
Hi
I put it in the %HOMEPATH%\.m2\settings.xml f
We are doing the same with our Oracle App Server oc4j-specific files...
Just create this file yourself manually, and copy to the appropriate
place in resources directory.
Wayne
On 4/6/06, Scott Ryan <[EMAIL PROTECTED]> wrote:
> Is this a file that you can truly generate or is it a fixed file tha
Ouch.
You are using the velocity template that generates the jnlp file instead of a jnlp file
template :-)
Your jnlp file template should be an ordinary jnlp file with the exception that you can
use the three variables '$dependencies', '$mainClass' and '$outputFile' which the plugin
then sub
On 06.04.2006, at 19:44, dan tran wrote:
how about having every developer using the same settings.xml to be
installed
in ${maven.home}/conf ?
That's exactly how I do it. I have prepared our custom "maven distro"
which is a plain maven build with a customized conf/settings.xml. All
devel
Hi
I put it in the %HOMEPATH%\.m2\settings.xml file.
this is
--
propellors.net
http://propellors.net/maven-repo
Run mvn -X site:stage and let us know what version of site plugin is
being used. It sounds like your version of the site plugin does not
contain the stage goal.
I don't use site:stage and I have no idea when it was added to the
plugin. If it was recent, then it might not have made its way to
ibibl
Does that work to have with and a
in the same profile? Does it activate if you put tomcat=local or anytime
some other profile doesn't get activated?
Thanks.
-- Lee
On 4/5/06, Richard Wallace <[EMAIL PROTECTED]> wrote:
>
> Henry S. Isidro wrote:
> > Richard Wallace wrote:
> >
> >> Is the flag
Got it. Thanks. I've patched my archetype 1.0-alpha-4 source and rebuilt. -K
On 4/6/06 8:46 AM, "Eric Redmond" <[EMAIL PROTECTED]> wrote:
> Oddly enough:
> http://jira.codehaus.org/browse/ARCHETYPE-22#action_62607
>
>
> On 4/6/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote:
>>
>> It would be
I removed the site dependancy declaration in my pom, and it works for
site:site
But I want to run site:stage and that does not seem to be found:
-
[INFO] Searching repository for plugin with prefix: 'site
As Eric said, you are missing a dependency on Jaxen.
Try adding this to your pom.xml:
jaxen
jaxen
1.1-beta-8
compile
Wayne
On 4/6/06, Eric Redmond <[EMAIL PROTECTED]> wrote:
> The one relevant line:
> Caused by: java.lang.NoClassDefFoundError: org/jaxen/BaseXPath
>
> An
> I understand that maven has a default set of lifecycle plugins
> (compile/test/install/deploy/etc). But I know people won't like the
> fact that they'll have to ask or resort to an internal wiki to find out
> how to build up a deployable package.
That's the beauty of Maven...
All projects are
There are definetely plans but we are only very few people actively
working on m1 anymore. Since the release of m11b2 we have mainly
concentrated on plugins development, we planned to include a new version
of every single plugin into 11b3 [1]. Plugins provide the main
functionality for the en
Try the following:
mvn -e archetype:create -DgroupId=com.mycompany.app -DartifactId=myapp
mvn site:site
If this completes successfully, then you've probably got a problem in
your project's pom.
If it fails, then we can continue debugging.
Wayne
On 4/6/06, Mick Knutson <[EMAIL PROTECTED]> wrote
There is no Super POM in the filesystem somewhere. It is merely a concept.
/home/brian/java/projects/pom.xml
/home/brian/java/projects/proj1/pom.xml (parent = ../pom.xml)
/home/brian/java/projects/proj1/lib/pom.xml (parent = ../pom.xml)
/home/brian/java/projects/proj1/web/pom.xml (parent = ../pom.
how about having every developer using the same settings.xml to be installed
in ${maven.home}/conf ?
-D
On 4/6/06, Brian Robinson <[EMAIL PROTECTED]> wrote:
>
> Can anyone tell me where I can find the Super POM on the file system?
>
>
>
> I want to have one place where I can have all projects us
Can anyone tell me where I can find the Super POM on the file system?
I want to have one place where I can have all projects use our
repository, and I would like to avoid using tags in each
pom.xml in my many projects. Also, ideally we won't have to have every
developer use their own settings
Unfortunately mvn help:describe -Dpluginname doesn't work for many plugins
as it has not been implemented for a lot of plugins (especially some of
the more standard ones like install and compile!!)
I get a null pointer exception when I run it for those two. Being
relatively new to the whole Mav
Seemed to download different stuff, but still same error:
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for
updates from central
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-comp
Then it seems safe to say that your problem will probably not be fixed by 2.0.4.
Anyways, looking at the trace, I don't think this is a Maven core
issue but instead is related to the site plugin.
Wayne
On 4/6/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
> I have not gone to 2.0.3 yet either.
>
>
Try mvn -U site:site
Wayne
On 4/6/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
> 1. I don't know what the doxia is as I did not import it. How do I fix it
> please?
> Should I add that dependancy?
>
>
> ---
> Thank You
> Mick Knutson
>
> BASE logic, inc.
> (415) 648-1804 (San Francisco, CA)
> http
I have not gone to 2.0.3 yet either.
---
Thank You
Mick Knutson
BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com
http://www.djmick.com
---
From: "Wayne Fay" <[EMAIL PROTECTED]>
Reply-To: "Maven Users List"
To: "Maven Users List"
Subject: Re: [m2] 2.0.4 releas
I believe the 2.0.4 release is "strictly" to address regression(s) from 2.0.2...
Did you open a JIRA issue about this problem, and assign "affects
2.0.3", and verify that it was a regression from 2.0.2? Or just send
emails about the issue? And are you sure this is a Maven (core) issue
and not just
1. I don't know what the doxia is as I did not import it. How do I fix it
please?
Should I add that dependancy?
---
Thank You
Mick Knutson
BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com
http://www.djmick.com
---
From: "Wayne Fay" <[EMAIL PROTECTED]>
Reply-To
Looks like you're using an old doxia? NoSuchMethodError would suggest
that your version of doxia is missing a method or that signatures
aren't proper.
[DEBUG] Trace
java.lang.NoSuchMethodError:
org.apache.maven.doxia.siterenderer.SiteRenderingContext.setTemplate(Ljava/lang/String;)V
at org.apache.
The plug-ins list and matrix are invaluable too:
http://maven.apache.org/plugins/index.html
http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix
The biggest jump from going from ant to maven is that sense of "control"
that you get in ant being able to put code and files wherever you like.
I understand this fine and well, but when we have developers sitting
down for the first time to do something via maven, in the ant world,
they'd type, "ant -projecthelp", or just "ant".
I understand that maven has a default set of lifecycle plugins
(compile/test/install/deploy/etc). But I know pe
Are there any plans to turn Maven 1.1b2 into 1.1 final?
I'm personally quite happy to trust using a b2 version but being in a
commercial organisation eyebrows are always raised when you say you're
using a beta build of an open source project!
thanks
James
---
Is this release going to fix my issues with site:site I have been posting
about (but getting no responses)?
---
Thank You
Mick Knutson
BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com
http://www.djmick.com
---
From: "Wayne Fay" <[EMAIL PROTECTED]>
Reply-To: "M
> -Original Message-
> From: EJ Ciramella [mailto:[EMAIL PROTECTED]
> Sent: jeudi 6 avril 2006 18:50
> To: Maven Users List
> Subject: RE: Maven 2 guide for ant users
>
> This isn't what I'm looking for.
>
> What I'm looking for is something that has things like
>
> Ant t
You need to add this to your pom.xml for your project:
jaxen
jaxen
1.1-beta-8
compile
Scope test is quite literally:
test
Boris is simply saying, you can use test scope instead of compile
scope since you are using this dependency in your tests.
Wayne
On 4/6/06, Pierre
I suggest to you to follow maven getting started documentation for a
first and good approach
of maven .
Tom.
2006/4/6, EJ Ciramella <[EMAIL PROTECTED]>:
> This isn't what I'm looking for.
>
> What I'm looking for is something that has things like
>
> Ant target = maven goal
> Ant task = maven ??
Keystore for... what exactly? What's the use case/what are you trying
to do exactly?
Wayne
On 4/6/06, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote:
> Dear.
> Is it possible to create / use keystores in M2 ?
> Regards.
> - - - - - - - DISCLAIMER- - - - - - - -
> Unless indicated otherwise, the info
Here's the latest RC for 2.0.4:
http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060406.131501.tar.gz
You'll have to watch the dev@ list to see when it is released as
final. I don't believe there is any particular "delivery date" that is
defined at this point -- it will be rel
Ok ,
Maven 2.0.x brings abstraction on building process compared to ant.
where ant deals with target maven does it with plugins.
For example resources to copy are explicitely copy for ant . maven
achieves it by plugin
resource.
If you are an experienced ant user , with a little practice of maven
yo
I have occasion to build at locations where I don't have internet access but
I do have access to a cvs repository where I have added
my local maven repository. So I build a local repository with a check out
from cvs and then I build my project with 'mvn -o clean install'.
However I get the followin
Tim,
This may all simply be due to a lack of knowledge about how this should all
work, in which case I would appreciate some explanation.
Here is the template.vm I am using:
## timestamp ??
##
## JNLP/INFORMATION
##
#foreach( $information in $config.jnlp.informations )
${information.
This isn't what I'm looking for.
What I'm looking for is something that has things like
Ant target = maven goal
Ant task = maven ??
Ant -projecthelp = mvn ??
-Original Message-
From: Tom Joad [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 06, 2006 12:48 PM
To: Maven Users List
Subje
Hello,
Please see http://maven.apache.org/ant-tasks.html
it is a bit thin but very helpful.
Tom.
2006/4/6, EJ Ciramella <[EMAIL PROTECTED]>:
> Is there anything like this? I'm very used to typing "ant -projecthelp"
> and seeing a list of targets an descriptions.
>
> I'm trying to learn some mave
not sure why, but could you try the latest snaphost of release plugin? I am
doing a daily release, and it
works fine
-D
On 4/6/06, Todd Nine <[EMAIL PROTECTED]> wrote:
>
> OK, I have modified my parent pom to be in the directory immediately above
> my parent pom.
>
> I.E.
>
> pom.xml
> proj1/po
It's fixed now. You need to delete the poms of that plexus-*
components from your local repo so they get downloaded again.
On 4/6/06, Gautham Pamu <[EMAIL PROTECTED]> wrote:
> Hi Carlos and Wayne,
>
> Do you still want me to open the bug report on
> http://jira.codehaus.org/browse or is it already
That archetype does not exist in ibiblio:
http://www.ibiblio.org/maven2/org/apache/maven/archetypes/
Nor does it exist on Apache CVS:
http://cvs.apache.org/maven-snapshot-repository/org/apache/maven/archetypes/
I think you're probably looking for j2ee? But its only hosted on
Apache CVS, so you'll
Is there anything like this? I'm very used to typing "ant -projecthelp"
and seeing a list of targets an descriptions.
I'm trying to learn some maven stuffs (we may be switching soon).
Rolf,
FYI.
I have added your instructions for running the jetty plugin
under the eclipse debugger as a FAQ entry on the jetty6
site at:
http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse
I've credited your name.
regards
Jan
Rolf Strijdhorst wrote:
1 - 100 of 180 matches
Mail list logo