Hi,
I am using maven2.0.7 .
I want to do something like "mvn start" which would do all the packaging
stuff and start the server.
Somethink like this target would execute a script and it depends on "mvn
package".
I thought of using antrun plugin and in the task I asked it to execute the
fil
probably just run
mvn eclipse:eclipse ;$-)
enjoy
On 9/21/07, thebugslayer <[EMAIL PROTECTED]> wrote:
>
> Does any knows what's the requirement to run:
> $ mvn eclipse:m2eclipse
>
> ???
>
> --
> /bugslayer
>
> -
> To unsubscribe,
Does any knows what's the requirement to run:
$ mvn eclipse:m2eclipse
???
--
/bugslayer
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello all,
I've tried googling on this topic with no luck.
I need to run PMD on our source code base with one set of rules and on
the test code base with a different set. I created multiple executions
with customized configurations and I'm not seeing the results I'm
expecting.
What
I want to use maven ant tasks (2.0.7) to deploy a third party jar file
to some repository. The command line "mvn deploy:deploy-file" has a
facility to deploy the jar file alone without generating the pom in the
repository. Is there a way to do that using deploy maven ant task?
It's not there and I can't find the lib to download an install it local
Alexander Sack <[EMAIL PROTECTED]> wrote: Official repo for JBoss is
http://repository.jboss.com/maven2/
If you can't find it use mvn deploy:deploy-file to install it in your local
repo.
-aps
On 9/20/07, Ãrico Teixeira
I will be out of the office starting 21/09/2007 and will not return until
24/09/2007.
Please refer any MIS related issues to the GMRisk Support Email account. Any
urgent issues should be addressed to Nathan Coast.
I will respond to any individual matters upon my return.
---
This e-mail may con
Official repo for JBoss is http://repository.jboss.com/maven2/
If you can't find it use mvn deploy:deploy-file to install it in your local
repo.
-aps
On 9/20/07, Ãrico Teixeira <[EMAIL PROTECTED]> wrote:
>
> Is there a repository that contains this dependency ?
>
>
> ---
Is there a repository that contains this dependency ?
-
Pinpoint customers who are looking for what you sell.
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
On 9/20/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
> Read the documentation on the Maven website, or Google for "mvn
> install". There's more parameters than you've included.
>
> Wayne
>
> On 9/20/07, nicro <[EMAIL PROTECTED]> wrote
Read the documentation on the Maven website, or Google for "mvn
install". There's more parameters than you've included.
Wayne
On 9/20/07, nicro <[EMAIL PROTECTED]> wrote:
>
> Hmm. I must be missing the obvious. If I do mvn install:install-file
> BR-1.1.jar I get this error:
> E:\Everest\BR\jars
Hmm. I must be missing the obvious. If I do mvn install:install-file
BR-1.1.jar I get this error:
E:\Everest\BR\jars>mvn install:install-file BR-1.1.jar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO]
-
mvn install:install-file will install the new version into your repo.
Yes, you should edit the pom.xml file to specify version 1.1.
Wayne
On 9/20/07, nicro <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> New to maven, and our repo was set up by someone else. There is a jar
> (let's call it BR-1.0.jar) t
Hi,
New to maven, and our repo was set up by someone else. There is a jar
(let's call it BR-1.0.jar) that I have modified after getting it via mvn.
How do I add BR-1.1.jar to the correct location as a new version?
And do I need to manually edit my pom.xml file to ask for the 1.1 version vs
the
Forget about it. That's my fault. It was not compiling the *.jrxml
files becauce they were already compiled sometime else.
thanks anyway
On 9/20/07, Alexandre Gomes <[EMAIL PROTECTED]> wrote:
> I found it only happens when sourceDirectory option is specified. The
> jasperreports-maven-plugin doe
Hi,
We have following code in project.xml when we use maven1:
Group
applet
1
applets
As you can see, we want to declare the jar outside of WEB-INF (applets
directory).
Now we move to mave2. However, in pom.xml, I don't know how to
translate the
I followed the attached tests guide to create a dependency to my core tests.
The first part of the tutorial worked, and I could install a version of the
test jar in the local repository as models-3.0-tests.jar. When I tried to
add this as a dependency in another project, it came up with a depend
I did again it this way
mvn install:install-file
-Dfile=D:\Projects\libs\maven-was-plugin-1.0-SNAPSHOT.jar
-DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin
-Dversion=1.0-SNAPSHOT -Dpackaging=jar
And maven told me that all is ok.
Also I drop the dependency and left only pl
Is this related to your other thread? Then we should keep the discussion
there.
Denis Bessmertniy schrieb:
Hi folks,
I manually have downloaded artefact and installed it. All is ok, but when I
run mvn install it tells me
"The plugin 'specific-plugin-name' does not exist or no valid version co
How did you install it? Maven checks local repository too so you should not
get a build error (maybe a WARNING or two).
Are you saying when you run mvn install on your project pom you see this?
-aps
On 9/20/07, Denis Bessmertniy <[EMAIL PROTECTED]>
wrote:
>
> Hi folks,
>
> I manually have downl
Hi,
Denis Bessmertniy schrieb:
Here is the part of my POM file
.
com.davidkarlsen.maven.plugins
maven-was-plugin
1.0-SNAPSHOT
This dependency is not needed, as just the build and not your project
itself depends on the plugin. This is the first reason your bu
Hi folks,
I manually have downloaded artefact and installed it. All is ok, but when I
run mvn install it tells me
"The plugin 'specific-plugin-name' does not exist or no valid version could
be found."
As I understood the problem here because maven tries to download this
arterfact from remote repo
I'm not hugely familiar with JOnAS and GenIC, so keep that in mind.
Perhaps someone who is already doing this will pipe up?
First off, you should be able to write a jonas-genic-maven-plugin
without a lot of trouble. They already have Ant tasks set up for it,
so you can either call the existing Ant
Running "mvn -U" didn't fix the problem, but "rm -r ~/.m2/repository/*" did.
;-)
Thanks,
Matt
Wayne Fay wrote:
>
> Thanks Matt, that does it. "mvn install" was successful. And then "mvn
> eclipse:eclipse" was successful too.
>
> [INFO] Wrote Eclipse project for "myproject-core" to
> C:\cvs_r
I download it from
http://www.davidkarlsen.com/maven-was-plugin/
Because I work with WebSphere 6.0 and I need appropriate plugin.
-Original Message-
From: Thorsten Heit [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 20, 2007 8:16 PM
To: Maven Users List
Subject: Re: Problem wit
Hi,
>
> com.davidkarlsen.maven.plugins
> maven-was-plugin
> 1.0-SNAPSHOT
>
>
>
>
>
>
> com.davidkarlsen.maven.plugins
> maven-was-plugin
>
> C:\Program
> Files\IBM\Rational\SDP\6.0\runtimes\base_v6\bin
Hi all,
I need some advice about handling EJB2 generation within Maven.
Our Application Server is JOnAS
For various reasons we are not going to use xdoclet.
Therefeore we plan to use an home made plugin to generate: home, remote, and
bean classes
(from ejb-jar.xml and some specific templates
Hi,
> it is very difficult to reproduce this error, because downloading other
> snapshots from same internal repository works, so repository settings
> should
> be fine (otherwise no downloads would work).
Is it always the same snapshot that cannot be downloaded correctly? Or do
others show the
Hi,
I'have post a message in my blog to explain the pb. There are sample sources
:
http://www.jroller.com/greinhart/entry/generate_an_artifact_with_a
Gerald Reinhart
On 20/09/2007, Gerald Reinhart < @googlemail.com> wrote:
>
> Hi,
>
> I've got a general problem: the core maven can't generate al
Here is the part of my POM file
.
com.davidkarlsen.maven.plugins
maven-was-plugin
1.0-SNAPSHOT
com.davidkarlsen.maven.plugins
maven-was-plugin
C:\Program
Files\IBM\Rational\SDP\6.0\runtimes\base_v
good news, I am able to get continuum under windows services using the
local user account, not the domain account
On 9/19/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> How did you set up your service? Did you attach a real user to the service?
>
> continuum service works fine on win xp and see
sorry I am NOT able to find it any where.
On 9/20/07, Dan Tran <[EMAIL PROTECTED]> wrote:
> btw, is this a new jaxws api version
>
>
>
> javax.jws
> jaxws-api
> 2.1.1
> provided
>
> I am able to find it any where
>
> -D
>
> On 9/20/07,
btw, is this a new jaxws api version
javax.jws
jaxws-api
2.1.1
provided
wrote:
> I beleive, in order to run a goal from command line, your goal
> configuration must be
> in the plugin's configuration's, not in the execution's con
src/test/java is the Maven-standard directory for tests. It is well
documented in numerous places. Here's one:
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
Wayne
On 9/20/07, siegfried <[EMAIL PROTECTED]> wrote:
> Wow! That sure was difficult. It w
Thanks Matt, that does it. "mvn install" was successful. And then "mvn
eclipse:eclipse" was successful too.
[INFO] Wrote Eclipse project for "myproject-core" to C:\cvs_root\myproject\core.
...
[INFO] Wrote Eclipse project for "myproject-webapp" to
C:\cvs_root\myproject\web.
...
[INFO] BUILD SUCCES
hi,
i am running CruiseControl for integrate testing my projects (command-line
tool 'mvn verify' is executed for each project). but the results are very
unreliable because Cruise Control sometimes gives me errors with downloading
snapshot-dependencies. dependencies are sitting in an internal repo
I beleive, in order to run a goal from command line, your goal
configuration must be
in the plugin's configuration's, not in the execution's configuration
-D
On 9/20/07, Kyle.Bober <[EMAIL PROTECTED]> wrote:
>
> Hi Dan,
> I noticed you are one of the developers of the jaxws-maven-plugin. I am
>
You can use -Ph2 to use H2 instead of MySQL. You can also run with
-Dmaven.test.skip=true to bypass all the connecting to the database and
downloading of Tomcat to run Cargo/WebTest tests.
Matt
Wayne Fay wrote:
>
> I couldn't even get the first step to work correctly:
>
> [INFO]
> ---
I couldn't even get the first step to work correctly:
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] Error creating from archetype
Embedded error: Error proc
Wow! That sure was difficult. It works now from the maven eclipse plug in
and the command line.
Where in the documentation does it say that the tests must be in
src/test/java? This is not obvious to a first time eclipse plug in user and
unfortunately, the plug-in does not create this structure whe
Hi Dan,
I noticed you are one of the developers of the jaxws-maven-plugin. I am
running into an issue and I wanted to run it by you. We are using JBoss4.2
with the JBossWS2.0.1GA (JAX-WS). In my POM I setup the JAX-WS dependencies
as follows:
javax.xml.bind
Right. ok, Thank you dirk.
That explains my problem - seems I have some more learning to do to get
my head around maven.
Cheers.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I found it only happens when sourceDirectory option is specified. The
jasperreports-maven-plugin doesn't compile .jrxml files even if the
path specified in sourceDirectory option is the same as the default
value [1].
Any jasperreports-maven-plugin developer out there?
[1] src/main/jasperreports
Peter Taylor wrote:
> I'm trying to build a resource adapter using maven with the rar:rar
> plugin. I've succeeded BUT I have an issue:
>
> I have rar in my pom. But when I do a `mvn
> package` maven doesn't include the compiled source in the target rar
> file.
Are you trying to package from the
Have you tried mvn deploy -q already?
-Gisbert
Martin Pruefer wrote:
Hi,
is there any way to make the deploy plugin being less verbose when
uploading via scp to a server?
I'm building my project with 'mvn deploy' and for each artifact the
upload progress is being logged in a very verbose way l
Maven 1.1 and 1.0.2 are supposed to be largely compatible, the main
differences are documented [1], apart from that, the documentation
applies to 1.0.2 as well (note that plugins have their own sites). For
detailed changes you might consult JIRA [2].
HTH,
-Lukas
[1] http://maven.apache.org/ma
What's the criteria used by jasperreports-maven-plugin to conclude
that all reports are up to date and don't need to be recompiled [1]?
How can I force it to compile all the reports?
[1]
[INFO] [jasperreports:compile-reports {execution: default}]
[INFO] Nothing to compile - all Jasper reports are
Hi,
is there any way to make the deploy plugin being less verbose when
uploading via scp to a server?
I'm building my project with 'mvn deploy' and for each artifact the
upload progress is being logged in a very verbose way like this:
---snip---
[...]
Uploading:
scp://my.snapshotserver.com/group
Any idea what could be causing this? I get it when running "mvn
eclipse:eclipse" on a modular project. I'm on OS X with JDK 5.
[INFO]
[ERROR] FATAL ERROR
[INFO]
--
Hello,
I would like to know where I can find the original Maven 1.0.2 documentation.
http://maven.apache.org/maven-1.x is mainly for maven 1.1.x
Is it possible to find archives about it somewhere ?
Globaly, it is hard to know the real features of Maven 1.0.2 compared
to 1.1.x (SNAPSHOT or not, r
List,
I have a gzipped tarball type artifact (tar.gz) in my
repository and a dependency to it (with tar.gz) in my POM. All
I want is for the dependency to be resolved and the artifact to be copied to
my local repository so that I can copy it out to where it really should go.
However, the resolved
Hi,
I've got a general problem: the core maven can't generate all artifact, so
there are some plugin to do that for a specific context (for instance,
maven-antrun-plugin ). How can we do a dependency to the artifact generated
by a plugin ?
I tried to
- configure the packaging of the pom with the
Hello Wayne!
Thanks!
Now it works!
Dmitri
--
http://www.xing.com/profile/Dmitri_Pissarenko
http://dapissarenko.blogspot.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For those thinking of attending ApacheCon US in Atlanta, see the
announcement from the ApacheCon team below about the early-bird
registration rate. For more information and registration, see http://
www.us.apachecon.com/
Maven will be well represented with the following training and
presen
54 matches
Mail list logo