Hi Dan,
Yes , I can. But when i run scp under dos console for instance I get
the error message
C:\tempo>scp [EMAIL PROTECTED]:: R30100.ldif
/usr/bin/ssh: No such file or directory
May be it deals with my ssh installation on windows. It seems ,when
installed it , I did'nt take care about possi
Hi,
I have integerated maven-1.0.2 plugin to "IBM Rational Software Development
Platform". When I try to run maven from the IDE for a project I am getting the
following message.
emma:instr:
[echo] Performing Emma instrumentation
processing instrumentation path ...
BUILD FAILED
File..
On 4/13/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> All I'm attempting to do is prevent builds from going to the maven
> repository. I have set up one machine (build.corp.upromise.com) that has
> everything from my .m2/repository directory (I copied it there).
The first question is: why?
Mav
ues this helps, thanks!!
I will use the eclipse:eclipse plugin
pierre
On 4/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Use eclipse:eclipse to set up your project files with the correct path to
> the repository for your lib files.
>
> External jars, you should add to your local repository
Hello,
I am new to Maven 2 and can't find any decent documentation to help me use
the maven-release-plugin. I am trying to write a simple pom.xml to automate
the build process of a jar file, by downloading the source code from
subversion.
I have the following settings in my POM:
scm:
You can cut that to "mvn clean install site-deploy"
:)
Although, if you're deploying the site, wouldn't you deploy the
artifact too? "mvn clean deploy site-deploy"?
-Stephen
On 4/11/06, Mike Perham <[EMAIL PROTECTED]> wrote:
> That's what the POM element is for. All reports in
> are run wh
The core doesn't use velocity, so you might just have to build the
plugins that depend on velocity [1] from sources. Actually, AFAICT, only
artifact, multiproject and xdoc use the velocity:merge tag. Just replace
the velocity dependency by a current snapshot (don't know if there's one
published
All I'm attempting to do is prevent builds from going to the maven repository.
I have set up one machine (build.corp.upromise.com) that has everything from my
.m2/repository directory (I copied it there).
Those files are made available via http (apache2) and MOST work, but yet SOME
files come
Hi,
I have my local maven repository in $HOME/.m2/repository and I want to
change my local repository to c:\repository so I change in settings
c:\repository and that runs ok.
But I want to use $HOME/.m2/repository as my central repository so I
create in global settings
Hi,
I have my local maven repository in $HOME/.m2/repository and I want to
change my local repository to c:\repository so I change in settings
c:\repository and that runs ok.
But I want to use $HOME/.m2/repository as my central repository so I
create in global settings
How can I patch my current m1.1b1 release with the patch. Can you provide
some info. I am willing to
give it a try as our production CC log file is really big and we can reduce
the size by much as 80% if
we can get rid of the
log4j:ERROR Attempted to append to closed appender named [null]
mes
Hi!
My configuration:
OS: WindowsXP (SP2)
Java: 1.4.2_10
maven-2.0.4 with the corresponding maven-release-plugin 2.0-beta3
CVS: as pserver on Solaris9(? i think, solaris version 9 is correct)
Hope, that this problem will be solved soon, because it could be a blocker
for migrating from maven1.x
Maybe it would help to get more of a conceptual description of your network
setup. What are you trying to accomplish with your mirror/proxy, and what
software do you have running out there doing the proxying?
-john
On 4/12/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
>
> Ok, I tried:
>
>
>
>
Hello Maven Experts,
I've been using Maven 2 for a few months, and I'm not sure if I've
stumbled upon a bug, or if a configuration change is in order. I have
the following set of projects/subprojects:
ProjA
-- SubProjA1
-- SubProjA2
-- SubProjA3
...
-- SubProjAn
ProjB
-- SubProjB1
-- SubPro
K.C.,
Thank for the suggestion. I have found another solution. This one
involves using simple-jndi and does not require any code changes.
1) Include the dependency
simple-jndi
simple-jndi
0.11.1
test
javax.sql
jdbc-stdext
It's been tracked down to a memory leak in velocity [1] which is fixed
in the current development version, but as long as velocity-1.5 is not
released, the problem will persist in m1.1. It basically happens
whenever the velocity:merge tag is called more than once within one
jelly session, like
http://cvs.apache.org/maven-snapshot-repository/
On 4/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi Carlos,
>
> Thanks I've found the relevant JIRA:
> http://jira.codehaus.org/browse/MSUREFIREREP-6
>
> Are there plans to update this? I'd far rather grab from a repository or
> snapshot r
Is this issue resolved? I searched thru jira, and other mailing list.
Please let us know. Thanx
--
View this message in context:
http://www.nabble.com/-m1.1b1-log4j-error-t252755.html#a3889224
Sent from the Maven - Users forum at Nabble.com.
--
Ok, I tried:
ibibio-mirror
Local proxy of http://repo1.maven.org/maven2/
http://build.corp.upromise.com/mavenrepository
central
foxboro
model-base
foxboro
Hi Carlos,
Thanks I've found the relevant JIRA:
http://jira.codehaus.org/browse/MSUREFIREREP-6
Are there plans to update this? I'd far rather grab from a repository or
snapshot repository than get code from svn and compile myself... Please
forgive me if my understanding of how issues/bug manag
> why not add a with the directory pointed at
> ${basedir}, and a single include of pom.xml with
> excludes of **/*?
> Then, your pom would be copied into target/classes on
> prepare-resources, IIRC.
> -john
How. yes, good idea. I did not think about that! yeap that
would work.
thanks, that solv
if you don't want it to look at repo1.maven.org, maybe what you're actually
looking for is a setup, not a .
The proxy works just like your web browser's proxy setting would...it asks a
proxy server to make a HTTP request on behalf of your local machine. Which
means it would still look for things
Try as I might, I just can't get this working.
I have the following in my settings.xml:
true
http
build.corp.upromise.com
foxboro
model-base
foxboro
E:/work
Why is it still l
the parameter type for "tags" must be of type java.util.List...unfortunately,
I doubt that setting this from the command line would work. I don't think we
have the code in place to support single-element List creation based on
CLI-defined values.
Sorry, you will probably have to configure it in yo
You can create your own Checkstyle configuration file so it only flags
Javadoc problems to reduce the noise, and not use the default config.
I actually decided to just stop using tabs as a result of Checkstyle,
and updated all my code... Went from like 3200 warnings to well under
1k ;-)
Like I sa
I am trying to use this, and get this error:
[INFO] snapshot org.codehaus.mojo:jdepend-maven-plugin:2.0-beta-1-SNAPSHOT:
checking for updates from apache.snapshots
Downloading:
http://repo1.maven.org/maven2/doccheck/maven-doccheck-plugin/1.4-0.1/maven-doccheck-plugin-1.4-0.1.pom
4K downloade
Use eclipse:eclipse to set up your project files with the correct path to
the repository for your lib files.
External jars, you should add to your local repository using mvn
install:install-file.
You should never need to "extract" to a directory the jars your project
needs, although if you nee
Hello,
What is the correct way to extract onto a directory the jars my
project depends on.
I think I've seen somewhere mentioned using mvn idea:idea but I can't
seem to find it again.
All this so that eclipse will have all the libraries that are used.
Thanks,
Pierre
---
Checkstyle is OK, but the default config has a ton of extra stuff
(especially if you use tabs!!) and the signal-to-noise ratio is a bit
high, but it does point out all the missing javadoc comments.
-j
---
Justin Fung
[EMAIL PROTECTED]
Sr. Analyst,
Yep! I have dependency on xdoc 1.10-SNAPSHOT.
Thanks Lukas! :-)
Quoting Lukas Theussl <[EMAIL PROTECTED]>:
> Oops, that must be my mistake.
>
> Did you just download the xdoc-1.10-SNAPSHOT?
>
> If yes, I have to republish it, sorry. Please confirm.
>
> -Lukas
>
>
> Jeff Jensen wrote:
> > This
This has been discussed in the last month or two on the User list. Not
sure if there was a solution. But search the Archives to find past
email threads.
Wayne
On 4/12/06, Todd Nine <[EMAIL PROTECTED]> wrote:
> I'm unable to run any unit test that will connect to a remove JVM from my
> Maven 2.0.2
Hi Justin,
I've just picked up Maven repos here and there when I see them. Some
are actually commented out in my real project poms. No real reason for
including the legacy repos, just sent you the list as I'm not positive
where these plugins are coming from, esp since these are SNAPSHOT
versions..
Oops, that must be my mistake.
Did you just download the xdoc-1.10-SNAPSHOT?
If yes, I have to republish it, sorry. Please confirm.
-Lukas
Jeff Jensen wrote:
This error began happening today:
Attempting to download maven-pdf-plugin-2.5-SNAPSHOT.jar.
Attempting to download maven-xdo
there's already a jira issue for that (fixed in svn i think)
On 4/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I noticed when there are test failures in the surefire report plugin, that
> it gives a build error and kicks out without finishing up and generating
> the remaining reports. Is
This error began happening today:
Attempting to download maven-pdf-plugin-2.5-SNAPSHOT.jar.
Attempting to download maven-xdoc-plugin-1.10-SNAPSHOT.jar.
Attempting to download dom4j-1.6.1-branch.jar.
WARNING: Failed to download dom4j-1.6.1-branch.jar.
The build cannot continue beca
I noticed when there are test failures in the surefire report plugin, that
it gives a build error and kicks out without finishing up and generating
the remaining reports. Is there a way to have it continue even though the
surefire test fails? Or am I missing the point?
I tried this, but it didn
If you use the last snapshot version.
The configuration is now :
...
I don't how to set this with the cli.
- Olivier
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 12 avril 2006 19:34
À : Maven Users List
Objet : Taglist plugin doesn't wor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I have the following in my pom.xml:
..
org.codehaus.mojo
taglist-maven-plugin
TODO, @todo, FIXME, HACK, @deprecated
and it works quite fine when I execute "mvn site"...
Regards
Thorsten
I've tried using this both as a report plugin for the mvn site:site goal
and also from the command line. It fails for both of these...
Any ideas? Looking at the stack trace and the debug info doesn't give me
much additional info.
Thanks!
C:\maventest\IPS-Main>mvn taglist:taglist -DmultipleLine
the remote host refused your connnection,i think. Can you ssh into that
box?
-D
On 4/12/06, Tom Joad <[EMAIL PROTECTED]> wrote:
>
> 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 sett
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
I'm unable to run any unit test that will connect to a remove JVM from my
Maven 2.0.2 unit tests. I always receive either a
javax.naming.CommunicationException for Remote EJB's or
java.rmi.ConnectException for RMI connections. The unit tests work in
Eclipse as well as from the command line, has a
Nope, still bombs -
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 12:54 PM
To: Maven Users List
Subject: Re: use of proxies
No space after the -P??
mvn process-resources -Pfoxboro,model-base
-j
--
Check out the JUnit DataSource Helper package at JavaRanch:
http://www.javaranch.com/codebarn.jsp
It'll allow you to configure a DataSource in a simple JNDI context via a
properties file. And you can bind other properties using the standard JNDI
API.
K.C.
-Original Message-
From: Pa
No space after the -P??
mvn process-resources -Pfoxboro,model-base
-j
---
Justin Fung
[EMAIL PROTECTED]
Sr. Analyst, Business Systems
IT Banking Systems, e-Business
HSBC Bank Canada
http://www.hsbc.ca
p: (604) 643-6605
f: (604) 643-6727
"EJ
Hi Wayne,
I've copied all those into my settings.xml and no dice.. I'd like to have
as many automated reports as possible... Any other suggestions? I suppose
I could grab the jars manually and install?
I also noticed you have the legacy ibiblio repository in your settings. Is
there a reason for
Thanks,
I guess I'll have to build my own utility class with some of the code of the
dependency-plugin.
I agree with you that this functionality "should be pushed into the core code".
It would
be cool if there was a simple method like getTransitiveDependencies() somewhere
:-)
Cheers michael
why not add a with the directory pointed at ${basedir}, and a
single include of pom.xml with excludes of **/*?
Then, your pom would be copied into target/classes on prepare-resources,
IIRC.
-john
On 4/12/06, G.B. <[EMAIL PROTECTED]> wrote:
>
> Cool! but runtime is fare fare too late ...
> I wan
Wayne,
I also use the checkstyle report. I will look into using this report in
place of the javadoc warning report.
Thank you,
Paul Spencer
Wayne Fay wrote:
As far as I know, the M2 Javadoc tool is strictly for generating
Javadocs, and does not report such warnings.
I personally like Chec
Cool! but runtime is fare fare too late ...
I want it to be able to run stuf out of jar (in eclipse)
I need it for surfire test (before jar is done )
so in fact I need exactly this but beeing done at prepare
resouces phase ... :-(
Thanks,
-
Guillaume
> Hi,
>
> Maven includes the pom.xml by default
Thanks for the feedback, Wim!
Are you sure about the XnoWeave option? According to [1] this option has
actually been deprecated in aspectj 5, and I can't find any mention of
it in the official aspectj docs [2]. Maybe someone can confirm that? I
wanted to call for a release vote today...
-Luk
On 4/12/06, Kevin Carroll <[EMAIL PROTECTED]> wrote:
>
> Is there any way to override a phase? I am building a jar file that needs
> to pull in
> dependencies so I have a custom ant task (classdepandjar) that does
> it. The maven
> lifecycle still executes the default package phase and builds the
Im migrating a project from m1 to m2. Using the old ejb plugin, you could
specify maven.ejb.src as a directory to include in the ejb.jar generation.
Using the jboss tag under ejbdoclet, we generate our jboss.xml which in
turns gets packaged with the ejb.jar.
In m2, only the generated ejb-jar.xml
Hi,
Maven includes the pom.xml by default under META-INF/maven/${grouId}/${artifactId}/pom.xml
in the generated artifact. So if you just need the file during runtime it is already there :-)
-Tim
G.B. schrieb:
Hi,
I want to do something very simple : copy my pom file to a
known location (in t
You can remove the version number from your artifact by using the
following tag in your pom:
${project.artifactId}
Wayne
On 4/12/06, RobJac <[EMAIL PROTECTED]> wrote:
>
> I have a project A which i have successfully compiled and packaged. Now when
> i try to run mvn install, it tries to creat
Thanks Arnaud. ;-)
And yes, they want a M2 version of the report. Hopefully the
Checkstyle plugin has everything he needs/wants. If not, perhaps some
kind soul will add features to the existing Checkstyle or Javadoc
plugins...
Wayne
On 4/12/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> Yes, b
So I've added the following to my settings.xml (to test the proxy
settings):
true
http
build.corp.upromise.com
80
www.google.com|*.somewhere.com
foxboro
foxboro
E:/work
I have a project A which i have successfully compiled and packaged. Now when
i try to run mvn install, it tries to create a jar into my local repository.
But its appending the verion also to the jar file which i really want to
avoid. For example in the pom.xml of project A file i have given
A
Yes, but Wayne asked what was generated by this report.
I gave him this one as example ;-)
cheers
arnaud
On 4/12/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
>
> I think they want a maven 2.0 version of this report. Is there one for
> maven
> 2.0.4?
>
> ---
> Thank You
> Mick Knutson
>
> BASE log
I think they want a maven 2.0 version of this report. Is there one for maven
2.0.4?
---
Thank You
Mick Knutson
BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com
http://www.djmick.com
---
From: "Arnaud HERITIER" <[EMAIL PROTECTED]>
Reply-To: "Maven Users List"
T
http://maven.apache.org/maven-1.x/javadoc-warnings-report.html
Arnaud
On 4/12/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
>
> What kind of "warnings" did it report exactly??
>
> Wayne
>
> On 4/12/06, Paul Spencer <[EMAIL PROTECTED]> wrote:
> > Maven 1.0.2 produced a Javadoc warnging report. I have
Hi,
I want to do something very simple : copy my pom file to a
known location (in the classpath), and I want that to be done
in all my project/subprojects.
I have main project A with sub component B and C
A contains the super pom B and C pom are inherited from A.
First thing I did is create the fo
Hi,
org.apache.maven.plugins
maven-surefire-plugin
${unittests.skip}
true
I think testFailureIgnore is what you need.
++
RobJac a écrit :
I have a src/main and src/test folders in my project. All the Test classes
will not pass if i execut
As far as I know, the M2 Javadoc tool is strictly for generating
Javadocs, and does not report such warnings.
I personally like Checkstyle for these kinds of things (and many other things):
http://maven.apache.org/plugins/maven-checkstyle-plugin/sample-checkstyle.html
org.apac
I would like to setup a JNDI environment to be used during the testing
phase, i.e. the surefire plugin. The environment would contains
database (java:comp/env/jdbc) and environment entries (java:comp/env)
that would be used by the unit tests.
Suggestions?
Paul Spencer
-
Wayne,
In general the output of the "verbose" parameter from the javadoc command.
Examples:
o warning - @return tag has no arguments.
o warning - Tag @see: can't find getCompanyId(java.lang.String)
o warning - The first sentence is interpreted to be:
o warning - @param argument "numberOfD
Robin,
Here are some things copied from old questions around here with three more
ways. The only thing I tried was to add the tag to the surefire plugin to
ignore all tests. Something like:
**/*Test.*
---
u may need to define a
maven-surefire-plu
What kind of "warnings" did it report exactly??
Wayne
On 4/12/06, Paul Spencer <[EMAIL PROTECTED]> wrote:
> Maven 1.0.2 produced a Javadoc warnging report. I have not found this
> in Maven 2.0.x.
>
> Does it exist? If so, where and how is it configured?
>
> Paul Spencer
>
>
http://maven.apache.org/general.html#skip-test
- Olivier
-Message d'origine-
De : RobJac [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 12 avril 2006 16:53
À : users@maven.apache.org
Objet : Need to Package w/o executing Test
I have a src/main and src/test folders in my project. All the
I have a src/main and src/test folders in my project. All the Test classes
will not pass if i execute them. But I still would want package my project
even if my Test does not execute . When i run "mvn package" command, it
tries to execute my test which fails and will not allow me to create a jar.
I'd pull the latest code from SVN, build and install locally, and see
if it works.
Wayne
On 4/12/06, Pat Turner <[EMAIL PROTECTED]> wrote:
>
> I tried that first of all, but without success. The latest version at Ibiblio
> is 2.0-beta2, but I think this has been fixed in a later release (2.0-beta
Hi Dave,
Did you ever find an answer to the question? I am having the same problem.
I don't want the config files in the jar, just in the assembly.
I have tried to put them in the src/main/config directory, but they don't
come over to the target. Perhaps I am trying the wrong thing...
Any up
I changed the subject because I have more infomation.
I took out my attempt to get cobertura to report and now, instead of hanging
during the websphere task, it hangs after printing this:
--
T E S T S
---
I also tested and works ok. However, I would update the site documentation
for the maven.aspectj.noeave option.
It currently states: " If true, produce binaries that can only be used as
input for the -injars or -inpath option. Defaults to false."
If I'm not mistaken, this option should also be us
Maven 1.0.2 produced a Javadoc warnging report. I have not found this
in Maven 2.0.x.
Does it exist? If so, where and how is it configured?
Paul Spencer
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
Well, I haven't even run it yet, much less tested it, but my changes are in the attached diff file.On 4/12/06, Aymeric Alibert <
[EMAIL PROTECTED]> wrote:Kevin,What you are describing is exactly what I am looking for. Did you
contribute that code or have it available somewhere?Thanks,Aymeric.On 4/1
Check out the dependency plugin. It has all the code you need.
This seems to be a common need though (I do it in at least 3 plugins).
Maybe it is something that should be pushed into the core code?
Ruel Loehr
JBoss QA
-
512-342-7840 ext 2011
Yahoo: ruelloehr
Skyp
Alright, I'm at my wits' end here. I'm using the DOM APIs that are part
of JDK 1.5. I've found three DOM methods so far that compile without
problems, but barf a NoSuchMethodError at run in unit tests (via
standard 'maven test'). The three perps are:
org.w3c.dom.Node.getTextContent()
org.w3c.d
the proxy is a maven-proxy.
btw i found that if i use a fake pom.xml in the working directory all
works fine!
bah!
On 4/12/06, Mayorgaadame, Alex [IT] <[EMAIL PROTECTED]> wrote:
> Luca,
>
> I don't se any proxy on those settings. Can you paste the whole settings.xml
> Also try to look at:
Kevin,
What you are describing is exactly what I am looking for. Did you
contribute that code or have it available somewhere?
Thanks,
Aymeric.
On 4/12/06, Kevin Galligan <[EMAIL PROTECTED]> wrote:
> I've coded this into the resource filtering plugin locally. See mailing
> list messages...
>
>
you can set your packaging to "pom"
-D
On 4/12/06, Kevin Carroll <[EMAIL PROTECTED]> wrote:
>
> Is there any way to override a phase? I am building a jar file that needs
> to pull in
> dependencies so I have a custom ant task (classdepandjar) that does
> it. The maven
> lifecycle still execute
Luca,
I don't se any proxy on those settings. Can you paste the whole settings.xml
Also try to look at: http://maven.apache.org/guides/mini/guide-proxies.html
>From your output in the command looks like you're still facing connectivity
>issues.
Also the output of mvn archetype:create -DgroupId=te
Is there any way to override a phase? I am building a jar file that needs to
pull in
dependencies so I have a custom ant task (classdepandjar) that does it. The
maven
lifecycle still executes the default package phase and builds the jar for the
project. I
don't need that jar and I would like
I've coded this into the resource filtering plugin locally. See mailing
list messages...
http://www.nabble.com/Property-filter-with-xml-files-t1405875.html#a3784833
I would assume you'd want this for resource filtering.
I've never used the ant task, but looking at this...
http://ant.apache.org
I tried that first of all, but without success. The latest version at Ibiblio
is 2.0-beta2, but I think this has been fixed in a later release (2.0-beta3
?).
Pat
--
View this message in context:
http://www.nabble.com/-m2---WAR-file-generation-t778773.html#a3881301
Sent from the Maven - Users fo
I still thinks that the solution for EJ would be some Maven proxy (Codehaus
or Proximity) and preparation of "in-house" M2 release package (with
modified settings.xml).
Here at our company (www.levi9.com) we have one Central proximity mirroring
repo1.maven.org with some local and other custom stuf
Wonderful, thanks..
"Arik Kfir" <[EMAIL PROTECTED]>
04/12/2006 08:35 AM
Please respond to
"Maven Users List"
To
"Maven Users List"
cc
Subject
Re: Question on mvn compile
Try adding this to your pom.xml, under the tag:
commons-logging
commons-logging
Exactly.
On 4/12/06, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> Yes, but only after it complained it couldn't find them the first time.
> Are you saying that if I just put these as dependencies, I don't need to
> download the jars
> seperately and install them manually into my local resposi
Try adding this to your pom.xml, under the tag:
commons-logging
commons-logging
1.0.4
On 4/12/06, Arik Kfir <[EMAIL PROTECTED]> wrote:
>
> Hi MTedesco,
>
> Did you specify them as dependencies in your pom.xml file?
>
>
> On 4/12/06, [EMAIL PROTECTED] <
> [EMAIL PROTECTED]
Yes, but only after it complained it couldn't find them the first time.
Are you saying that if I just put these as dependencies, I don't need to
download the jars
seperately and install them manually into my local respository?
"Arik Kfir" <[EMAIL PROTECTED]>
04/12/2006 08:27 AM
Please respo
or you could just add the META-INF/MANIFEST.MF into your resources directory ;-)
maven will automatically package it
A bit lazy i know.
Paul
On 4/12/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> Give this a try...
>
>
>
>
> org.apache.maven.plugins
> maven-jar-plugin
>
>
no. do i have to set a mirror?
On 4/12/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:
> On 4/12/06, luca rasconi <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > im behind a firewall and i configred a maven-proxy host.
> >
> > in my ~/.m2/setting.xml i setted this:
> [del]
> > [INFO] Repository 'central'
Do you have a copy of your pom file handy?
As far as i know, commons jars are on the ibiblo site, you should
include them as dependencies, you dont need to specify them in the
build plugin part of your pom.
hth,
paul
On 4/12/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Can someone explain
Hi MTedesco,
Did you specify them as dependencies in your pom.xml file?
On 4/12/06, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> Can someone explain why during mvn compile, that librarires from apache
> commons, i.e. commons-digester and commons-logging are not
> retrieved automatically as a
Can someone explain why during mvn compile, that librarires from apache
commons, i.e. commons-digester and commons-logging are not
retrieved automatically as a plugin? I can see why licensing for mail and
activation packages from sun need to be installed manually into your local
repository, but
On 4/12/06, luca rasconi <[EMAIL PROTECTED]> wrote:
> Hi all,
> im behind a firewall and i configred a maven-proxy host.
>
> in my ~/.m2/setting.xml i setted this:
[del]
> [INFO] Repository 'central' will be blacklisted
Have you defined a mirror for "central" in your settings.xml to point
to your
Will do, I won't have time to post the issue until this Friday.
On 4/11/06, dan tran <[EMAIL PROTECTED]> wrote:
>
> please post both logs for beta3 and beta4-snapshot
>
> On 4/11/06, dan tran <[EMAIL PROTECTED]> wrote:
> >
> > JIRA is needed, please post a complete log with -X turn on.
> >
> > -D
Hi all,
im behind a firewall and i configred a maven-proxy host.
in my ~/.m2/setting.xml i setted this:
...
development
true
rossoalice-repo
rossoalice proxy repository
http://192.168.25.217:8089/maven-proxy/reposito
Hi RobJac,
I recommend you take a look at:
http://maven.apache.org/guides/mini/guide-configuring-maven.html which
explains how to configure M2 - look for the settings.xml file.
For a complete reference about using 'settings.xml' file - see
http://maven.apache.org/maven-settings/settings.html
Hop
I am a new Mavern-2.0 User. It would be really appreciated if some one could
help me out on how to configure a local repository for Mavern. I have a J2EE
project built on My Eclipse IDE. There are lot of 3rd party tools (.jar)
used by this project. When i am trying to run mvn compile for each pr
1 - 100 of 108 matches
Mail list logo