Re: Maven 2.0 Beta 1 Released

2005-09-19 Thread Wim Deblauwe
congrats! I also noticed this: http://jroller.com/page/julien.dubois?entry=migrated_to_maven_2 regards, Wim 2005/9/17, Adam Hardy <[EMAIL PROTECTED]>: > > Well done, dev team. A great accomplishment! > > John Fallows on 17/09/05 01:13, wrote: > > Congratulations to the Apache Maven team - th

Re: [m1.1b2] maven.test.skip not working

2005-09-19 Thread Michael Owen
Hi, Many thanks for your help. It is very appreciated. However, tried the code you suggest and it is still not working. Using the print statement: (1) maven.disable.tests = ${context.getVariable('maven.disable.tests')} in the code (which is in a common maven.xml file):

[m2] Error in Hello plugin

2005-09-19 Thread Pablo
Hi all!! I'm having some troubles in developing Hello plugin as stated in http://maven.apache.org/maven2/developers/developing-plugins-with-marmalade.html. The version I'm working with is 2.0-beta-1, although with 2.0-alpha-3 there was the same problem. Bellow I explained project structure,

[m2-b1] Ant Tasks

2005-09-19 Thread David Pick
Any idea when the ant tasks standalone jar for Maven 2.0-beta-1 will be released? i.e. the equivalent of maven-artifact-ant-2.0-alpha-3-dep.jar for alpha-3. Failing that any idea which of the Maven jar files are required from the lib directory? Cheers Dave -

RE: [m2] Error in Hello plugin

2005-09-19 Thread Yann Le Du
Hi Pablo, This seems to be a known issue : http://jira.codehaus.org/browse/MNG-916 Yann --- Pablo <[EMAIL PROTECTED]> a écrit : > Hi all!! > > I'm having some troubles in developing Hello plugin as stated in > http://maven.apache.org/maven2/developers/developing-plugins-with-marmalade.h

Re: How to set a plugin's prefix?

2005-09-19 Thread Wendell Beckwith
Damn! I was all set to bitch about how it still doesn't work because I have done the following 2 steps so many times that I ultimately gave up on it, and now bam it magically works with 2B1. Thanks to all who offered comments and help, maybe the 52nd time is the charm. Wb On 9/18/05, Brett Po

[m2] eclipse integration

2005-09-19 Thread Ashley Williams
Wishing to exclusively work from eclipse and abandon the command line, I was hoping to find an eclipse plugin that would let me use maven services direct from within eclipse. I did find the following: http://mevenide.codehaus.org/mevenide-ui-eclipse/features.html http://www.binamics.com/maven

Re: [m2] eclipse integration

2005-09-19 Thread Milos Kleint
Ashley Williams wrote: Wishing to exclusively work from eclipse and abandon the command line, I was hoping to find an eclipse plugin that would let me use maven services direct from within eclipse. I did find the following: http://mevenide.codehaus.org/mevenide-ui-eclipse/features.html http

Re: [m2] Error in Hello plugin

2005-09-19 Thread Pablo Muñiz
Thanks Yann, by modifying tag in plugin-registry.xml from my local repository I've solved this issue until it's fixed in further releases. Pablo. Yann Le Du escribió: Hi Pablo, This seems to be a known issue : http://jira.codehaus.org/browse/MNG-916 Yann --- Pablo <[EMAIL PROTECTED

Re: [m2] eclipse integration pitch

2005-09-19 Thread Ashley Williams
Jumping the gun in assuming that no such project yet exists (google research), I'd like to make a pitch for any willing and experienced eclipse plugin writers out there to think about starting one... My thoughts are that there are 100 Eclipse users to every Maven user (from the made-up stat

Re: [m2] eclipse integration

2005-09-19 Thread Ashley Williams
Do you happen to know if m2 support is planned? On 19 Sep 2005, at 12:29, Milos Kleint wrote: Ashley Williams wrote: Wishing to exclusively work from eclipse and abandon the command line, I was hoping to find an eclipse plugin that would let me use maven services direct from within ecli

Passing params/variables through reactor

2005-09-19 Thread Haldi, Silvio
Hi I'm having a problem passing variables set in top level maven.xml by using or to subproject when calling it with a reactor tag. When I'm trying to read the variable in the subproject's maven.xml the value isn't set. Is there a way to pass such variables or parameters from parent projects to

Re: [m2-b1] Ant Tasks

2005-09-19 Thread Brett Porter
They are released simultaneously and linked from the download page: http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-beta-1-dep.jar I will add them to the Maven repository also. Cheers, Brett On 9/19/05, David Pick <[EMAIL PROTECTED]> wrote: > > Any idea when the ant t

Re: [m2] eclipse integration

2005-09-19 Thread Milos Kleint
http://jira.codehaus.org/browse/MEVENIDE-185 Milos Ashley Williams wrote: Do you happen to know if m2 support is planned? On 19 Sep 2005, at 12:29, Milos Kleint wrote: Ashley Williams wrote: Wishing to exclusively work from eclipse and abandon the command line, I was hoping to find an

Re: Passing params/variables through reactor

2005-09-19 Thread Arnaud HERITIER
Which release of maven do you use ? I'll try to create a simple testcase ... Arnaud On 9/19/05, Haldi, Silvio <[EMAIL PROTECTED]> wrote: > > Hi > I'm having a problem passing variables set in top level maven.xml by > using > or > > to subproject when calling it with a reactor tag. When I'm try

RE: Passing params/variables through reactor

2005-09-19 Thread Haldi, Silvio
Hi Arnaud I'm using maven release 1.0.2. Silvio -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Montag, 19. September 2005 14:36 To: Maven Users List Subject: Re: Passing params/variables through reactor Which release of maven do you use ? I'll try to create a s

Re: [m1.1b2] maven.test.skip not working

2005-09-19 Thread Michael Owen
I've solved the problem. The multiproject goal needed changing to: i.e. scope="parent" added. style='FONT-SIZE:11px;FONT-FAMILY:tahoma,sans-serif'>size=1> From: "Michael Owen" <[EMAIL PROTECTED]>Reply-To: "Maven Users List"

Re: [m2] eclipse integration

2005-09-19 Thread Ashley Williams
I guess this answers some of my questions on my other thread. I notice the last comment is dated May 2005 - has there been any progress since then? On 19 Sep 2005, at 13:20, Milos Kleint wrote: http://jira.codehaus.org/browse/MEVENIDE-185 Milos Ashley Williams wrote: Do you happen to k

Re: [m1.1b2] maven.test.skip not working

2005-09-19 Thread Arnaud HERITIER
It seems we have weird problems with variables scope in m1.1 your problem is certainly a side-effect of this issue : http://jira.codehaus.org/browse/MAVEN-1691 It's a workaround you can use, waiting for a fix, but it's very dangerous to use the parent scope. You must check if it doesn't create a

Re: [m2] eclipse integration pitch

2005-09-19 Thread Kenney Westerhof
On Mon, 19 Sep 2005, Ashley Williams wrote: Hi, > Jumping the gun in assuming that no such project yet exists (google > research), I'd like to make a pitch for any willing and experienced > eclipse plugin writers out there to think about starting one... I really think the mevenide guys should st

ejb plugin 1.7.1

2005-09-19 Thread jan_bar
Hi, the ejb plugin installs the client EJB code in ejb-clients folder with ejb-clients extension e.g. /ejb-clients/.ejb-client. Is this correct? How should I work with jar file with ejb-client extension when I need it for my EJB clients? Jan ---

Dependancy on other source project without use

2005-09-19 Thread Miks Rozenbergs
Hello! Let's say I have 3 directories, each containing a Java project that I'm developing in Eclipse: [my.app.runtime] [my.app.ui] [my.app.utils] "my.app.utils" is used (imported) in both "my.app.runtime" and "my.app.ui". I somehow was under impression that it will be possible to tell that "my.a

RE: ejb plugin 1.7.1

2005-09-19 Thread Vincent Massol
Hi Jan, > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of jan_bar > Sent: lundi 19 septembre 2005 15:01 > To: users@maven.apache.org > Subject: ejb plugin 1.7.1 > > Hi, > > the ejb plugin installs the client EJB code in ejb-clients folder with > ejb-clients extensi

Re: Dependancy on other source project without use

2005-09-19 Thread Kristian Nordal
On Sep 19, 2005, at 3:07 PM, Miks Rozenbergs wrote: Hello! Let's say I have 3 directories, each containing a Java project that I'm developing in Eclipse: [my.app.runtime] [my.app.ui] [my.app.utils] "my.app.utils" is used (imported) in both "my.app.runtime" and "my.app.ui". I somehow was under

[m2-beta-1] Ear plugin: root-context & copied JARs/WARs

2005-09-19 Thread fabrice . belingard
Hi guys! I've 2 little questions about the Ear plugin (version 2.0beta1): 1- how can I tell the Ear plugin to use a specific root-context for a War when it generates the application.xml? (instead of using the artifactId) Something like the "" in m1. 2- when the plugin generates the Ear, it p

Re: ejb plugin 1.7.1

2005-09-19 Thread jan_bar
Thanks Vincent, I have maven 1.1-beta-2 and I am trying to use EJB plugin so it can handle the EJB3. I forgot to add ejbTypeHandler variable. Here is my maven.xml: Now it works fine. Is there any better way? There is no support for EJB3 in maven... thanks, Jan > Hi Jan, > > Version 1.

[m2] repo - what kind of problem is it?

2005-09-19 Thread Vitaly Berdinskikh
Hi! I just install maven2-beta-1. Run "m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app" Log: [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] org.apache.maven.plugins: checking for updates from central [INFO] artifact org.apache.maven.plugins:mave

versioned jars and InstallShield

2005-09-19 Thread Wim Deblauwe
Hi, is there anybody that uses Maven and InstallShield? We have a problem using both together when we think about updates. InstallShield can only update a file if it keeps the same name, but since Maven puts the version in the name, we have a problem there. Has anybody solved this problem in s

Re: [m2] repo - what kind of problem is it?

2005-09-19 Thread Emmanuel Venisse
Some checksum are incorrect on the server, we need to fix them. Emmanuel Vitaly Berdinskikh wrote: Hi! I just install maven2-beta-1. Run "m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app" Log: [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] or

Re: [m2] eclipse integration pitch

2005-09-19 Thread Sachin Patel
Has there been any thought to talking to the eclipse team to perhaps for them to integrate Maven support within the eclipse platform? Kenney Westerhof wrote: On Mon, 19 Sep 2005, Ashley Williams wrote: Hi, Jumping the gun in assuming that no such project yet exists (google research), I'd

Re: [m2] eclipse integration pitch

2005-09-19 Thread Ashley Williams
Hi Kenney, On 19 Sep 2005, at 13:58, Kenney Westerhof wrote: On Mon, 19 Sep 2005, Ashley Williams wrote: Hi, Jumping the gun in assuming that no such project yet exists (google research), I'd like to make a pitch for any willing and experienced eclipse plugin writers out there to think abou

Réf. : Re: [m2] eclipse integration pitch

2005-09-19 Thread fabrice . belingard
There's been some discussion about that between Jeff McAffer and Brett some weeks ago: http://dev.eclipse.org/mhonarc/lists/pde-build-dev/msg00074.html I talked to Jeff about that and he told me that they don't have much time to dedicate to the effort right now (although they're interested) an

clean plugin

2005-09-19 Thread jan_bar
Hi, the clean plugin should clean the ${maven.build.dir}, but it reguires that all are satisfied. If I remove my artifact from repository and try to build my project, the clean will fail, because my artifact is not in repository. I use maven .1. beta 2 and multiproject. How can i clean the projec

Re: clean plugin

2005-09-19 Thread Arnaud HERITIER
It's not possible in maven 1. Dependencies are checked for any goal called. It's a feature already implemented in m2. Arnaud On 9/19/05, jan_bar <[EMAIL PROTECTED]> wrote: > > Hi, > > the clean plugin should clean the ${maven.build.dir}, but it reguires that > all are satisfied. If I remove my

[m102] dependencies.html showing an unexpected url

2005-09-19 Thread Thomas_Perry
hello, I used site:generate for a web project, and the resulting dependencies.html shows one of the dependencies with a url value. However, the none of the dependencies in project.xml have a url value specified. My question is, where would the url come from, if not the pom? My web project h

Getting a file from HTTP

2005-09-19 Thread Craig McDaniel
I have to generate source code from an XSD using Castor. Unfortunately, the XSD file is in a separate Subversion repository and I'd rather not keep parallel copies in version control (what a mess!). I would like to be able to get the XSD into the target/ tree somewhere as a preGoal to my custom "ge

RE: Subprojects and Dependencies

2005-09-19 Thread Dru Devore
Jesse, I can go with maven or m2 it doesn't really matter in this case since I am starting from scratch. The thing that does matter is using sub projects and configuring them "quickly". The situation I am working with is a NetBeans project with the ant scripts created. I need to insure that I can

RE: clean plugin

2005-09-19 Thread Jörg Schaible
Arnaud HERITIER wrote on Monday, September 19, 2005 4:43 PM: > It's not possible in maven 1. > Dependencies are checked for any goal called. > It's a feature already implemented in m2. It can and it has published here on the list more than once: ${reactorProjec

RE: clean plugin

2005-09-19 Thread Jörg Schaible
Jörg Schaible wrote on Monday, September 19, 2005 5:25 PM: > Arnaud HERITIER wrote on Monday, September 19, 2005 4:43 PM: > >> It's not possible in maven 1. >> Dependencies are checked for any goal called. >> It's a feature already implemented in m2. > > It can and it has published here on the l

Re: clean plugin

2005-09-19 Thread Arnaud HERITIER
I didn't see it. I'll take a look at it. I thought it was impossible because the artifacts were downloaded by the core after it loaded the pom. Thanks Jorg. Arnaud On 9/19/05, Jörg Schaible <[EMAIL PROTECTED]> wrote: > > Jörg Schaible wrote on Monday, September 19, 2005 5:25 PM: > > > Arnaud

Re: Getting a file from HTTP

2005-09-19 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sep 19, 2005, at 10:16, Craig McDaniel wrote: I have to generate source code from an XSD using Castor. Unfortunately, the XSD file is in a separate Subversion repository and I'd rather not keep parallel copies in version control (what a mess!). I

[m2] java plugin

2005-09-19 Thread Ashley Williams
Is there currently a java plugin for running regular main() apps? I've just checked the repository and I couldn't find one. Currently I define the following plugin in my pom: org.apache.maven.plugins maven-jar-plugin Server

RE: versioned jars and InstallShield

2005-09-19 Thread Sean Hennessy
Ask the installer guy what mechanisms are available within InstallShield to reference environment variables. This might trigger a solution where the artifact version are exposed to Maven and InstallShield using system environment variable names. One assumes that you invoke InstallShield .ism fr

Re: clean plugin

2005-09-19 Thread jan_bar
Thanks Jörg, it was published in http://article.gmane.org/gmane.comp.jakarta.turbine.maven.user/19338. What is the purpose of the postGoal? By current release you mean maven 1.1 beta2 or maven 2 beta 1? Thanks, Jan "Jörg Schaible" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Jörg

ejb and war plugins (maven 1.1 beta2)

2005-09-19 Thread jan_bar
Hi, ejb plugin places the EJB client code in repository in ejbs/.jar. However the war plugin uses only type=jar dependencies: (maven-war-plugin-1.6.1/plugin.jelly, line 149) Seems like bug. How can I add my EJB client jar to WAR? Thanks, Jan -

Re: [m2] java plugin

2005-09-19 Thread Kristian Nordal
On Sep 19, 2005, at 5:58 PM, Ashley Williams wrote: Is there currently a java plugin for running regular main() apps? I've just checked the repository and I couldn't find one. Currently I define the following plugin in my pom: org.apache.maven.plugins maven-jar-plugin

Re: [m2] java plugin

2005-09-19 Thread Kenney Westerhof
On Mon, 19 Sep 2005, Kristian Nordal wrote: You could file a JIRA issue for that plugin to request a 'execute:jar' goal that executes the jar if it is an auto-executable jar (i.e. it's manifest has a Main-Class entry). Note that maven2 is a project management/build tool, not a generic execution e

Re: [m2] java plugin

2005-09-19 Thread Wendell Beckwith
I also have a need for a maven-java-plugin that can be used to execute a java process that is not tied to a jar. So the capability to execute a jar or simply a class on the classpath would benefit all. Wb On 9/19/05, Kristian Nordal <[EMAIL PROTECTED]> wrote: > > On Sep 19, 2005, at 5:58 PM, A

Re: [m2] java plugin

2005-09-19 Thread Kristian Nordal
On Sep 19, 2005, at 6:55 PM, Kenney Westerhof wrote: On Mon, 19 Sep 2005, Kristian Nordal wrote: You could file a JIRA issue for that plugin to request a 'execute:jar' goal that executes the jar if it is an auto-executable jar (i.e. it's manifest has a Main-Class entry). Done. http://jira.cod

Re: Getting a file from HTTP

2005-09-19 Thread Craig McDaniel
That works for me, thanks! On 9/19/05, Craig S. Cottingham <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sep 19, 2005, at 10:16, Craig McDaniel wrote: > > > I have to generate source code from an XSD using Castor. > > Unfortunately, the XSD file is in a sepa

Re: [m2] java plugin

2005-09-19 Thread Jesse McConnell
hi, I was the one that cobbled that maven-execute-plugin together in the sandbox that you are referring too.. there is some discussion on irc around it... my general feeling on it, and the reason I created it in the first place was that it was a great (and simple) way to have m2 manage the cla

Re: clean plugin

2005-09-19 Thread Lukas Theussl
What is the purpose of the postGoal? I guess it's to work around this issue: http://jira.codehaus.org/browse/MPMULTIPROJECT-45 AFAIK, this is still open in m1.1b2. - Lukas - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [m2] java plugin

2005-09-19 Thread Ashley Williams
Just wondering why the controversy. Is it about where to best place the task, or even whether it belongs in maven at all? On 19 Sep 2005, at 18:38, Jesse McConnell wrote: hi, I was the one that cobbled that maven-execute-plugin together in the sandbox that you are referring too.. there i

RE: [m2] java plugin

2005-09-19 Thread Goodin, Brandon
I'm not sure if I'm off in left field by asking this. I am porting an ant build to a maven build. I have a test that I run using a main() call. It is not possible to place it within the confinements of a junit test. So, it does not get executed as a unit test. However, it is still a unit test that

Site Branding?

2005-09-19 Thread Tim Dysinger
I have a simple war project and I want to extend it by branding it for each of our customers. The "branded" projects is essentially the same code as the main project with slightly over-ridden web content (jsps and images). What is the simplest way to do this in Maven? I was thinking of making a

Re: [m2] java plugin

2005-09-19 Thread Jesse McConnell
trygvis has a spiffy idea a bit ago about a new assembly type plugin that would produce a set up shell scripts (or batch files, wherever the case may be) that could be used for launching command line based applications.. the idea scales nicely into a handy mechanism for launching servers or thi

Re: [m2] java plugin

2005-09-19 Thread Jesse McConnell
your mentioning maven.xml so unless I am mistaken you are referring to m1...which I don't know much about..the rest of this conversation pertains to m2...which probably should have been mentioned before this point.. :) but I am sure one of these other learned individuals on this list will be ab

Re: [m2] java plugin

2005-09-19 Thread Ashley Williams
So in other words 'deploy jar to shell' in the same way as 'deploy war to webserver'. Would we need different flavors such as: deploy-to-bash deploy-to-dos etc? Maybe not since the java command I think is the same in all those environments. Would the shell script be an artifact in its own ri

Re: Site Branding?

2005-09-19 Thread Raphaël Piéroni
Tim Dysinger a écrit : I have a simple war project and I want to extend it by branding it for each of our customers. The "branded" projects is essentially the same code as the main project with slightly over-ridden web content (jsps and images). What is the simplest way to do this in Maven? I

RE: [m2] java plugin

2005-09-19 Thread Listf
I think if the classpath would be accessible in the project.xml this would save a lot of work and injure no philosophy. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] eclipse integration

2005-09-19 Thread Milos Kleint
On 9/19/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > > I guess this answers some of my questions on my other thread. I > notice the last comment is dated May 2005 - has there been any > progress since then? I can't speak for the guys working on eclipse integration at mevenide, but for netb

Re: Dependancy on other source project without use

2005-09-19 Thread Miks Rozenbergs
Kristian Nordal gmail.com> writes: > You need some way of connecting them together. If you don't have a > parent project, then they are just three independent projects. Then > you must put the dependencies in the repository manually. You should > look into creating a parent POM, are easy t

Re: [m2 beta-1] dependency resolution

2005-09-19 Thread Adam Hardy
The thing with the www.neonics.com repository is that it put the snapshot in org.apache.maven.plugin.maven-xdoclet-plugin Do you mean that in other situations, maven would normally ignore the mojos in the local repository if there is no reference to its public repository? Or I could have rem

Re: [m2 beta-1] dependency resolution

2005-09-19 Thread Brett Porter
On 9/20/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > > Do you mean that in other situations, maven would normally ignore the > mojos in the local repository if there is no reference to its public > repository? Yes. Or I could have removed the whole SNAPSHOT.version.txt and it would have > worked

How to escape ${ in Jelly/Jexl ?

2005-09-19 Thread KC Baltz
We are in the process of migrating to Maven from Ant and I'm having a bit of trouble replicating in Maven a behavior we have in our Ant build. We use the Ant filtered copy mechanism where tokens are replaced with values. The copy task lets you specify your token delimiters and we chose ${ and

Re: [m2] java plugin

2005-09-19 Thread Wendell Beckwith
That's basically what I need also. I'm writing a plugin to execute a 3rd party's java command line, so a simple maven-java-plugin would save a *A LOT* of work. This would allow me to concentrate on handling/validation the configuration and I then pass the command and classpath to the java plugin

Re: [m2] java plugin

2005-09-19 Thread Jesse McConnell
well, the maven-execute-plugin does that already you can either configure with with static params in the plugin configuration or you can use the -Dexecute.class="" -Dexecute.args="" execute:resources mechanism On 9/19/05, Wendell Beckwith <[EMAIL PROTECTED]> wrote: > > That's basically what I

Re: [m2] deploy via scpexe -> Unable to retrieve metadata

2005-09-19 Thread andrew
Hi, Further to the below, if I deploy a project to the remote repository successfully via NFS and then switch over to scpexe, subsequent deployments over scpexe work as expected. This appears to be due to the presence of the maven-metadata.xml files in the repository. If I remove these the deploy

Re: versioned jars and InstallShield

2005-09-19 Thread Edwin Punzalan
If you don't want to use the default artifact naming convention used by m2, you can set the filename of the package in your pom.xml like so: ... name ... with the above set, the output file will be: name.jar (or name.war, whatever the pom packaging is). ^_^ Wim D

Re: [m2] deploy via scpexe -> Unable to retrieve metadata

2005-09-19 Thread Brett Porter
That's odd, as the protocol shouldn't know anything about that. Probably it is because it could not be downloaded originally that it is not created. Please file a bug. Thanks, Brett On 9/20/05, andrew <[EMAIL PROTECTED]> wrote: > > Hi, > > Further to the below, if I deploy a project to the r

Re: Site Branding?

2005-09-19 Thread Rinku
Hi Tim, We do something similar in the sense that we have 'patches' set up for different targeted environments - integration/uat (customer specific patches in your case). Basically we have a custom plugin that wraps around the commonly executed standard goals (war:war, jar:jar etc). We spe

Re: How to escape ${ in Jelly/Jexl ?

2005-09-19 Thread John Fallows
Try Kind Regards, John Fallows. On 9/19/05, KC Baltz <[EMAIL PROTECTED]> wrote: > We are in the process of migrating to Maven from Ant and I'm having a bit of > trouble replicating in Maven a behavior we have in our Ant build. We use the > Ant filtered copy mechanism where tokens are replac

Re: [m2] deploy via scpexe -> Unable to retrieve metadata

2005-09-19 Thread andrew
Brett Porter wrote: > That's odd, as the protocol shouldn't know anything about that. Yes, it is odd :) There is no protocol information in the metadata file or anything. > Probably it > is because it could not be downloaded originally that it is not created. The metadata DOES get created if

Re: versioned jars and InstallShield

2005-09-19 Thread Wim Deblauwe
And in Maven 1.x ? 2005/9/20, Edwin Punzalan <[EMAIL PROTECTED]>: > > > If you don't want to use the default artifact naming convention used by > m2, you can set the filename of the package in your pom.xml like so: > > > ... > > name > > ... > > > with the above set, the output file will b

RE: Re: clean plugin

2005-09-19 Thread Jörg Schaible
jan_bar wrote on Monday, September 19, 2005 6:27 PM: > Thanks Jörg, > > it was published in > http://article.gmane.org/gmane.comp.jakarta.turbine.maven.user/19338. The solution replaces the multiproject:clean goal completely (the plugin should use this impl). > What is the purpose of the postG