Re: Eclipse Plugin and WTP Facets problem

2008-05-21 Thread Guillaume Boucherie
Hello, I'm think the m2eclipse goal is to be used with the eclipse plugin coled m2eclipse (http://m2eclipse.codehaus.org/). This plugin add support for maven2 directly in your eclipse and managed dependencies in special way so you have to used m2eclipse goal. Guillaume Boucherie 2008/5/21, Mart

Re: integration-test practices

2008-05-21 Thread Wendy Smoak
On Wed, May 21, 2008 at 3:35 PM, Paul Davis <[EMAIL PROTECTED]> wrote: > It seems the documentation for the integration-test phase is pretty thin (as > in, where is it?). There are some notes on the wiki: http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing > I can't seem to

Re: Running maven-compiler-plugin and maven-jaxws-plugin with different configurations in different phases

2008-05-21 Thread Daniel Kulp
On May 21, 2008, at 6:43 PM, Clint Gilbert wrote: So could I generate client code directly from a class annotated with @WebService, without generating an intermediary WSDL? I couldn't find a way to do that with wsgen/wsimport, but I'd love it if that was possible. If you have an INTERFACE

Plugin Issue

2008-05-21 Thread Dhruva Reddy
There is a weird issue which we have been facing. For some of maven plugins, we don't have versions defined in our POM. So I assume Maven tries to download latest versions for these plugins from the central repository. I see the central repository has a version 2.3.2( from my browser) but then mave

Re: MPIR 2.1 release?

2008-05-21 Thread Kalle Korhonen
Thanks Lukas, that's exactly the page I was looking for. Kalle On 5/21/08, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > It's on our release plan [1] together with the site plugin, but we need to > release maven-doxia-tools first. > > -Lukas > > > [1] http://docs.codehaus.org/display/MAVEN/Doxi

Re: Running maven-compiler-plugin and maven-jaxws-plugin with different configurations in different phases

2008-05-21 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 True, in my case that, along with a little dynamic classloading, would get rid of the source-level circular dependency. It's similar to the way I've currently abstracted the process of Nodes talking to each other - I have an abstract base NodeCon

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl
On 21-May-08, at 3:04 PM, Mark Struberg wrote: We use HTTP internally in Vienna plus ssh tunnels for our guys in Toronto and Mountain View. Would native SSH support also be a possible option? If so, one could also use GPG or even official X.509 certificates - no cleartext passwords anymo

Re: mvn site vs mvn package differences caused by cobertura

2008-05-21 Thread wxlund
After a little more exploring I found the root problem for the inconsistency between mvn site and mvn package. (Disclaimer: I've used maven for a few years but have always leaned on smart Dev Arch guys that know the tool much better than myself for setting things up correctly). Anyway, the cul

Re: Running maven-compiler-plugin and maven-jaxws-plugin with different configurations in different phases

2008-05-21 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 So could I generate client code directly from a class annotated with @WebService, without generating an intermediary WSDL? I couldn't find a way to do that with wsgen/wsimport, but I'd love it if that was possible. Daniel Kulp wrote: | | One opt

integration-test practices

2008-05-21 Thread Paul Davis
It seems the documentation for the integration-test phase is pretty thin (as in, where is it?). I can't seem to get "resources" accessible by the test code. Is there some undocumented "convention" I should be following?

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Mark Struberg
We use HTTP internally in Vienna plus ssh tunnels for our guys in Toronto and Mountain View. Would native SSH support also be a possible option? If so, one could also use GPG or even official X.509 certificates - no cleartext passwords anymore... LieGrü, strub --- Wendy Smoak <[EMAIL PROTECTE

Subprojects organization

2008-05-21 Thread Mezei Zoltan
Hi, I have a so-so big project that I have to import into Maven. The projects consists of about 100 modules which are organized in a tree-like structure: BigProject --Libraries Content --Services Voting --VotingWeb --VotingBL Help --HelpWeb ... As you can see the hierarch

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl
On 21-May-08, at 1:07 PM, Wendy Smoak wrote: On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: [X] Our team uses HTTP to retrieve our artifacts ... and should be using HTTPS because some repos require authentication. While we're on the subject, the plain text pas

RE: Running maven-compiler-plugin and maven-jaxws-plugin with different configurations in different phases

2008-05-21 Thread Sean Hennessy
Perhaps one convention being the client bindings from another service could be resolved by a common IService class that each client Node would derive from and be dependent? Thereby decoupling the maven compile time binding to a generic class? >"Unless you mean that compilation of a webservice cla

mvn site vs mvn package differences with eclipse plung

2008-05-21 Thread wxlund
I am having problems getting my surefire reports from mvn site. When I run mvn package the unit tests seem to report the tests correctly. I randomly tested the failed tests within eclipse and found that the failing tests broken inside and outside of eclipse (meaning when I run mvn package). I

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Adam
[ ] Our team uses HTTP to retrieve our artifacts On Wed, May 21, 2008 at 4:07 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > >> [X] Our team uses HTTP to retrieve our artifacts > > ... and should be using HTTPS because some

RE: Maven newbie question

2008-05-21 Thread King, Leon C
Thanks Richard!!! -Original Message- From: Richard Chamberlain [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 11:06 AM To: Maven Users List Subject: RE: Maven newbie question I'm not sure what you're getting at here: 1) you got some source code that you have checked out from CV

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Wendy Smoak
On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > [X] Our team uses HTTP to retrieve our artifacts ... and should be using HTTPS because some repos require authentication. While we're on the subject, the plain text passwords in settings.xml are a problem (violation of

Weird Signed Jar Issue

2008-05-21 Thread Adam
Hey all, I have a project that is creating a signed JAR off of a JAR built with dependencies. Up until recently (for the last year at least) it has worked fine with my configuration. All of a sudden it will not build on Windows (but is fine on Linux). The error I am getting is: [INFO] jarsigne

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Andrew Robinson
[X ] Our team uses HTTP to retrieve our artifacts - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Agile Aspect
[ x] Our team uses HTTP to retrieve our artifacts [ x] Our team uses the filesystem -- Article. VI. Clause 3 of the constitution of the United States states: "The Senators and Representatives before mentioned, and the Members of the several State Legislatures, and all executive and judicial Of

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jerome Lacoste
On Wed, May 21, 2008 at 8:15 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Hi, > [X ] Our team uses HTTP to retrieve our artifacts Jerome - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Running maven-compiler-plugin and maven-jaxws-plugin with different configurations in different phases

2008-05-21 Thread Daniel Kulp
One option is to go completely code first and not generate anything. Use the same SEI interface for the client and for the service impls. You don't need to generate any wsdl's or anything then.I know Apache CXF supports that directly without problems. No generation of anything n

Re: Running maven-compiler-plugin and maven-jaxws-plugin with different configurations in different phases

2008-05-21 Thread Jan Fredrik Wedén
Hmm, I'm not very familiar with jaxws so maybe I don't understand the full picture here. It just seems that if a class in one package can be compiled and used when generating wsdl and client bidnings without reference to other packages in the module, it can also be used for the same steps in module

[clover:instrument forked lifecyle] modified project artifacts list do not get propagated to the WAR/EAR mojos. Is this expected ?

2008-05-21 Thread Jerome Lacoste
Clovered EAR / WAR artifacts lacks clovered versions of transitive dependencies. Cf: http://jira.codehaus.org/browse/MCLOVER-70. This issue still exists in the maven clover plugin 3.7 from atlassian. We've tested maven 2.0.6 and 2.0.9. The issue is caused apparently as the clover plugins tries to

Unable to create project based on spring-rpc arhectype

2008-05-21 Thread Mikko Ravimo
Hi, First dowloading the spring richclient project and running install for it: * [INFO] [INFO] Building Spring richclient archetype [INFO]task-segment: [install] [INFO] ---

convert a maven project and xslt:transform

2008-05-21 Thread Mansour
Hello: I have been using maven for few month. I use it through eclipse plugin and only for getting the dependencies for the projects. Now I think I need a little more of maven. I have a project that has an xslt transformation. This project is NOT a maven project. I checked the source out of sv

Re: Running maven-compiler-plugin and maven-jaxws-plugin with different configurations in different phases

2008-05-21 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jan, thank you very much for your suggestion. That was almost the first thing I tried. The problem is that my web service instances (I call them Nodes - they're components of a distributed DB system) need to talk to each other. A Node needs to

Profile activation based on packaging

2008-05-21 Thread kamal.gs
I want a profile to be activated only for projects with packaging set to ear. I tried the following and it didn't work. project.packaging ear Is this supported or should I resort to using custom properties? Thanks, Kamal -- View this message in context: http:

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Rainer Pruy
Now using: HTTP(S) was (and still to a low extent): filesystem, scp Rainer Jason van Zyl schrieb: > Hi, > > I'm just trying to get some data on what protocol is used to retrieve > artifacts. This question strictly relates to what you use for retrieval. > Most people I have seen use a web serve

RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Lewandowski, Eric
[X] Our team uses HTTP to retrieve our artifacts - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Heinrich Nirschl
> [X] Our team uses HTTP to retrieve our artifacts - Henry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl
That's fine, I should have said HTTP/S. Secure connections are important. On 21-May-08, at 8:41 AM, Aaron Metzger wrote: On Wed, 21 May 2008 18:15:44 Jason van Zyl wrote: [X] Our team uses HTTP to retrieve our artifacts Authenticated HTTPS. Our developers are distributed. Our transport m

Re: build test jar

2008-05-21 Thread Robert Winch
I believe you are looking for jar:test-jar http://maven.apache.org/plugins/maven-jar-plugin/test-jar-mojo.html 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

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Aaron Metzger
On Wed, 21 May 2008 18:15:44 Jason van Zyl wrote: [X] Our team uses HTTP to retrieve our artifacts Authenticated HTTPS. Our developers are distributed. Our transport must be encrypted and authenticated. We use authentication information to implement access control lists which control acces

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Haroon Rafique
[X] Our team uses HTTP to retrieve our artifacts -- Haroon Rafique <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Paul Spencer
> [X] Our team uses HTTP to retrieve our artifacts Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

build test jar

2008-05-21 Thread Avi Laviad
hi, i got a project which have src classes and test classes. is there a way to install a .jar file for the src folder and another .jar file for the test folder? thanks in advance, Avi.

RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Gilbert, Clint
[X] Our team uses HTTP to retrieve our artifacts Us too. (3 teams total, and 2 web server repos at my organization.) -Original Message- From: Markku Saarela [mailto:[EMAIL PROTECTED] Sent: Wed 5/21/2008 11:14 AM To: Maven Users List Subject: Re: [SURVEY] How does your team retrieve arti

Error: MavenRequest

2008-05-21 Thread Clifton
Reason: org/apache/maven/toolchain/ToolchainManager That's what I'd been getting from time to time in IntelliJ Idea (using it's built in Maven support) and after playing with config options and forcing it to use the external Maven I have installed it goes away. Now I'm getting this from the latest

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Markku Saarela
[X] Our team uses HTTP to retrieve our artifacts regards, - markku - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Maven newbie question

2008-05-21 Thread Richard Chamberlain
I'm not sure what you're getting at here: 1) you got some source code that you have checked out from CVS that you want imported into a maven project? You'll have to do this manually. Create the example maven project using an archetype and moved your source code into it 2) you've got a maven proj

Unscribe

2008-05-21 Thread Aleksandar Basic
From: King, Leon C [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 10:56 AM To: [EMAIL PROTECTED] Subject: Maven Newbie Question Hi All, I have a question regarding the use of cvs and maven. I'm converting from Ant builds to maven. All of my source code is curren

Maven Newbie Question

2008-05-21 Thread King, Leon C
Hi All, I have a question regarding the use of cvs and maven. I'm converting from Ant builds to maven. All of my source code is currently checked into a CVS repository.How do I create a Maven project using code checked out from cvs? Are there any examples using m2eclipse? T

Maven newbie question

2008-05-21 Thread King, Leon C
Hi All, I have a question regarding the use of cvs and maven. I'm converting from Ant builds to maven. All of my source code is currently checked into a CVS repository.How do I create a Maven project using code checked out from cvs? Are there any examples using m2eclipse? Thanks,

RES: Problem with classloader in maven plugin

2008-05-21 Thread Claudio Ranieri
Hi, Why the maven plugins doesn´t load all libraries declared in pom.xml? I tried to use the initClassLoader because this code works in jaxws-maven-plugin. In the code of jaxws-maven-plugin there is: " Need to build a URLClassloader since Maven removed it form the chain " Why? Thanks -Me

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Bryon Jacob
[X] Our team uses HTTP to retrieve our artifacts - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jeff MAURY
On Wed, May 21, 2008 at 8:15 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Hi, > > I'm just trying to get some data on what protocol is used to retrieve > artifacts. This question strictly relates to what you use for retrieval. > Most people I have seen use a web server or a shared network drive,

RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Siegmann Daniel, NY
[X] Our team uses HTTP to retrieve our artifacts -- Daniel Siegmann FJA-US, Inc. 512 Seventh Ave., New York, NY 10018 (212) 840-2618 ext. 139 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Problem with classloader in maven plugin

2008-05-21 Thread Tim Kettler
Hi, you've missunderstood the concept of a context classloader. A documentation bug [1] is open since a long time. Setting the context classloader doesn't mean that all classes created from that point on are created through this classloader. See here [2] and [3] for more information. [1] htt

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread robert . egan
We use HTTP. > Hi, > > I'm just trying to get some data on what protocol is used to retrieve > artifacts. This question strictly relates to what you use for > retrieval. Most people I have seen use a web server or a shared > network drive, but I'd like to get some feedback. > > [ ] Ou

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl
On 21-May-08, at 6:13 AM, Harper, Brad wrote: [x] Our team does not use HTTP or the file system because a rabidly security conscious admin insisted on using scp. It's been the source of unnecessary headaches ever since, especially in cross-platform settings. What if the HTTPS opti

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Magne Nordtveit
> [X] Our team uses HTTP to retrieve our artifacts Magne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Luke Patterson
Our team uses HTTP to retrieve our artifacts

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Javier Diaz
[X] Our team uses HTTP to retrieve our artifacts Regards, Javier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Harper, Brad
[x] Our team does not use HTTP or the file system because a rabidly security conscious admin insisted on using scp. It's been the source of unnecessary headaches ever since, especially in cross-platform settings. [x] Our team intends to use HTTP to retrieve our artifacts as we m

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Ryuzo Yamamoto
[X] Our team uses HTTP to retrieve our artifacts Regards. Ryuzo Yamamoto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RES: Problem with classloader in maven plugin

2008-05-21 Thread Claudio Ranieri
Anyone? I want help the open source community, but I have this problem with classloader. -Mensagem original- De: Claudio Ranieri [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 20 de maio de 2008 07:47 Para: users@maven.apache.org Assunto: Problem with classloader in maven plugin Hi I

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Matt Milliss
Our team uses the filesystem Jason van Zyl wrote: Hi, I'm just trying to get some data on what protocol is used to retrieve artifacts. This question strictly relates to what you use for retrieval. Most people I have seen use a web server or a shared network drive, but I'd like to get some fe

Re: NetBeans6.0 mavenide plugin 3.1.1

2008-05-21 Thread Milos Kleint
On 5/21/08, John Coleman <[EMAIL PROTECTED]> wrote: > Hi Milos, > > In profiles.xml we have an active profile called DEVTST that has a > property buildNumber.check as true, but in settings.xml we have activate > a profile called MYPROFILE that has buildNumber.check false. We do this > so that t

Re: War dependency

2008-05-21 Thread ffbeltran
I have a similar scenario, with two webapps. I config the war plugin in customer war: org.apache.maven.plugins maven-war-plugin WEB-INF/web.xml, index.jsp I hope this help you. On the other hand, when i have a war dependency, the classes in this war are not avaible for the

Re: Eclipse Plugin and WTP Facets problem

2008-05-21 Thread Martin Höller
On Wednesday 21 May 2008 Mario-Leander Reimer wrote: > Another question: Do you know whether the eclipse:m2eclipse goal is meant > be used in combination with the WTP settings? No idea, I never used the m2eclipse mojo. - martin signature.asc Description: This is a digitally signed message part.

Assembly plugin with several descriptors

2008-05-21 Thread Dobri Kitipov
Hi all, currently I am trying to execute an assembly that makes use of two descriptors. I want to package a given artifact as a ZIP (i.e. my product eclipse plugin) and then include it in an artifact (i.e. my product distribution) that has a DIR and ZIP format set. The problem is that in the first

AW: Eclipse Plugin and WTP Facets problem

2008-05-21 Thread Mario-Leander Reimer
Hi Martin, thanks for the link to the thread from last week. The problem described there is similar but not the same. I have tried to manually add the additional facets 5.0 to the EAR project and 3.0 to the EJB project, but this will result in the duplicated facet entries as described in the t

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Michael McCallum
On Wed, 21 May 2008 18:15:44 Jason van Zyl wrote: > [X] Our team uses HTTP to retrieve our artifacts This is the third "team" i've been in that uses http(s), I was using scp for a while but its was just waaay too difficult for windows users to get working. -- Michael McCallum Enterprise Engineer

idea plugin 2.2-SNAPSHOT

2008-05-21 Thread kace
Using the snapshot version has fixed my earlier problem with 2.1 of sources files not being recognised but the directory structure I get when using 2.1 compared to 2.2-SNAPSHOT is different. I have the following layout projectName --> data(directory name) --> common(directory name)

RE: NetBeans6.0 mavenide plugin 3.1.1

2008-05-21 Thread John Coleman
Hi Milos, In profiles.xml we have an active profile called DEVTST that has a property buildNumber.check as true, but in settings.xml we have activate a profile called MYPROFILE that has buildNumber.check false. We do this so that the buildnumber plugin doesn't check for developers, but does in con

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Arik Kfir
 [X] Our team uses HTTP to retrieve our artifacts -- Arik Kfir <[EMAIL PROTECTED]> -Original Message- From: Jason van Zyl <[EMAIL PROTECTED]> To: Maven Users List Subject: [SURVEY] How does your team retrieve artifacts? Date: Tue, 20 May 2008 23:15:44 -0700 Hi, I'm just trying

Re: AW: WAS6-plugin error

2008-05-21 Thread Tim Kettler
I don't think this is possible. Why isn't just building the project (in Continuum) with 'mvn post-integration-test' or something like that an option? Lustig, Marc (Allianz Deutschland AG) schrieb: ty for the hint, but this won't help as we want to use the was6-plugin for Continuous Integratio

AW: WAS6-plugin error

2008-05-21 Thread Lustig, Marc (Allianz Deutschland AG)
ty for the hint, but this won't help as we want to use the was6-plugin for Continuous Integration (with Continuum), i. e. the deployment package will be build by Continuum in an arbitrary tmp-file, hence we don't no the path in advance. The was6-plugin should either pick the deployment package

Re: NetBeans6.0 mavenide plugin 3.1.1

2008-05-21 Thread Milos Kleint
On 5/21/08, John Coleman <[EMAIL PROTECTED]> wrote: > Hi, > > One of our developers just reinstalled Netbeans6.0 and as a consequence > pickud up the latest Maven plugin 3.1.1. Now his builds don't work > because the active profile set in his settings.xml is ignored in > preference to the activ

Re: WAS6-plugin error

2008-05-21 Thread Tim Kettler
Hi, I've never used the was-plugin, but looking at the documentation and source code, it seems that the default assumption of the 'installAp' goal is that it is running as part of a maven build. The 'earFile' parameter is automatically populated with the current projects main artifact [1], w

RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Beelen, M. - SPLXL
[X ] Our team uses HTTP to retrieve our artifacts -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 8:16 AM To: Maven Users List Subject: [SURVEY] How does your team retrieve artifacts? Hi, I'm just trying to get some data on what protocol i

Re: Eclipse Plugin and WTP Facets problem

2008-05-21 Thread Martin Höller
On Wednesday 21 May 2008 Mario-Leander Reimer wrote: > I have followed the instructions "Using maven-eclipse-plugin in > multi-module projects with WTP" on the maven site and it is almost > working correctly. > > But some of the project facets for WTP are generated wrong: > - The EAR project uses 1

WAS6-plugin error

2008-05-21 Thread Lustig, Marc (Allianz Deutschland AG)
>mvn package .. [INFO] BUILD SUCCESSFUL .. >mvn was6:installApp ... [ERROR] FATAL ERROR [INFO] [INFO] null [INFO] [INFO] Trace java.lang.NullPointerExcep

NetBeans6.0 mavenide plugin 3.1.1

2008-05-21 Thread John Coleman
Hi, One of our developers just reinstalled Netbeans6.0 and as a consequence pickud up the latest Maven plugin 3.1.1. Now his builds don't work because the active profile set in his settings.xml is ignored in preference to the active profile in the profiles.xml. Previously the settings in settings.

Eclipse Plugin and WTP Facets problem

2008-05-21 Thread Mario-Leander Reimer
Hi Maven2 users, I have followed the instructions "Using maven-eclipse-plugin in multi-module projects with WTP" on the maven site and it is almost working correctly. But some of the project facets for WTP are generated wrong: - The EAR project uses 1.4 instead of 5.0 (jst.ear facet) - The gener

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Mark Hobson
2008/5/21 Jason van Zyl <[EMAIL PROTECTED]>: > [X] Our team uses HTTP to retrieve our artifacts Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Bruno Aranda
[X ] Our team uses HTTP to retrieve our artifacts 2008/5/21 Marat Radchenko <[EMAIL PROTECTED]>: > [X] Our team uses HTTP to retrieve our artifacts > > On 5/21/08, Jason van Zyl <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I'm just trying to get some data on what protocol is used to retrieve >> artifa

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Marat Radchenko
[X] Our team uses HTTP to retrieve our artifacts On 5/21/08, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Hi, > > I'm just trying to get some data on what protocol is used to retrieve > artifacts. This question strictly relates to what you use for retrieval. > Most people I have seen use a web serv

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Chad La Joie
Our team uses HTTP to retrieve our artifacts Jason van Zyl wrote: Hi, I'm just trying to get some data on what protocol is used to retrieve artifacts. This question strictly relates to what you use for retrieval. Most people I have seen use a web server or a shared network drive, but I'd lik

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Heck, Joe
On May 20, 2008, at 11:15 PM, Jason van Zyl wrote: [X] Our team uses HTTP to retrieve our artifacts [ ] Our team intends to use HTTP to retrieve our artifacts [ ] Our team uses the filesystem [X] Our team does not use HTTP or the filesystem because please say what protocol you use and the

Re: MPIR 2.1 release?

2008-05-21 Thread Lukas Theussl
It's on our release plan [1] together with the site plugin, but we need to release maven-doxia-tools first. -Lukas [1] http://docs.codehaus.org/display/MAVEN/Doxia+Release+Plan Kalle Korhonen wrote: Doxia 1.0-alpha-11 was just released, am I right to assume that is the version project-in