Maven does not find artifact in local repo

2007-04-18 Thread Wodzuu
Hi! I am a newbie in maven an i have one maybe silly question. I have created one project with its pom.xml: ejb com.sius.beans 1.0-SNAPSHOT 4.0.0 com.sius.beans ejb3 ejb ejb :: ${artifactId} 1.0-SNAPSHOT http://maven.apache.org junit junit

Deploying artifacts to a remote repository

2007-04-18 Thread Saminda Abeyruwan
Hi All, Using "deploy" goal, we upload artifacts to remote repo. Our problem lies when uploading SNAPSHOT artifacts. When we upload artifact with a version SNAPSHOT, the "SNAPSHOT" is replaced by, [timestamp]-[some number] Ex: Foo-SNAPSHOT.jar deployed to a remote repo it will be something

RE: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-18 Thread Schludi
Hello Jörg, thanks foir your reply, can you give me an example how to do this? Best regards -- View this message in context: http://www.nabble.com/Maven2-%2B-XDoclet-%2B-JBoss-%28JBossWS%29-tf3599590s177.html#a10072616 Sent from the Maven - Users mailing list archive at Nabble.com. ---

RE: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-18 Thread Jörg Schaible
Hi Schludi, try to define the dependencies of the plugins directly within the plugin tag and not as deps to your component. - Jörg Schludi wrote on Wednesday, April 18, 2007 10:31 AM: > Hello, I have the following problem since 2 weeks, hope > someone can help me, > i've tried to ask in much o

Filtering with Maven 2.0.5

2007-04-18 Thread Kesara, Soma Sekhara Reddy
Hello all Is it possible to filter some of the resources / classes using maven? I have a scenario where I have to create two different jars one is ejb jar and other is helper classes. Can some one suggest how to do this with out using assembly? Thanks and Regards SomaSekharaReddy.K Notice: Al

Re: How to define variables and overwrite them with user defined files?

2007-04-18 Thread Wayne Fay
http://maven.apache.org/pom.html#Properties There is no Maven equivalent to build.properties. All properties for a project should be contained in the project files, within pom.xml and profiles.xml. Wayne On 4/18/07, Baz <[EMAIL PROTECTED]> wrote: All, How can i define variables in pom.xml and

RE: Getting index.html of site generated automatically

2007-04-18 Thread William Ferguson
Ian, I always get index.html generated by 'mvn site:site'. I'm using Maven-2.0.5 Can you provide more details? William -Original Message- From: Ian Rowlands [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 April 2007 5:25 PM To: users@maven.apache.org Subject: Getting index.html of site

How to define variables and overwrite them with user defined files?

2007-04-18 Thread Baz
All, How can i define variables in pom.xml and overwrite them with user defined files? For example, I would like to define a variable called mypath how can i define it in pom.xml? Is there a way like in Ant, within build.properties to redefine mypath? I know I can do -Dmypath=xyz Thanks. A. -

RE: release-plugin, inheritance, and dependencies

2007-04-18 Thread Dave Hoffer
Dave, I'm not sure this is the solution to your problem but I thought I would share what we do and maven handles this nicely. In any of the sub-projects where you want to refer to dependencies on other sub-projects that are children of the parent we use the ${version} macro as the version. Ex:

Re: WEIRD : mvn assembly is not adding my dependencies

2007-04-18 Thread Petr V.
Thanks John. you rock. I was able to add all dependencies but only one dependency was not added in my zip file. Guess which one ??? The jar file which was output of sub project :-( So basically I put the snippet in my sub project pom and issued mvn assembly from main project. It went via and It

release-plugin, inheritance, and dependencies

2007-04-18 Thread David C. Hicks
Hi, I've got a bit of a quandry with respect to release:prepare that I hope someone can shed some light on. Assume that we have a parent project called "Master." Projects A, B, and C all inherit from Master, and Master contains module declarations for all three so that they can be built as

Class file not found during Testing

2007-04-18 Thread Chris Russell
Hello, I'm trying to run a junit test and I'm getting the following error: java.lang.NoClassDefFoundError: oracle/j2ee/ws/saaj/soap/BinaryTextImpl at oracle.j2ee.ws.common.streaming.DOMXMLReaderImpl.hasBinaryValue(DOMXMLReaderImpl.java:217) at oracle.j2ee.ws.common.encoding.literal.LiteralSimp

[ANN] Maven File Activity Plugin 1.6.1 for Maven 1.x released

2007-04-18 Thread aheritier
We are pleased to announce the Maven File Activity Plugin 1.6.1 release! http://maven.apache.org/maven-1.x/plugins/file-activity/ This document provides a report of activity in terms of CVS commits and breaks it out by file.

[ANN] Maven Developer Activity Plugin 1.6.1 for Maven 1.x released

2007-04-18 Thread aheritier
We are pleased to announce the Maven Developer Activity Plugin 1.6.1 release! http://maven.apache.org/maven-1.x/plugins/developer-activity/ This document provides a report of activity in terms of CVS commits and breaks it out by developer. =

Daniel J. Bernstein is out of the office.

2007-04-18 Thread DJBernstein
I will be out of the office starting 04/18/2007 and will not return until 04/23/2007. I am reachable by cell for urgent issues. - This e-mail and any attachments are intended only for the individual or company to which it is addressed and may contain info

Re: CVS doesn't like dots (release plugin)

2007-04-18 Thread Max Bowsher
Crossley, Jim wrote: > Hi all, > > I'm currently digging the Maven release plugin, but I'd like to be able > to run it in batch mode, accepting the default values it suggests for > version, scm tag, etc. > > Unfortunately, CVS doesn't seem to like dots '.' in a tag name. Is > there any mechanism

Re: xdoclet-maven-plugin and java 1.5

2007-04-18 Thread Erik Drolshammer
Yuri Schimke wrote: We are using a non released jar also. I remember where we downloaded the jar though; http://sourceforge.net/projects/xdoclet/ Sorry. the xdoclet stuff seems effectively dead. Yes, it does. Java annotations should be preferred I guess. -- Regards Erik Drolshammer

[ANN] Maven Announcement Plugin 1.4.1 for Maven 1.x released

2007-04-18 Thread aheritier
We are pleased to announce the Maven Announcement Plugin 1.4.1 release! http://maven.apache.org/maven-1.x/plugins/announcement/ The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.

[ANN] Maven Site Plugin 1.7.2 for Maven 1.x released

2007-04-18 Thread aheritier
We are pleased to announce the Maven Site Plugin 1.7.2 release! http://maven.apache.org/maven-1.x/plugins/site/ Generate web site. === Changes in this version include: Fixed bugs: o maven.rsync.args isn't used by

Is there any way to get timestamp in maven?

2007-04-18 Thread Chen Li
Hi, It might be a very basic question. I want to add timestamp to the distribute, for instance ${DSTAMP}.war . Is there any similar way in maven can do it like what does in ant? Thanks, Chen - To unsubscribe, e-mail: [EMAIL P

RE: release plugin lifecycle binding

2007-04-18 Thread LAMY Olivier
Hi, No it's not a maven "phase". What is your use case ? You need to made something with the generated artifact ? Maybe you can invoke the maven-release-plugin with this : -Dgoals=deploy,my:my-goal (or add the configuration in your pom) (you need to have my.group in your pluginGroups/pluginGroup

Re: Include runtime-dependencies in packaged jar

2007-04-18 Thread Wayne Fay
Search the list archives for "jar-with-dependencies". Wayne On 4/18/07, Marcos Silva Pereira <[EMAIL PROTECTED]> wrote: Hum, maybe you could resolve it with assembly plugin. Take a look at: http://maven.apache.org/plugins/maven-assembly-plugin/ Kind Regards On 4/18/07, Florian Ockhuysen <[EM

Re: Include runtime-dependencies in packaged jar

2007-04-18 Thread Marcos Silva Pereira
Hum, maybe you could resolve it with assembly plugin. Take a look at: http://maven.apache.org/plugins/maven-assembly-plugin/ Kind Regards On 4/18/07, Florian Ockhuysen <[EMAIL PROTECTED]> wrote: Hi, Using 'mvn package' I generated a jar for my application. This all works fine. However, two d

Re: CVS doesn't like dots (release plugin)

2007-04-18 Thread John Casey
IIRC, there used to be a way that you could specify all of the information for a release up-front, to allow it all to be batched out via some sort of automated process...if those parameters are still there, you should be able to use them to specify your own tags. I doubt that it has the ability to

CVS doesn't like dots (release plugin)

2007-04-18 Thread Crossley, Jim
Hi all, I'm currently digging the Maven release plugin, but I'd like to be able to run it in batch mode, accepting the default values it suggests for version, scm tag, etc. Unfortunately, CVS doesn't seem to like dots '.' in a tag name. Is there any mechanism I can invoke to override the default

Howto enable 1.1 xml-rpc service in plexus application

2007-04-18 Thread Bram de Kruijff
Hi, when I was running continuum-20070323.15 plexus application I noticed that my xml-rpc service was gone. Looking at the trunk source it seems that it totally gone from the application.xml en the application doesnt contain the service either. So two questions... Is it supposed to be gone an

Re: I want a project that JUST does reporting and creates a site

2007-04-18 Thread Ken Coveny
On Wed, 2007-04-18 at 00:09 -0700, Dave Syer wrote: > > > KenCoveny wrote: > > > > Where in the maven doc does it say where plugins can or cannot be run? > > > > That's a joke right? Ha, ha. > > I base my (non-authoritative) conclusion only on limited experience, e.g. > observation of what h

Re: For you Enterprise Maven Users!

2007-04-18 Thread Andrew Williams
Of course mine was the first, as I woke up before the others ;) http://handyande.co.uk/Coding_News/_articles/26.html Andy On 18 Apr 2007, at 15:38, Jason van Zyl wrote: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html --

release plugin lifecycle binding

2007-04-18 Thread Steven Rowe
Hello, I want to bind a custom plugin goal to a phase in the maven-release-plugin's lifecycle, but when I attempt to do so, the binding appears to be ignored: my.group my-maven-plugin scm-commit-release my-goal

Problem compiling JSPs

2007-04-18 Thread Doug Tanner
I am using the appc goal of the weblogic-maven-plugin on a .war file, however, I am seeing the following error for every jsp I try to compile: *.jsp:#:#: Package javelin.jsp contains no member type of this name. ... *.jsp:#:#: The qualifier of this name is a package, which cannot contain me

Re: Where is binding for maven-release-plugin specified?

2007-04-18 Thread Wim Deblauwe
I don't think the release plugin is bound to a lifecycle phase. I think you need to call it directly. regards, Wim 2007/4/18, Pankaj Tandon <[EMAIL PROTECTED]>: Hi, I was looking at the pom.xml of the maven-release-plugin hoping to find a binding to one of the phases in there. For example...

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
the sources are extected to be packaged the way the maven-sources-plugin does the classpath is directly in the root, eg. org/netbeans/modules/XXX.java to test if it works or not, the best way is to try a hyperlinking from the project sources to a class that is in that particular dependency. It s

Re: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-18 Thread Wayne Fay
Seems like a problem for the xdoclet users list. Maven looks like its doing its job -- but xdoclet does not seem to be generating the service endpoints you're expecting. Wayne On 4/18/07, Schludi <[EMAIL PROTECTED]> wrote: Hello, I have the following problem since 2 weeks, hope someone can hel

Re: M2: Strange problem with assembly plugin

2007-04-18 Thread John Casey
looks like a bug in the line-ending filtration...that's a part I pretty much carried straight over from 2.1 (IIRC), so it may have some bugs I didn't see. Can you file it in JIRA? http://jira.codehaus.org/browse/MASSEMBLY Thanks, John On 4/13/07, Orford, Ian <[EMAIL PROTECTED]> wrote: Hi, I

RE: maven-surefire-plugin problem

2007-04-18 Thread Pankaj Tandon
Hi, I think your groupId is wrong. >From my surefire pom, here is the groupId: ... org.apache.maven.surefire surefire pom ... You have an extra 'plugins' there. Rather than trying downloading as a dependency, see if you can get it into your local repo usign mvn install:install-file goal wit

Re: Are there any predefined variables when filtering using the Assembly plugin?

2007-04-18 Thread John Casey
If you're not seeing that behavior, put it in JIRA so I can take a look. http://jira.codehaus.org/browse/MASSEMBLY Thanks, john On 4/17/07, Danny MacMillan <[EMAIL PROTECTED]> wrote: Hi, From what I've read, you can include stuff from your POM when filtering resources by doing something lik

Re: maven-assembly-plugin: unpack false not supported correctly

2007-04-18 Thread John Casey
Please file this in JIRA, so I can add some user-friendly messaging to it... http://jira.codehaus.org/browse/MASSEMBLY If you have a small test project I can use to incorporate in the integration tests, that would be even better... Thanks, John On 4/17/07, Brad Szabo <[EMAIL PROTECTED]> wrote

Re: WEIRD : mvn assembly is not adding my dependencies

2007-04-18 Thread John Casey
You might find it easier to bind the assembly construction to the main build process, in the package phase (for example). To do this, you can use the assembly:single mojo like this: maven-assembly-plugin 2.2-beta-1 assembly package single src/assemb

Re: For you Enterprise Maven Users!

2007-04-18 Thread John Casey
Adding mine to the stack: http://www.ejlife.net/blogs/buildchimp -john On 4/18/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 18 Apr 07, at 10:52 AM 18 Apr 07, Antonio Petrelli wrote: > 2007/4/18, Jason van Zyl <[EMAIL PROTECTED]>: >> http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766

Re: url format for Maven2 projects?

2007-04-18 Thread Michael Stacey
Thank you. I missed that in the FAQs. Emmanuel Venisse wrote: It isn't allowed by default. You can allow it in application.xml, explained in FAQs. Emmanuel Michael Stacey a écrit : I'm trying to use the file url and it is not working: file:///path/to/parent/pom.xml The web interface tells

Re: pass-in external variables to be used by POM

2007-04-18 Thread Wayne Fay
That should work, but I wouldn't use the word "version". Use ${thisismyversion} or something. The word version is already used in the pom's version tag etc, and I'm afraid you won't get what you're expecting. Wayne On 4/18/07, Steven Rowe <[EMAIL PROTECTED]> wrote: How about: org.apa

Re: url format for Maven2 projects?

2007-04-18 Thread Emmanuel Venisse
It isn't allowed by default. You can allow it in application.xml, explained in FAQs. Emmanuel Michael Stacey a écrit : I'm trying to use the file url and it is not working: file:///path/to/parent/pom.xml The web interface tells me to use http,https,ftp, or file. Is there some other format I

Re: JUnit tests are being skipped by Maven

2007-04-18 Thread Wayne Fay
s/csdp_build/sources/csdp/com.ibm.csdp.bss. > catalog/catalog.repository.cmd> > > mvn test > > [INFO] Scanning for projects... > > [INFO] > > > > > > [INFO] Building catalog.repository.cmd > > [INFO]task-segment: [test] > > [I

WEIRD : mvn assembly is not adding my dependencies

2007-04-18 Thread Petr V.
Greetings All, Okay here is an issue and I am not sure what am I doing wrong. I had this in one my "sub" project pom maven-assembly-plugin src/assemble/CPWebService-assembly.xml and now problem is that if I

url format for Maven2 projects?

2007-04-18 Thread Michael Stacey
I'm trying to use the file url and it is not working: file:///path/to/parent/pom.xml The web interface tells me to use http,https,ftp, or file. Is there some other format I'm missing? -- *Michael Stacey* Systems Analyst 1100 Terex Road Hudson, Ohio 44236-3771 330.650.6506 PHONE 330.

Re: RE: maven-surefire-plugin problem

2007-04-18 Thread Thorsten Heit
Hi, > I used mvn install command as follows > > mvn install:install-file -DgroupId=org.apache.maven.plugins > -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar > -Dfile=maven-surefire-plugin-2.3.jar Why did you do this? This isn't necessary as Maven automatically fetches plugins

Re: JUnit tests are being skipped by Maven

2007-04-18 Thread Enrique Gaona
ECTED] > > :~/projects/csdp_build/sources/csdp/com.ibm.csdp.bss. > catalog/catalog.repository.cmd> > > mvn test > > [INFO] Scanning for projects... > > [INFO] > > > > ---- > > [INFO] Bui

Re: org.mozilla.javascript repo?

2007-04-18 Thread Thorsten Heit
Hi, > > Please take this "support request" back to the source -- the JMeter > > folks. In particular, Tim McCune, as it seems like he is responsible > > for this wiki page. > > > > Reading the wiki page, it seems like there are a few artifacts (this > > mozilla artifact being one) which do not ex

RE: maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I used mvn install command as follows mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile=maven-surefire-plugin-2.3.jar Thanks & Regards Ramesh Babu.P -Original Message- From: Wayne Fay [mailto:[E

RE: maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, The following is my POM.xml content 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/xsd/settings-1.0.0.xsd";> 4.0.0 main.java SampleProject1 jar Simple Demo 1.0-

Re: pass-in external variables to be used by POM

2007-04-18 Thread Steven Rowe
How about: org.apache.maven.plugins maven-ear-plugin ${version} And then: mvn -Dversion=10.2.0.0 install Steve Piyush Hari wrote: > I have created a POM that includes the following tag for version : > > >

Re: org.mozilla.javascript repo?

2007-04-18 Thread mateamargo
Wayne Fay wrote: > > Please take this "support request" back to the source -- the JMeter > folks. In particular, Tim McCune, as it seems like he is responsible > for this wiki page. > > Reading the wiki page, it seems like there are a few artifacts (this > mozilla artifact being one) which do n

Mojo: query the maven repository for dependencies

2007-04-18 Thread Jo Vandermeeren
Hello fellow maven users, I would like to create a standalone maven plugin that is able to create a module archetype. It should generate the pom and directory structure like a normal maven archetype. When this has been created, it should generate some workflows as spring application context file

Re: use maven-antrun-plugin

2007-04-18 Thread Thorsten Heit
Hi, > i'm trying to build a dojo release use maven2, i use maven-antrun-plugin > as > following: > .. > > .. > > > org.apache.maven.plugins > maven-antrun-plugin > > > compile > > >

Set notation for dependency version behavior question

2007-04-18 Thread Dave Hoffer
When specifying the version of a dependency using set notation, i.e. [1.0,) should maven consider SNAPSHOTS when looking for valid versions? Currently it seems that maven2/plugins is inconsistent in how it deals with set notation. It seems that during the release goal it will use local SNAPSHOTS

Re: Starting a new java process from within a test case is hanging the maven JVM

2007-04-18 Thread Jerome Lacoste
On 4/17/07, Balasubramanian, Ravi Shankar <[EMAIL PROTECTED]> wrote: Hi all, We use maven-surefire-plugin to run our testng test cases. I encountered a problem where in the maven VM is hanging when one of the test cases start a separate java process from within it using the java ProcessBuilder c

Re: For you Enterprise Maven Users!

2007-04-18 Thread Jason van Zyl
On 18 Apr 07, at 10:52 AM 18 Apr 07, Antonio Petrelli wrote: 2007/4/18, Jason van Zyl <[EMAIL PROTECTED]>: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html Mmm... expect a bileblog entry soon :-P Rest assured. I was already scolded on IRc :-) Jason.

use maven-antrun-plugin

2007-04-18 Thread 張旭
i'm trying to build a dojo release use maven2, i use maven-antrun-plugin as following: .. .. org.apache.maven.plugins maven-antrun-plugin compile

Re: bogus error? [ERROR]? How can i get rid of it?

2007-04-18 Thread Baz
I wonder if anyone read this... On 4/11/07, Baz <[EMAIL PROTECTED]> wrote: Hi, I have seen this "error" in the build log but i think they are bogus since the operation is successful. How can i get rid of them? Thanks. AY [INFO] copy "c:\Documents and Settings\Administrator\.m2\com\aaa\bbb.ja

LifecycleExecutionException: The packaging for this project did not assign a file to the build artifact

2007-04-18 Thread Michael Maven
I'm trying to use the psteclipse plugin to generate my plugins. I've read the Eclipse Corner Article and generated an example archetype project, my-binary-plugin. I'm getting a LifecycleExecutionException: The packaging for this project did not assign a file to the build artifact exception out o

Re: JUnit tests are being skipped by Maven

2007-04-18 Thread Wayne Fay
itory.cmd [INFO]task-segment: [test] [INFO] [INFO] [buildnumber:create {execution: default}] [INFO] Build Number: 20070418-0955 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [W

Re: JUnit tests are being skipped by Maven

2007-04-18 Thread Arik Kfir
sk-segment: [test] [INFO] [INFO] [buildnumber:create {execution: default}] [INFO] Build Number: 20070418-0955 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [WARNING] Artifact junit:junit:jar:3.8.1:test retains local scope 't

JUnit tests are being skipped by Maven

2007-04-18 Thread Enrique Gaona
INFO] Build Number: 20070418-0955 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [WARNING] Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile' given by a dependency. If this is no

Re: For you Enterprise Maven Users!

2007-04-18 Thread Antonio Petrelli
2007/4/18, Jason van Zyl <[EMAIL PROTECTED]>: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html Mmm... expect a bileblog entry soon :-P - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: For you Enterprise Maven Users!

2007-04-18 Thread Jo Vandermeeren
Looking good.. Good luck with the new company! On 4/18/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

For you Enterprise Maven Users!

2007-04-18 Thread Jason van Zyl
http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven-surefire-plugin problem

2007-04-18 Thread Wayne Fay
"How" did you "install" the surefire plugin into your repository? Did you just copy the files into the proper directories, or use the "mvn install" command, or what? Wayne On 4/18/07, Pankaj Tandon <[EMAIL PROTECTED]> wrote: Hi, It may help if you posted the pom.xml of your project. Also I not

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi again, > > works for me in the Netbeans 6.0 M8 build and the respective mevenide > 3.0.2 version (from the Netbeans Development Update Center). > It's possible that the 2.3 version that works with 5.5 has a > bug in there, that I fixed in the source code. > > Both the "View Javadoc" popup

Re: org.mozilla.javascript repo?

2007-04-18 Thread Wayne Fay
Please take this "support request" back to the source -- the JMeter folks. In particular, Tim McCune, as it seems like he is responsible for this wiki page. Reading the wiki page, it seems like there are a few artifacts (this mozilla artifact being one) which do not exist in Central, and you will

Re: maven-surefire-plugin problem

2007-04-18 Thread Pankaj Tandon
Hi, It may help if you posted the pom.xml of your project. Also I noticed that you have a project in your home folder.. not a big deal and it should not break anything but it's just a bit strange :). The repository is a peer to your project. Typically you will want to use the 'install' goal to get

Where is binding for maven-release-plugin specified?

2007-04-18 Thread Pankaj Tandon
Hi, I was looking at the pom.xml of the maven-release-plugin hoping to find a binding to one of the phases in there. For example... ... sample.plugin maven-hello-plugin compile sayhi

Re: mvn site site:deploy problem

2007-04-18 Thread Ionut S
Ok, if I create that script how can I tell Continuum to run it ? As our continuum server is configured right now, I can only add a new goal, not a script.. David Roussel <[EMAIL PROTECTED]> wrote: Oh, I see. How about changing your site build to run a script that does... 1. mkdir tmp-site 2.

maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I have installed maven-surefire-plugin version 2.3 in maven's local repository. But still i am getting the following error/. Can anyone help me in this issue...? C:\Documents and Settings\bpra\.m2\SampleProject1>mvn -e package + Error stacktraces are turned on. [INFO] Scanning

RE: RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi Thorsten, >> By the way, do you know how to call an ANT-file from the POM ? I have >> a project with a build.xml ant file that I would like to keep but want >> to call >> >from a POM. >> I've searched the net, but found only hints about executing >> ant-statements >> >from within the pom, a

Re: org.mozilla.javascript repo?

2007-04-18 Thread mateamargo
Wayne Fay wrote: > > Where did this pom come from? I'd assume this artifact is served by > another repo (not central) or requires manual installation (via mvn > install:install-file) of the artifact. > > Wayne > Reading this tutorial: http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin If

RE: Maven builds and eclipse

2007-04-18 Thread Phill Moran
Are they dependencies of included jars? Can you check the POMs of the jars you included -Original Message- From: Kris Massey [mailto:[EMAIL PROTECTED] Sent: April 18, 2007 5:09 AM To: users@maven.apache.org Subject: Maven builds and eclipse Hi all, Im having some problems getting eclips

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
On 4/18/07, Arne Styve <[EMAIL PROTECTED]> wrote: Hi again Milos, I tried your suggestion, created a JAR file of the Javadoc, and placed it in our company repo as jamod-1.2-javadoc.jar Then rightclicked the dependencynode in the Netbeans project, and selected "Download javadoc and source". A s

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi again Milos, I tried your suggestion, created a JAR file of the Javadoc, and placed it in our company repo as jamod-1.2-javadoc.jar Then rightclicked the dependencynode in the Netbeans project, and selected "Download javadoc and source". A small green indicator appeared next to the jar, indi

RE: How can I stop a build if I don't see the Java processes for it?

2007-04-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
Please help, we are at the point of uninstalling Continuum and again installing everything. I sincerely hope you can provide a solution for this, as these problems could come at any time, and we need a way to handle them gracefully. Thanks in advance. > ___

Browsing over JUnit test history

2007-04-18 Thread Miłosz Witkowski
Hi, I am wondering if Continuum has ability to keep results of JUnit tests performed during builds as he is keeping output of it? I am aware that JUnit test are performed when you specify proper goal or target and for this reason depends on project configuration, but I don't wan't to put logic fo

Re: RE: RE: How to set class path in maven POM

2007-04-18 Thread Thorsten Heit
Hi, > I saw one mail in this group saying > > >From Davis: i know that mvn depenendency:resolve > depdendency:build-classpath will dump a classpath list of all > transitive/non-transitive jars. > > What is the purpose of the above command? See http://maven.apache.org/plugins/maven-dependency-

RE: RE: How to set class path in maven POM

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
I saw one mail in this group saying >From Davis: i know that mvn depenendency:resolve depdendency:build-classpath will dump a classpath list of all transitive/non-transitive jars. What is the purpose of the above command? Will it be used to use classpath automatically for dependent files? T

How to add path to a folder to classpathes

2007-04-18 Thread Ilya Vishnevsky
Hi! I need to add to pom.xml information about classpath to a folder (not a jar-file), so that Idea project, created by "mvn idea:idea", had this path in it's "project libraries" list. Is it possible? - To unsubscribe, e-mail: [EM

Re: RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Thorsten Heit
Hi Arne, > By the way, do you know how to call an ANT-file from the POM ? I have a > project with a build.xml ant file that I would like to keep but want to > call > >from a POM. > I've searched the net, but found only hints about executing ant-statements > >from within the pom, and not calling an

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Thanks again Milos, I'll give it a try :-) By the way, do you know how to call an ANT-file from the POM ? I have a project with a build.xml ant file that I would like to keep but want to call from a POM. I've searched the net, but found only hints about executing ant-statements from within the pom

Error while trying to package RCP Application

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I got the following error while trying to package RCP Application using mvn -e package command. Please give me a suggetion to resolve this. C:\Documents and Settings\bpra\Desktop\OMX\SampleRCP\SampleProject1>mvn -e package + Error stacktraces are turned on. [INFO] Scanning for projects.

Include runtime-dependencies in packaged jar

2007-04-18 Thread Florian Ockhuysen
Hi, Using 'mvn package' I generated a jar for my application. This all works fine. However, two dependency jars are used that need to be included in the jar so they are always available at runtime (they're needed at compile-time, too btw). Of course, these dependencies were declared in the pom.x

Re: Maven builds and eclipse

2007-04-18 Thread Thorsten Heit
Hi Kris, > My build creates the correct contents in the target file/WEB-INF/lib > folder, however when I run the eclipse task it picks up 3 extra jars, > Ive got no idea where from > > The jars are to do with servlets, jsps and jsf. Im guessing that maven > thinks these jars are needed but whe

Re: RE: How to set class path in maven POM

2007-04-18 Thread Thorsten Heit
Hi, > I know how to set the dependency in POM. > But I have around 50 dependent jar files. Do I need to manually install > and set the dependency in POM? If you really need them all: Yes. > Or is there any otherway? No. HTH Thorsten -

RE: How to set class path in maven POM

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
I know how to set the dependency in POM. But I have around 50 dependent jar files. Do I need to manually install and set the dependency in POM? Or is there any otherway? Thank you.. Thanks & Regards Ramesh Babu.P -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sen

Re: Maven builds and eclipse

2007-04-18 Thread Barrie Treloar
On 4/18/07, Kris Massey <[EMAIL PROTECTED]> wrote: Hi all, Im having some problems getting eclipse to work with the mvn eclipse:eclipse task My build creates the correct contents in the target file/WEB-INF/lib folder, however when I run the eclipse task it picks up 3 extra jars, Ive got no idea

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
On 4/18/07, Arne Styve <[EMAIL PROTECTED]> wrote: Hi Milos, Thanks for your answer. It did help some, but it would be nice if you could give me an example. Say I have a library called jamod.jar v1.2. It is installed in our company maven2 repo as groupId="jamod", artifactId="jamod", Version="1.2

Maven builds and eclipse

2007-04-18 Thread Kris Massey
Hi all, Im having some problems getting eclipse to work with the mvn eclipse:eclipse task My build creates the correct contents in the target file/WEB-INF/lib folder, however when I run the eclipse task it picks up 3 extra jars, Ive got no idea where from The jars are to do with servlets,

Re: [m2] adding classpathentry with maven-eclipse-plugin

2007-04-18 Thread Thorsten Heit
Hi Adrian, > Is there some way to add a classpathentry such as > > > > to the .classpath file? > > It seems that the plugin knows only about classpath containers :-( AFAIK no. The plugin only adds all the dependencies contained in your pom.xml to the .classpath file. Just for curiosity: W

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi Milos, Thanks for your answer. It did help some, but it would be nice if you could give me an example. Say I have a library called jamod.jar v1.2. It is installed in our company maven2 repo as groupId="jamod", artifactId="jamod", Version="1.2" as type="jar". In the directorystructure of my loc

RE: Plugin release schedules

2007-04-18 Thread Shute, James
Fantastic news - thanks very much James -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 9:28 PM To: Maven Users List Subject: Re: Plugin release schedules Hi James, I pinged the dev list about the IDEA plugin last week, to see if anyone

Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-18 Thread Schludi
Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before: I am new to maven and have to refactor an old project for JBossWS, which was deployed on Tomcat before. The maven-script (or ejbdoclet) currently don't generate the *Endpoint

RE: How to set class path in maven POM

2007-04-18 Thread Tim Kettler
Hi, have you read the introductory material available for maven? Declaring dependencies is quite a fundamental concept. I would advise you to have a look at the 'Maven Getting Started Guide' [1] and/or the free maven book from Mergere [2]. This guide [1] might also be of interest. -Tim [1] htt

assembly plugin for per-customer configuration

2007-04-18 Thread Belák Václav
Hello, I've a problem using assembly plugin v. 2.2-SNAPSHOT and don't know, if it's a bug or my fault. So, i have a multi-module project. /parent | |-war |-ear And in each module I package alternative configuration files according to profile (i.e. each customer has own profile,

[m2] adding classpathentry with maven-eclipse-plugin

2007-04-18 Thread Adrian Herscu
Hi all, Is there some way to add a classpathentry such as to the .classpath file? It seems that the plugin knows only about classpath containers :-( Adrian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

  1   2   >