Thanks ,
i do it now.
Tom.
2010/10/1 Antonio Petrelli
> Please ask Mojo project:
> http://mojo.codehaus.org/sql-maven-plugin/mail-lists.html
>
> 2010/10/1 Tom Joad :
> > Hello all,
> > I'd like to know how to retrieve sql select results with sql maven
> plu
Hello all,
I'd like to know how to retrieve sql select results with sql maven plugin. I
tried output.log but
it doesn't work.
Thanks in advance.
Tom
Hello all,
I'm sorry threre's already a thread about this subject but , i don't
find emmanuel venisse' response after
the author posted his pom.xml snippet.
I use scm plugin as it is on plugin site.
plugin removes the workingdirectory, executes checkout. removes again
the workingdirectory and execu
Hello all,
We are migrating our build process from ant to maven. Our software
architect doesnt' want to let maven download dependencies , he wants
to know exactly which librairies we use and adds a new one only after
validation. So i installed archiva for internal repository , and i
deploy every l
Ok . I need to consider our build processing in other way ie maven way.
Thanks again.
2008/3/26, Wayne Fay <[EMAIL PROTECTED]>:
> Maven is not Ant. Maven does not read from external property files and
> insert values into the pom at runtime.
>
>
> Wayne
>
> O
gt; As for changing from /target to /whatever, before you start heading
> down this road, please do a little reading about what Maven is trying
> to do for you etc. Sonatype.com and Devzuz.com have links to free pdf
> ebooks they have produced.
>
> Wayne
>
>
> On 3/26/08, T
Hello all,
My problem is quite simple.
I have a properties file wherein i have projectname webmodulename,
version and other informations.
I'd like to tell maven to retrieve these values into the pom.xml .For
instance , i need to set default target directory to
${projectname}-${version} instead of t
the problem is not because of commons-fileupload. I tried other
artifact and I get the same result.
may be , it s really a problem of right of access to repository. I 'll
seek in this direction
2006/6/6, Tom Joad <[EMAIL PROTECTED]>:
I can browse my maven-proxy with any internet bro
I can browse my maven-proxy with any internet browser.
I use maven-proxy snapshot version(the first one) .
Tom
2006/6/6, Tom Joad <[EMAIL PROTECTED]>:
Hello all,
I set up maven proxy and it always worked .I didn't work with maven
since two months , i have just to reuse it.I add new
Hello all,
I set up maven proxy and it always worked .I didn't work with maven
since two months , i have just to reuse it.I add new dependency of my
project and when i compile it
I get error message
Caused by: java.io.IOException: Server returned HTTP response code:
403 for URL: http://10.75.202.1
Hi Gregory,
could you run mvn with -e option to get stacktracee error.
Tom.
2006/6/2, legrand gregory <[EMAIL PROTECTED]>:
Hi everybody.
I'm sorry for my poor English, but I'm French and I'm not fluent ;-)
I am trying to use maven2, but every time I try some commands line I've
got this error:
Hello all,
How to conf settings.xml or pom.xml to use
http://snapshots.maven.codehaus.org/maven2/
a (the) maven public snapshot repository.
Does maven automatically resolve artifact version where version is
for instance 0.1-SNAPSHOT for Org.codehaus.mojo.jdbc-maven-plugin and
under 0.1-SNAPSHOT d
Hello
you cas use build-helper-maven-plugin like following
...
org.codehaus.mojo
build-helper-maven-plugin
add-source
generate-sources
add-source
Why do you have to set explicitly ${basedir} On project A pom.xml for
different location.
Try to give relative path so without ${basedir}
Tom.
2006/4/27, RobJac <[EMAIL PROTECTED]>:
>
> Yes I do. This is how my Project A pom.xml looks like
>
> http://maven.apache.org/POM/4.0.0";
> xmlns:xsi="http:
Do you have
Main
Main
pom
1.0
for all modules?
Tom.
2006/4/27, RobJac <[EMAIL PROTECTED]>:
>
> I have a maven project folder structure as shown below
>
> Main
> pom.xml
>
> Project A
> pom.xml
>
> Project B
> pom.xml
>
> Project C
> pom.xml
>
> Project D
> pom
Oldani <[EMAIL PROTECTED]>:
> Thanks, then the answer is NO I don't have such dependency
>
> Gianfranco OLDANI
> Mob: +79602726351
>
>
>
> ----Original Message Follows
> From: "Tom Joad" <[EMAIL PROTECTED]>
> Reply-To: "Maven Users List&quo
gt; Sorry Tom I am rather new to maven, what do you mean by a system scope
> dependency ?
>
> Gianfranco OLDANI
> Mob: +79602726351
>
>
>
> Original Message Follows
> From: "Tom Joad" <[EMAIL PROTECTED]>
> Reply-To: "Maven Users List"
If you have a system scope dependency you have to upgrade
project-info report plugin to solve
the problem
Tom.
2006/4/26, Gianfranco Oldani <[EMAIL PROTECTED]>:
> Hello,
> I experiment a NullPointer exception when I launch : mvn site
> What I missed?
>
> Here is the content of the section of my
Hello
Do you hade a system scope dependecy?
Tom.
2006/4/26, Gianfranco Oldani <[EMAIL PROTECTED]>:
> Hello,
> I experiment a NullPointer exception when I launch : mvn site
> What I missed?
>
> Here is the content of the section of my pom.xml if it can help.
> If I remove that section the NullPoin
Hi,
Maven can be viewed as a core and a concept with enormeous plugins to
perform tasks.
To Use plugin you have to declare it under tags as
you do for dependencies. You must read plugin documentation to set
parameters value used by it to perform the task.
Please read
http://maven.apache.org/plug
---
> Clifton C. Craig, Software Engineer
> Intelligent Computer Systems - A Division of GBG
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> On Tuesday 25 April 2006 11:44 am, Tom Joad wrote:
> > I didn't ask so many question
2006/4/25, Jose Gonzalez Gomez <[EMAIL PROTECTED]>:
> You're right, I'm behind a proxy... You mention a plugin to manage the proxy
> connection in Eclipse, where can I find it?
>
> Thanks a lot
> Jose
>
> 2006/4/25, Tom Joad <[EMAIL PROTECTED]>:
> &g
esday 25 April 2006 9:51 am, Tom Joad wrote:
> > How do you copy stuff to your maven-proxy repository?
> > and what is value for
> > pom.update key on your config properties?
> >
> > Tom
>
> Tom,
>
> Thanx for your quick reply. So far so good. I set th
Hi,
With maven2 there isn' t maven.xml anymore.
you configure connexion with ${user.home}/.m2/settings.xml.(by default)
You have to read how to use of each plugins
and to configure them and to perform task .
You set parameters listed for plugin goals under tag
under tag as example below.
Plea
t;
> As for deploying(?) my own projects to it, I'm not sure.
>
> My pom.update is set to true
>
> Ben
>
> -Original Message-
> From: Tom Joad [mailto:[EMAIL PROTECTED]
> Sent: 25 April 2006 14:51
> To: Maven Users List
> Subject: Re: Maven Proxy
>
> Ho
---
> Clifton C. Craig, Software Engineer
> Intelligent Computer Systems - A Division of GBG
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> On Tuesday 25 April 2006 6:20 am, Tom Joad wrote:
> > Maven always go to internal repository which connects to all maven
l ~/.m2 repository to the maven-proxy
> repository
> I am able to download only the jar files and not the .pom files as it gives
> an error 500. When I try downloading the pom files I see it going out to the
>
> internet to retrieve the latest copy but failing. Can you (or anyone
PROTECTED]>:
> Tom,
>
> Thanks for replying. Will maven then always go to the internal one or only
> when it cant connect to the internet server?
>
> Ben
>
> -----Original Message-
> From: Tom Joad [mailto:[EMAIL PROTECTED]
> Sent: 25 April 2006 11:05
> To: Mave
HI,
You configure connexion on settings.xml file with mirrors tag.
central
Internal Repos
http://internalhost:
local-proxy
Tom.
2006/4/25, Ben Short <[EMAIL PROTECTED]>:
> Hi,
>
> I am trying to setup maven-proxy on my network and make all my
If you are under proxy you must put something like this on your
{user.home}/.m2/settings.xml
http
PORTNUMBER
YOURPROXY
Tom.
2006/4/25, Gianfranco Oldani <[EMAIL PROTECTED]>:
> Hello,
> I have done the Maven setup and trying to co
Hello,
It' s an internet connexion problem.
Tom.
2006/4/25, Gianfranco Oldani <[EMAIL PROTECTED]>:
> Hello,
> I have done the Maven setup and trying to compile my first project I cannot
> get out of this error (here is the command and the trace qfter launching
> with the -e option):
>
> Thanks for
ormation about this issue?
>
> Thanks
> Jose
>
> 2006/4/24, Tom Joad <[EMAIL PROTECTED]>:
> >
> > Hello,
> > Which version of the plugin do you use? It is a known issue of version
> > 0.0.4 resolved
> > with 0.0.5 .
> > Tom.
> &
Hi,
You can choose to install all jars on your local repository an set for
each jar compile scope dependency and so they ,all , will be bundled
on your jar or war file by packaging
or to use system scope and you must provide path like
sun.jdk
tools
1.5.0
system
Hi,
You can set it on settings.xml.
Tom
2006/4/24, Kees de Kooter <[EMAIL PROTECTED]>:
> It is that simple...
> Thanks Thorsten!
>
> Is it possible to configure this in the pom?
>
> On 4/24/06, Thorsten Heit <[EMAIL PROTECTED]> wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> >
Hello,
Which version of the plugin do you use? It is a known issue of version
0.0.4 resolved
with 0.0.5 .
Tom.
2006/4/24, Jose Gonzalez Gomez <[EMAIL PROTECTED]>:
> Hi there,
>
> After reading about the Eclipse plugin I decided to give it a try. I
> installed it, and tried to run a maven goal, b
re about possible problem if cygwin is
already installed.
I try on my linux machine , and I 'll tell you what i get.
Tom.
2006/4/12, dan tran <[EMAIL PROTECTED]>:
> the remote host refused your connnection,i think. Can you ssh into that
> box?
> -D
>
>
> On 4/12/0
Hi folks,
I never suceed with deploy:deploy-file.
My OS is windows and i installed scp ssh for windows.
My remote repository is a maven-proxy .Here is my settings.xml
TRUE
C:/repository
http
3128proxy1.bercy.cp
up22aUSERPASSWD
664
775
.ssh/known_hosts
centralproxy
dgcp-repohttp://10.21.240.120:9
> This issue has been documented in JIRA. Grzegorz S. has even created a
> new Maven Upload JIRA issue:
> http://jira.codehaus.org/browse/MAVENUPLOAD-789
>
> It just hasn't been dealt with as yet.
>
> Wayne
>
> On 4/11/06, Tom Joad <[EMAIL PROTECTED]> wrote:
>
Hi all,
Could someone upload pom file for /tomcat/jasper-runtime/5.5.15 and
tomcat/jasper-compiler/5.5.15 to central repository. Mojo plugin
jspc-maven-mlugin
has two artifacts as compile scope dependency and download processing
, and so builld fails without pom files and sha1 or md5 files on the
You configure maven-war-plugin
maven-war-plugin
2.0-beta-2
YOUR_WEBAPP
Tom.
2006/4/7, Henry S. Isidro <[EMAIL PROTECTED]>:
> csudhi wrote:
>
> >Hi,
> >
> >Is it possible to change the default webapp directory (src/main/
rget = maven goal
> Ant task = maven ??
>
> Ant -projecthelp = mvn ??
>
>
> -Original Message-
> From: Tom Joad [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 06, 2006 12:48 PM
> To: Maven Users List
> Subject: Re: Maven 2 guide for ant users
>
> Hello,
gs like
>
> Ant target = maven goal
> Ant task = maven ??
>
> Ant -projecthelp = mvn ??
>
>
> -Original Message-
> From: Tom Joad [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 06, 2006 12:48 PM
> To: Maven Users List
> Subject: Re: Maven 2 guide for a
Hello,
Please see http://maven.apache.org/ant-tasks.html
it is a bit thin but very helpful.
Tom.
2006/4/6, EJ Ciramella <[EMAIL PROTECTED]>:
> Is there anything like this? I'm very used to typing "ant -projecthelp"
> and seeing a list of targets an descriptions.
>
> I'm trying to learn some mave
your pom.xml looks like this
Spring and hibernate dependency
...
...
hibernate
cglib
cglib
2.1_3
provided
I think warning message is to recall to you that spring dependency
needs cglib2.1.3 to work and tell you to be sure what about you are
doing.
Tom.
2
Hello,
If the two jars are direct dependency in your project you can use
scope provided for what you want to exclude.
If they are bundled by transitive dependency mechanism , you declare
them as direct dependency inside the pom.xml and use provided scope.
I do it to exclude servlet-api which is com
Hello all,
When I add ${java.home}/../lib/tools.jar
sun.jdk
tools
1.4.2
system
${java.home}/../lib/tools.jar
as dependency of my project and run mvn site I get following error
...
[DEBUG] -- end configuration --
[INFO] [site:site]
[INFO] Generate "Continuou
Hello,
install plugin will achieve it.
Please see
http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html
you run command
maven -e -X install:installfile -DartifactId=yourownjar.jar
-DgroupId=yourgroupId (eg com.company.project) -DgeneratePom=TRUE
-Dpackaging=jar -Dversion=your
uld not try to change the maven directory
> structure
>
> So i was asking the people's suggestion before changing the directory
> structure
>
> Have u used it in any project?
>
> On 3/22/06, Tom Joad <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> >
ar.
>
> On 3/22/06, Tom Joad <[EMAIL PROTECTED]> wrote:
> > Hello,
> > Please see.
> >
> > http://mojo.codehaus.org/jspc-maven-plugin/
> >
> > We must add inside your pom.xml
> >
> >
> > tomcat
> > jasper-run
Hello,
Please see.
http://mojo.codehaus.org/jspc-maven-plugin/
We must add inside your pom.xml
tomcat
jasper-runtime
5.5.12
javax.servlet
servlet-api
2.4
with compile scope dependency. The problem is that the two jars will
be
Hello,
You can specify java source files an java test files with
tags
eg.
myproject/JavaSource
myproject/test
Tom
2006/3/22, raja bangaru <[EMAIL PROTECTED]>:
> My project which is build in ant does'nt use maven standard directory
> structure
>
> src/main/java java source files
> src/tes
I wonder if everything who used this plugin , had as many problems.
Or i really have a bad luck.
Tom.
2006/3/17, Tom Joad <[EMAIL PROTECTED]>:
> Hello all,
> I use jspc plugin to precompile my jsp files.
> I get the following error
>
> - ERROR-the file '\WEB-INF\
Hello all,
I use jspc plugin to precompile my jsp files.
I get the following error
- ERROR-the file '\WEB-INF\pages\home.jsp' generated the following
general exception:
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
Are you sure it works? For me it doesn't.
2006/3/14, langlois yan <[EMAIL PROTECTED]>:
> Hello,
>
> If you want to use environment variable you do not
> need a project.properties file. Juste use :
> ${env.JBOSS_HOME}. You need at least maven 2.0.1.
>
> Yan.
>
>
> --- Blaise Gosselin <[EMAIL PROTEC
to create the
> library-version.pom file?
>
> If say I have a a.jar file in "lib/" where to put the
> following in?
>
>
>4.0.0
>GROUIDYOUDEFINE
>ARTIFACTIDYOUDEFINE
> YOUVERSION
>
>
> Thanks,
> -Ashish
>
> --- Tom Joad
Hello all,
I use jspc plugin and a get the following message
- Built File: \index.jsp
- Unknown element (description) in tag-file
- Unknown element (description) in tag-file
- Unknown element (description) in tag-file
- Unknown element (description) in tag-file
- Unknown element (description) in t
We are developping a prototype project,with number of examples of use
case and implementation on frameworks like spring , hibernate. One of
aims is to provide to our developpers face to a use case from
functional analysis , an example which works on which they can be
inspired. All documentations a
sh it helps.
Tom
2006/2/24, Srepfler Srgjan <[EMAIL PROTECTED]>:
> Tom Joad wrote:
> > Hello
> > when you say it's not working what do you mean?
> > I suppose you use maven1.x
> > For me the problem was eclipse did not build my project. But maven
> > pac
artifact: Error executing command for transfer
Exit code 255 - ssh_exchange_identification: Connection closed by remote host
All helps welcome,
Tom.
2006/2/24, Tom Joad <[EMAIL PROTECTED]>:
> an example of error i Get
>
> adding permissions to wagon connection:
: Authentication failed: Cannot
connect. Reason: invalid server's version string
Tom
2006/2/24, Tom Joad <[EMAIL PROTECTED]>:
> I want to deploy on my internal repositories artifacts.
> I think that there are already threads about it but until now i can't
> succeed runnin
I want to deploy on my internal repositories artifacts.
I think that there are already threads about it but until now i can't
succeed running it.
Until now , I run install:install-file
and i manually copy , obtained structure under my internal repository.
It's very boring because i have more than
You can install your jar in your local repository.
Run command
mvn -e -X install:install-file -Dfile=(Relative or absolute
path)ServletPortlet .jar -Dversion=YOUVERSION
-Dartifactid=ARTIFACTIDYOUDEFINE -DgroupId=GROUIDYOUDEFINE
-Dpackaging=jar -Dgeneratepom=true
It's install your local repositor
Hi,
you use maven 2.0.2 I think there is not yet dist plugin available for maven2.x
maven command runs maven 1.x
Tom.
2006/2/23, Xiaobo Chen <[EMAIL PROTECTED]>:
> Hi, all
>
> I am very new in Maven. I am following the tutorial for Jetspeed:
>
> http://portals.apache.org/jetspeed-1/tutorial/pre
Hello
when you say it's not working what do you mean?
I suppose you use maven1.x
For me the problem was eclipse did not build my project. But maven
packaging works fine.
I use maven2.x but i think that you must set MAVEN_REPO as eclipse
variable of your local repository before running eclipse:ecli
lipse.
Documentation is a bit ambiguous about it.
Tom.
2006/2/23, Tom Joad <[EMAIL PROTECTED]>:
> Hi Alexandre
>
>
> Here is my maven-eclipse plugin configuration;Nothing very special.
> with mvn - Dwtpversion=R7 or wtpversion inside the pom.xml , I have
are using wtp. If
> it work you can move the configuration inside your pom.xml.
>
> On 2/21/06, Tom Joad <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > We have an eclipse project R7 which began without maven managing
> > configuration i.e It is an eclipse Dynamic web applica
Hi all,
We have an eclipse project R7 which began without maven managing
configuration i.e It is an eclipse Dynamic web application and all
dependencies are under WEB-INF/lib .the project uses spring and
hibernate frameworks.
We want to use maven to manage our lifecycle build from now, so I
crea
Hello all,
I use maven with eclipse ,with external tools.
Our project , initially , was not managed with maven. Libraries were
located under WEB-INF/lib
We decided to use maven for all cycle of our project . I delete the
directory WEB-INF/lib and all references to it and set up M2_REPO . It
works
Hello ,
You must set up your local repository
on eclipse
window>preferences>maven2 local repository folder= a folder in which
plugin put artifacts downloaded.
Could you tell me if after that it works , because it never does. I
use maven with external tools as on documentation maven2 site.
Tom.
2
Ok Thanks , i'll do this
Tom.
2006/2/14, Luca Gmail <[EMAIL PROTECTED]>:
> I saw this error when I had copied manually artifact into repository.
> I think you should use mvn deploy to update your internal repository.
>
> Luca
>
> -Original Message-
&g
install) install on our internal repository , and so on with sun
jars.
Tom
2006/2/14, Luca Gmail <[EMAIL PROTECTED]>:
> What's the error?
>
> -Original Message-----
> From: Tom Joad [mailto:[EMAIL PROTECTED]
> Sent: martedì 14 febbraio 2006 15.56
> To: Maven U
Hello all,
Is it possible to skip artifact .sha1or md5 on download dependency
processing. It seems to fail build.
Thanks in advance.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For more details , see also
http://docs.codehaus.org/display/MAVENUSER/Using+Maven+in+a+corporate+environment
2006/2/1, Brad O'Hearne <[EMAIL PROTECTED]>:
> Hello,
>
> I would like to set up a remote repository that acts as a proxy to
> iBiblio. I have obtained the Codehaus maven-proxy webapp and
Hello,
I'm a little desesperate with this m2 eclipse plugin while everything
works so good with configuring externa tools like indicate on maven
sit guide http://maven.apache.org/guides/mini/guide-ide-eclipse.html
I never succeed to build anyone with.
I get error below on compile or package.
I se
I think yes. For my configuration,
repo.local-repo.url=file///./
It has the same value of the variable
repo.local.store=./ ( on the head of propertie file)
My maven-proxy jar and propertie are located on the repository
directory (it is the simplest)
and a I put
#If copy is true, jars are copied fro
In conclusion, Do you think that your maven-proxy works now?
Try another dependency for your project Choose it with no dependency
to prevent download processing of all transitive dependencies, and
compile your project.
Does it work?
Tom
2006/1/30, Fredy <[EMAIL PROTECTED]>:
> hi,
>
> >Sorry it see
I don't find what's wrong.
You have to retry . Sometimes on browsing central repository it takes
a lot of times before you get the window messagedialog to download
.jar or .pom. If your httpproxy time out is short the request is
cancelled.
Sorry it seems stupid but could you connect to internet by
No I have not.I specify tag on setings.xml
-
-
central
maven proxy local test
http://10.21.240.120:/repository
local-proxy
2006/1/30, Fredy <[EMAIL PROTECTED]>:
> How have you configured your maven-proxy as repositoiry?
>
> I've extend my profile in settings.xml like this:
>
Sometimes , I get this error . I restart maven-proxy and it works again.
2006/1/30, Fredy <[EMAIL PROTECTED]>:
> So,
> I have set up the maven-proxy and it seems it's running.
>
> But if I delete a jar from my local repository and start mvn compile than in
> hangs:
>
> Downloading:
> http://:808
2006/1/30, Tom Joad <[EMAIL PROTECTED]>:
> I use the standalone version . I launch maven-proxy in a linux
> terminal so I get logs in standard output . When it downloads the
> artifact from remote repository , I find the requests sent passing by
> http-proxy. Do you have
I use the standalone version . I launch maven-proxy in a linux
terminal so I get logs in standard output . When it downloads the
artifact from remote repository , I find the requests sent passing by
http-proxy. Do you have the same on tomcat terminal?
2006/1/30, Fredy <[EMAIL PROTECTED]>:
> So,
>
Hello,
you just need to specify Ip adress or dns name and port of your
http-proxy and possibly authentication values.
If you have one http-proxy
proxy.list=one
and
#Unauthenticated proxy
proxy.one.host=HtpProxyAddress
proxy.one.port=HttpProxyPort
And so one if you are more tha one http-proxy.
Hi all,
Thanks for all helps.
Tom.
2006/1/26, Kees de Kooter <[EMAIL PROTECTED]>:
> Workaround found (see the latest comments in the JIRA issue):
>
> In Preferences / Maven2 leave the "Local Repository Folder" empty.
> Apparently either the plugin or eclipse chokes on the spaces in the
> average
Sorry for mispelling,
I write
Do you work with windows or Linux?On windows I never succeed
> to execute any phase lifecycle. I get a noclasserrofound exception ...
2006/1/26, Tom Joad <[EMAIL PROTECTED]>:
> Hello,
> Does you work with Windows or Linux? On windows I never succeed
Hello,
Does you work with Windows or Linux? On windows I never succeed
execute phase lifecycle. I get a noclasserrofound exception .There is
an issue about it on jira.codehaus.
Now I try it on Linux base system. I launch eclipse with proxy and
port argument but the plugin can't connect to centra
Hello ,
I can only give you some hints how I do it.
All things are on the properties file.
My Configuration
A machine with internet connection. First maven proxy .I declare my
company http-proxy and public maven repositories on which to search
artifacts.
repo.list=local-repo,www-ibiblio-org,www-ibi
<[EMAIL PROTECTED]>:
> /home/maven/maki # mvn -e -X process-resources "-Dcommand.line.prop=Hi man"
> should be
> /home/maven/maki # mvn -e -X process-resources -Dcommand.line.prop="Hi man"
>
> On 1/17/06, Tom Joad <[EMAIL PROTECTED]> wrote:
> >
Hi,
I have just installed mvn 2.0.2 on linux mandrake 10 and I follow
getting started documentation to refresh my knowledges on maven
possibility.I'm on filtering resources paragraph , and try to use java
- D parameter . the command line on the documentation does not work.
because of the white spac
erties > Java Build Path >
> Libraries tab.
>
> I'm having some issues with the war:war goal though.
>
> /robert
>
> Tom Joad wrote:
> > Hi,
> > I would like to know if someone uses the maven2 eclipse plugin.I
> > Install it , and create the pom fi
x27; ll create on eclipse external tools all useful command
corresponding to each lifecycle phases as in maven documentation
site. And when they need to remove or add dependencies , they run mvn
eclipse on eclipse and refresh project.
Tom
2006/1/12, Kees de Kooter <[EMAIL PROTECTED]>:
&
Hi,
I would like to know if someone uses the maven2 eclipse plugin.I
Install it , and create the pom file dependencies for a test project
.It seems to work well but i see that ,it doesn't connect to my own
repository because , nowhere we can declare settings.xml so it
directly searchs on central re
EMAIL PROTECTED]> wrote:
> >
> > Need to add configuration for the parameter warSourceDirectory in War
> > plugin.
> >
> > http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html
> >
> > Eric
> >
> > On 1/6/06, Tom Joad <[EMAIL PROTEC
Hello all and I wish happy new year for all of us,
I use the maven webapp archetype to create my mini-test project . So
I get the maven project standard layout . I execute mvn package
without changing anything everything is all right. Now I rename webapp
to webcontent like on wtp project , Ige
Hello all,
I want to set up a two level of maven-proxy.
The firts one is located on a machine with internet connection. The
second one is such that
it's a mirror of the first one and installed on a machine with no
internet connexion. But Developpers must reference the second instead
of the first.(T
I find an issue on this link . This question is still unresolved
http://jira.codehaus.org/browse/MNGECLIPSE-12
Tom.
2005/12/29, Alexandre Poitras <[EMAIL PROTECTED]>:
> I face the same problem since there isn't any settings.xml file.
>
> On 12/29/05, Tom Joad <[EMAIL PR
Hi all,
does someone already use m2 plugin integration with eclipse. I use it
, it works fine but i don't find how to configure such that added
dependency is only scanned on my own-central repository (actually
maven-proxy) , not on central repository.
Thanks,
Tom
Hi,
We have our organisation central repository. if a developper needs a
plugin or an artifact dependency which is not already on it ,maven
updates only his local repository, but not our central repository.
Is it possible to update both the local and our central repository?
and How to do it?
For
Hello,
why doesn't the command line for installing 3rd party jar install the
.pom file?
So build fails because of missing pom.
Regards ,
Tom
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
nal Memory: 3M/5M
[INFO]
Release.properties is created under ${basedir}.
Do I need to create the tag-base directory?by default ../tags
Is this cvs or maven problem
regards,
Tom.
2005/11/29, Tom Joad <[EMAIL PROTECTED]>:
> After updating maven release plugin , i have not nullpointer
> escep
is it maven poblem or cvs problem?
regards,
2005/11/29, Tom Joad <[EMAIL PROTECTED]>:
> It works with mvn -U
> Thanks,
>
>
> Tom
>
>
> 2005/11/29, Emmanuel Venisse <[EMAIL PROTECTED]>:
> > it seems you have a very old ve
1 - 100 of 105 matches
Mail list logo