[ANN] Apache Maven Install Plugin 3.1.3 Released

2024-08-19 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 3.1.3 https://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-install-plugin

[ANN] Apache Maven Install Plugin 3.1.2 Released

2024-04-29 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 3.1.2 https://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-install-plugin

[ANN] Maven Install Plugin 3.1.1 released

2023-03-24 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Install Plugin 3.1.1 https://maven.apache.org/plugins/maven-install-plugin/ Release Notes - Maven Install Plugin - Version 3.1.1 ** Bug * [MINSTALL-186] - install-file fails when the file belongs to the local repository

[ANN] Apache Maven Install Plugin 3.1.0 Released

2022-11-17 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 3.1.0 https://maven.apache.org/plugins/maven-instll-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-install-plugin

[ANN] Maven Install Plugin 3.0.0 Released

2022-07-19 Thread Tamás Cservenák
Howdy, The Apache Maven team is pleased to announce the release of Maven Install Plugin 3.0.0. Plugin is Java7 level and compatible with Maven 3.2.5+ Site: https://maven.apache.org/plugins/maven-install-plugin/ === NOTE: Release 3.0.0 has a regression related to install-file Mojo that slipped

Re: strange log in maven install

2022-07-09 Thread Tushar Kapila
No fix, just a suggestion, why not make your code that validates the output, more smart, to ignore these mixed lines. The end success msg must still be intact? On Fri, Jul 8, 2022, 22:58 Thai Le wrote: > Hello, I am using maven 3.8.2 on docker to build our projects and store the > output to a t

strange log in maven install

2022-07-08 Thread Thai Le
Hello, I am using maven 3.8.2 on docker to build our projects and store the output to a text file to do some validation. From time to time, i got this in the log: [INFO] --< org.springframework.boot:nccs-dispatcher >-- [INFO] Building nccs-dispatcher 7.0.35-

Re: SOLVED: Strange ClassCastException during maven install

2022-01-27 Thread Nils Breunese
Bruno wrote: > I read that BOM article and many others that I googled. If I understood > correctly, it seems that the ideal POM structure is: > > * To have a master BOM POM that specifies key library versions and > pre-supplied BOMs (like spring-framework-bom) in the > dependencyManagemen

Re: SOLVED: Strange ClassCastException during maven install

2022-01-27 Thread Bruno
Thank you Nils, I apologize for my ignorance, as I am still fairly new to Maven. I understand the basics well enough but it is very obvious to me that there is a lot of specialized knowledge that is assumed and not well explained in most of the tutorials/guides I googled. My library is a pri

Re: SOLVED: Strange ClassCastException during maven install

2022-01-26 Thread Nils Breunese
Bruno Melloni wrote: > If I understood the explanation, it seems that the spring boot starter > (parent) defaults to slf4j and that the code above removes that support while > replacing it with log4j2. I don’t know what your goals are for this library, but I do wonder if it’s a good idea to l

SOLVED: Strange ClassCastException during maven install

2022-01-25 Thread Bruno Melloni
:33 AM, Bruno Melloni wrote: I wrote and used a custom library that includes some log4j aware classes.  Was working perfectly when built as a standard Java JAR.  I am converting the POM to rely on a few Spring Boot starters as a way to simplify it. All went well until I run "Maven In

Strange ClassCastException during maven install

2022-01-25 Thread Bruno Melloni
I wrote and used a custom library that includes some log4j aware classes.  Was working perfectly when built as a standard Java JAR.  I am converting the POM to rely on a few Spring Boot starters as a way to simplify it. All went well until I run "Maven Install", when I got the

Re: [ANN] Apache Maven Install Plugin Version 3.0.0-M1 Released

2018-10-01 Thread Mark Derricutt
On 2 Oct 2018, at 4:32, Karl Heinz Marbaise wrote: > * [MINSTALL-118] - MavenProject with only attachments must have packaging > "pom" Ik, this just hit me with the `karaf-assembly` packaging - and seemingly not setting a main file it seems. Time to go lock that install plugin back down, and

[ANN] Apache Maven Install Plugin Version 3.0.0-M1 Released

2018-10-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin Version 3.0.0-M1. https://maven.apache.org/plugins/maven-install-plugin/ Important Note since 3.0.0-M1: * Maven 3.X only * Minimum JDK 7+ * The maven-install-plugin does not generate any kind of

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-13 Thread Anders Hammar
> bindings.html#Plugin_bindings_for_jar_packaging > > -- > http://bernd.eckenfels.net > > Von: Zos Rothko > Gesendet: Dienstag, 13. März 2018 06:58 > An: i...@soebes.de; Maven Users List > Betreff: Re: maven-install-plugin: Why it does not install the artifacts > > Hi > > > Le

AW: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Bernd Eckenfels
: Dienstag, 13. März 2018 06:58 An: i...@soebes.de; Maven Users List Betreff: Re: maven-install-plugin: Why it does not install the artifacts Hi Le 12/03/2018 à 17:35, Karl Heinz Marbaise a écrit : > Hi, > > On 12/03/18 14:51, Zos Rothko wrote: >> Hi >> >> >>

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Zos Rothko
apache.org/xsd/maven-4.0.0.xsd";> 4.0.0 fr.swisslife.archiev3 maven 1.0.0 If I take a look at your pom file...just remove the whole configuration for maven-install-plugin... and just try to do: I do not understand your advise: How a "mvn clean insta

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Robert Scholte
I think you've missed one of the last lines: pom That also explains why no other plugin is called before the maven-install-plugin Robert On Mon, 12 Mar 2018 17:35:16 +0100, Karl Heinz Marbaise wrote: Hi, On 12/03/18 14:51, Zos Rothko wrote: Hi http://maven.apache.org/POM/

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Karl Heinz Marbaise
wisslife.archiev3     maven     1.0.0     If I take a look at your pom file...just remove the whole configuration for maven-install-plugin... and just try to do: mvn clean install If you are artifacts installed fine if not ...there is something else wrong.. Please at best a link t

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Anders Hammar
l, none are > installed. What's wrong with this pom.xml > > > [INFO] Scanning for projects... > > [INFO] > [INFO] > > [INFO] Building maven 1.0.0 > [INFO] ------

maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Zos Rothko
[INFO] [INFO] Building maven 1.0.0 [INFO] [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven --- [INFO] Installing C:\Users\fandre\Documents\MXW\MI-4.3\maven\pom.xml to C:\

Re: maven-install-plugin: for goal install-file is ignored

2016-11-07 Thread Roland Laun
6 12:19 PM To: users@maven.apache.org Subject: maven-install-plugin: for goal install-file is ignored Hello everyone, :-) me again. A moment ago I came across the following behaviour of the maven-install-plugin (v2.5.2): If I

maven-install-plugin: for goal install-file is ignored

2016-11-07 Thread Hohl, Gerrit
Hello everyone, :-) me again. A moment ago I came across the following behaviour of the maven-install-plugin (v2.5.2): If I define the following: default-install

maven-install-plugin: install an unanticipated number of jars?

2016-02-16 Thread Stefan Sobernig
Dear all, I have an automated procedure to obtain a (possibly changing) number of non-maven dependencies (jars). I want to use the maven-install-plugin to automatically install them as maven artifacts into the local or an in-project repository. I do not want to maintain manually install-file

Re: Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-15 Thread Robert Scholte
it?[1] thanks, Robert [1] https://jira.codehaus.org/browse/MINSTALL Op Tue, 14 Oct 2014 13:17:06 +0200 schreef Johan Ekesparr : The instructions on the page custom-pom-installation doesn't solve the problem I'm having ( I'm usin the maven-install-plugin:2.5.2:install-file ) Exa

Re: Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-14 Thread Johan Ekesparr
The instructions on the page custom-pom-installation doesn't solve the problem I'm having ( I'm usin the maven-install-plugin:2.5.2:install-file ) Example 1) Here we must have two files. The artifact jar-file _and_ an pom.xml file. I see no way of referencing the pom.xml _inside_ t

Re: Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-13 Thread Robert Scholte
Hi, this is supported since version 2.5. Read http://maven.apache.org/plugins/maven-install-plugin/examples/custom-pom-installation.html for the details. thanks, Robert Op Mon, 13 Oct 2014 13:56:26 +0200 schreef Johan Ekesparr : Is there any way of installing the pom.xml file from

Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-13 Thread Johan Ekesparr
Is there any way of installing the pom.xml file from inside an existing artifact using the maven-install-plugin ? Currently when we have an artifact created in a maven build the artifact includes the pom.xml file. Using the goal install:install-file we can install the arrtifact(jar-file) and the

[ANN] Apache Maven Install Plugin Version 2.5.2 Released

2014-09-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 2.5.2 The Install Plugin is used during the install phase to add artifact(s) to the local repository. The Install Plugin uses the information in the POM (groupId, artifactId, version) to

Re: Maven install phase - Access is denied

2014-01-09 Thread andre999
Thanks for the input. Apologies for the goose chase. I have found that there is an element true property in the maven-install4j-plugin, which I did not include in this thread. With the set to false, the maven install has stopped reading any resources from the "install4j/certImport" f

Re: Maven install phase - Access is denied

2014-01-08 Thread Barrie Treloar
On 9 January 2014 06:56, andre999 wrote: > [del] > > org.apache.maven.plugins > maven-install-plugin > 2.5.1 > >

Re: Maven install phase - Access is denied

2014-01-08 Thread Russell Gold
I suspect it has to do with your customization of the install goal: > > org.apache.maven.plugins > maven-install-plugin > 2.5.1 > >

Re: Maven install phase - Access is denied

2014-01-08 Thread Thomas Broyer
I'd rather say the question is why does it even tries to install it? There must be some plugin that attaches it. Le 8 janv. 2014 22:34, "andre999" a écrit : > That's the problem. I do not know how to order maven install NOT to read > the > directory and not to cre

Re: Maven install phase - Access is denied

2014-01-08 Thread andre999
That's the problem. I do not know how to order maven install NOT to read the directory and not to create repository. Maven install reads the "install4j\certImport" folder and this is where it fails. How can I make maven not to read (skip) this "install4j\certImport" folder

Re: Maven install phase - Access is denied

2014-01-08 Thread Thomas Broyer
Le 8 janv. 2014 20:39, "andre999" a écrit : > > Caused by: java.io.FileNotFoundException: > P:\Projects\HlkProjects\CertLoader\hlk-certloader\trunk\target\install4j\certImport > (Access is denied) > at java.io.FileInputStream.open(Native Method) Isn't the problem that you're trying to ins

Re: Maven install phase - Access is denied

2014-01-08 Thread andre999
org.apache.maven.plugins maven-install-plugin 2.5.1 certloader-custom-action.jar certloader-custom-action-sources.jar

Re: Maven install phase - Access is denied

2014-01-08 Thread Wayne Fay
> [INFO] Error installing artifact: > P:\Projects\HlkProjects\CertLoader\hlk-certloader\trunk\target\install4j\certImport > (Access is denied) I hate to point out the obvious, but did you confirm that the user executing Maven has write/create directory privileges in this location? Assuming you are

Re: Maven install phase - Access is denied

2014-01-08 Thread andre999
] -- View this message in context: http://maven.40175.n5.nabble.com/Maven-install-phase-Access-is-denied-tp5780920p5780950.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven install phase - Access is denied

2014-01-08 Thread Russell Gold
> How do I prevent maven copying the empty folder into local/remote repository > as an artifact? > > Thanks, > Andrew > > > > > > -- > View this message in context: > http://maven.40175.n5.nabble.co

Maven install phase - Access is denied

2014-01-07 Thread andre999
tory as an artifact? Thanks, Andrew -- View this message in context: http://maven.40175.n5.nabble.com/Maven-install-phase-Access-is-denied-tp5780920.html Sent from the Maven - Users mailing list archive at Nabble.com. - To u

[ANN] Apache Maven Install Plugin 2.5.1 Released

2013-10-19 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 2.5.1 This plugin is used during the install phase to add artifact(s) to the local repository. http://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your

Re: maven install plugin version 2.5 installAtEnd question

2013-10-09 Thread Robert Scholte
Tonio, I've created and fixed https://jira.codehaus.org/browse/MINSTALL-99 I've deployed a 2.5.1-SNAPSHOT to https://repository.apache.org/content/repositories/snapshots/ ready for test, would be nice if you could test this. thanks, Robert Op Tue, 01 Oct 2013 16:08:53 +0200 schreef Tonio

Re: maven install plugin version 2.5 installAtEnd question

2013-10-01 Thread Tonio Caputo
Hi, Continuing with this issue, I'll describe one more unexpected behaviour I'm facing in my project. Just to describe the project, its a kind of plugin-project that has an implementation that should be hidden from the developer that uses the plugin, so my project contains these poms - main pom

Re: maven install plugin version 2.5 installAtEnd question

2013-09-30 Thread Tonio Caputo
Hi Robert, Thanks for your quick answer, expecting the special cases handling ! :-) And now that you mention it, I remember wondering why it was not set to true by default :-). Sorry I might have missed reading some documentation, and that's my fault. thanks again tonio On Mon, Sep 30, 2

Re: maven install plugin version 2.5 installAtEnd question

2013-09-30 Thread Robert Scholte
Hi Tonio, that's one of the reasons why I didn't changed this to the default behavior for both plugins. Current implementation checks if it is installing/deploying the final module. If so, it will continue with the configuration of that module. This should cover most of the usecases, so now

maven install plugin version 2.5 installAtEnd question

2013-09-30 Thread Tonio Caputo
Hi, I was trying this new great feature but, I found that if the last module of the project skips the install, it will not install any of the other modules. Is this the expected behaviour ? Just to let you know: My project last module is an integration-test that should be ran after all other

[ANN] Apache Maven Install Plugin 2.5 Released

2013-09-10 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 2.5 The Install Plugin is used during the install phase to add artifact(s) to the local repository. http://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in

Re: Installing local dependency with the maven-install-plugin before the build

2013-04-08 Thread Stephen Connolly
.html HTH -Stephen On 8 April 2013 09:53, Eugen Paraschiv wrote: > Hi, > I am having a problem with the following scenario - I'm attempting to use > the *maven-install-plugin* to install a jar in my local repository. I am > binding the *install-file* goal to the *validate* phase

Installing local dependency with the maven-install-plugin before the build

2013-04-08 Thread Eugen Paraschiv
Hi, I am having a problem with the following scenario - I'm attempting to use the *maven-install-plugin* to install a jar in my local repository. I am binding the *install-file* goal to the *validate* phase (very early on), so that the jar would be installed before anything else, and so tha

[ANN] Apache Maven Install Plugin 2.4 Released

2012-09-07 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 2.4 The Install Plugin is used during the install phase to add artifact(s) to the local repository. The Install Plugin uses the information in the POM (groupId, artifactId, version) to determine the

Initial Maven Install - repository download fails on large files

2012-04-25 Thread Arne Tøn
I have just installed: C:\workspaces>mvn --version Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: C:\apps\apache-maven-3.0.4\bin\.. Java version: 1.7.0_03, vendor: Oracle Corporation Java home: C:\Java\jdk1.7.0_03\jre Default locale: no_NO, platform encoding: Cp1252 OS name: "

Re: maven-install-plugin:install - naming the installed artifact

2012-04-11 Thread Jeff MAURY
Use the groupid, artifactid, version and classifier parameters of the goal to achieve that Ji Le 10 avr. 2012 19:51, "Mehul Sanghvi" a écrit : > > Hi, > &g > > Hi, > > Below is the output of the maven-install-plugin being executed. > What do I have to do

maven-install-plugin:install - naming the installed artifact

2012-04-10 Thread Mehul Sanghvi
Hi, Below is the output of the maven-install-plugin being executed. What do I have to do so that I can specify the name of the installed artifact ? If you look at line 26, the artifact got renamed to mandrage-module-rpm-1.4.0-bin.rpm and that is not the name that it should have. The name

RE: Project With Many Artifacts - Maven Install Artifacts Problem

2011-09-19 Thread Robert Scholte
Check the build-helper-maven-plugin http://mojo.codehaus.org/build-helper-maven-plugin/attach-artifact-mojo.html -Robert > Date: Thu, 15 Sep 2011 04:46:04 -0700 > From: rodrigo.zampi...@gmail.com > To: users@maven.apache.org > Subject: Project With Many Artifacts - M

Project With Many Artifacts - Maven Install Artifacts Problem

2011-09-15 Thread rodrigozc
: http://maven.40175.n5.nabble.com/Project-With-Many-Artifacts-Maven-Install-Artifacts-Problem-tp4806469p4806469.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Maven-install artifact version

2010-12-16 Thread Anders Hammar
You can't. /Anders (mobile) Den 16 dec 2010 21.42 skrev "Maven Yu" : > Hi all, > I know maven install command is to upload your artifact to local repository. > However, I have a question on the version of the artifact. > By default, the version is defined in > . >

Maven-install artifact version

2010-12-16 Thread Maven Yu
Hi all, I know maven install command is to upload your artifact to local repository. However, I have a question on the version of the artifact. By default, the version is defined in . Is it possible to override this in profiles? What I tried release ${project.artifactId}-1.0

[ANN] Maven Install Plugin 2.3.1 Released

2010-05-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Install Plugin, version 2.3.1 The Install Plugin is used during the install phase to add artifact(s) to the local repository. http://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project&#

maven install goal on remote server

2010-01-11 Thread eyal edri
Hi, I'm trying to configure the "hudson ci server" to retrieve a maven project from the SCM and then build/test/install it on an integration server. is it possible to tell maven that for a certain goal (e.g install remote) so that the hudson will install it on a remote server? (i can then run the

Re: maven install gives the following errors

2009-12-17 Thread Wayne Fay
> If I right click on the project in eclipse and select "run > configurations" and try to run it on > Tomcat it is not deployed there. I have no idea how to run your project. Perhaps as on the M2Eclipse Users list? Wayne - To un

Re: maven install gives the following errors

2009-12-17 Thread veena pandit
Great! Wayne thanks that fixed it. Now could you please tell me how I run the project. If I right click on the project in eclipse and select "run configurations" and try to run it on Tomcat it is not deployed there. Thanks, Veena On Wed, Dec 16, 2009 at 7:15 PM, Wayne Fay wrote: >> Where do I

Re: maven install gives the following errors

2009-12-16 Thread Wayne Fay
> Where do I make the change? In your pom.xml file. > And what about the other missing library? There was no other missing library in your log. Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: maven install gives the following errors

2009-12-16 Thread veena pandit
I forgot to mention this was maven for eclipse. Thanks, Veena On Wed, Dec 16, 2009 at 6:23 PM, Wayne Fay wrote: >> [ERROR] Missing: >> -- >> 1) jstl:jstl:jar:1.2 > > Looking at the versions of jstl:jstl on mvnrepository: > http://mvnrepository.com/artifact/jstl/jstl > > It looks like th

Re: maven install gives the following errors

2009-12-16 Thread veena pandit
Where do I make the change? And what about the other missing library? Thanks, Veena On Wed, Dec 16, 2009 at 6:23 PM, Wayne Fay wrote: >> [ERROR] Missing: >> -- >> 1) jstl:jstl:jar:1.2 > > Looking at the versions of jstl:jstl on mvnrepository: > http://mvnrepository.com/artifact/jstl/js

Re: maven install gives the following errors

2009-12-16 Thread Wayne Fay
> [ERROR] Missing: > -- > 1) jstl:jstl:jar:1.2 Looking at the versions of jstl:jstl on mvnrepository: http://mvnrepository.com/artifact/jstl/jstl It looks like there is no 1.2 version released, at least not in Central. Change that to 1.1.2. Wayne

maven install gives the following errors

2009-12-16 Thread veena pandit
I am getting the following error message: [ERROR] Missing: -- 1) jstl:jstl:jar:1.2 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=jstl -DartifactId=jstl -Dversion=1.2 -Dpackaging=jar -Dfile=/pat

Re: Maven Install on Mac OS X

2009-12-06 Thread Kalle Korhonen
I've seen a similar case at work where Internet access is through a proxy. Configuring proxy incorrectly lead to "Proxy: not authorized" messages and corresponding files stored in local repo. Needless to say, Maven got all confused about it. Kalle On Sun, Dec 6, 2009 at 5:31 AM, Wayne Fay wrote

Re: Maven Install on Mac OS X

2009-12-06 Thread Wayne Fay
> read. but, there is one strange thing I noticed. Along with > jaxb-api-2.1.jar, there is a corresponding .pom file and both these files > have same size 357. huh? Next time, cat the files (or edit them, whatever, just open in text editor) and see what they look like. The JAR file should be binar

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
under .m2, strange. So, I downloaded a fresh install of maven 2.2.1, made sure the checksums matched. Then, I removed .m2 and created a fresh directory .m2 and then on it worked fine. -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26658529.html

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
NFO] -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26658394.html Sent from the Maven - Users mailing list archive at Nabble.

Re: Maven Install on Mac OS X

2009-12-05 Thread David C. Hicks
Run the command: md5sum apache-maven-2.2.1-bin.tar.bz2 Check to be sure that the result matches the published checksum on the download page: http://maven.apache.org/download.html bandrm wrote: > Here are the version details... > > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) > Java ve

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
Here are the version details... Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) Java version: 1.6.0_15 OS name: "mac os x" version: "10.6.2" arch: "x86_64" Family: "mac" -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac

Re: Maven Install on Mac OS X

2009-12-05 Thread David C. Hicks
It sounds to me like you're having a problem getting a clean download. Be sure to check the MD5 for your download. If it doesn't match the one published on the download page, then your download has errors. bandrm wrote: > This is my first time on a Mac. I have maven 2.2.1 installed on a Mac...b

Maven Install on Mac OS X

2009-12-05 Thread bandrm
.ClassLoader.loadClass(ClassLoader.java:254) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399) ... 20 more -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26657605.html Sent fr

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread Anders Hammar
ntion plugin to install jar file in my local > >>>> repo. I want > >>>> to use same jar file for project dependency so that I can use its > >>>> class for > >>>> project. but the problem is maven download all dependency first then > >>>> execute &

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread rehanwmu
t;> On Sep 8, 2009, at 6:28 PM, "rehanwmu" wrote: >>> >>>> >>>> I am using below mention plugin to install jar file in my local >>>> repo. I want >>>> to use same jar file for project dependency so that I can use its >>>

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread Edelson, Justin
mention plugin to install jar file in my local repo. I want to use same jar file for project dependency so that I can use its class for project. but the problem is maven download all dependency first then execute plugin. how can slove this problem org.apache.maven.plugins

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread Alexander
ass for > >> project. but the problem is maven download all dependency first then > >> execute > >> plugin. how can slove this problem > >> > >> org.apache.maven.plugins > >> maven-install-plugin > >> 2.3 > >>

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread rehanwmu
ncy so that I can use its >> class for >> project. but the problem is maven download all dependency first then >> execute >> plugin. how can slove this problem >> >> org.apache.maven.plugins >> maven-install-plugin >> 2.3 >&g

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread Edelson, Justin
g below mention plugin to install jar file in my local repo. I want to use same jar file for project dependency so that I can use its class for project. but the problem is maven download all dependency first then execute plugin. how can slove this problem org.apache.maven.plugins

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread Alexander
then > execute > plugin. how can slove this problem > > org.apache.maven.plugins > maven-install-plugin > 2.3 > > > install-dummy > install > > dummy > dummy >

how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread rehanwmu
org.apache.maven.plugins maven-install-plugin 2.3 install-dummy install dummy dummy 2.0.0 jar target/dummy.jar install-file

Re: failed to resolve artifact for maven-install-plugin

2009-04-27 Thread Wayne Fay
> I don't have any proxies configured. The strange thing is that when I built > the WAR project - maven was able to download some of the artifacts (from > central repo), and some of them did not (this is why I tried to install > manually - for example javax-persistence) - here is my settings.xml fi

failed to resolve artifact for maven-install-plugin

2009-04-27 Thread pjotr
Hi, I am not able to get maven-install-plugin (when executing 'mvn install' command)- getting the following error: [INFO]task-segment: [install] [INFO] Downloading: http://repo1.maven.org/maven2/org/ap

Re: failed to resolve artifact for maven-install-plugin

2009-04-27 Thread pjotr
Java.net Repository for Maven http://download.java.net/maven/2/ default default Am I missing something here? Brian Fox pisze: Check that you don't have a proxy blocking you. On 4/26/2009 11:15 AM, pjotr wrote: Hi, I am not

Re: failed to resolve artifact for maven-install-plugin

2009-04-26 Thread Brian Fox
Check that you don't have a proxy blocking you. On 4/26/2009 11:15 AM, pjotr wrote: Hi, I am not able to get maven-install-plugin (when executing 'mvn install' command)- getting the following error: [INFO]task-segment:

failed to resolve artifact for maven-install-plugin

2009-04-26 Thread pjotr
Hi, I am not able to get maven-install-plugin (when executing 'mvn install' command)- getting the following error: [INFO]task-segment: [install] [INFO] Downloading: http://repo1.maven.org/maven2/org/ap

[ANN] Maven Install Plugin 2.3 Released

2009-03-29 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Install Plugin, version 2.3 The Install Plugin is used during the install phase to add artifact(s) to the local repository. http://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project&#

Re: maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org

2009-03-25 Thread Ellecer Valencia
tt Porter [mailto:br...@apache.org] > Sent: Wednesday, March 25, 2009 9:48 PM > To: Maven Users List > Subject: Re: maven-install-plugin-2.3 is missing from main Maven > repository at repo1.maven.org > > We're trying to recover the release artifact that seems to have been >

[ANN] Maven Install Plugin 2.3 Released

2009-03-25 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Install Plugin, version 2.3 The Install Plugin is used during the install phase to add artifact(s) to the local repository. http://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project&#

RE: maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org

2009-03-25 Thread Brian E. Fox
The jar is now on central and is being pushed again to all 1st level mirrors. -Original Message- From: Brett Porter [mailto:br...@apache.org] Sent: Wednesday, March 25, 2009 9:48 PM To: Maven Users List Subject: Re: maven-install-plugin-2.3 is missing from main Maven repository at repo1

Re: maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org

2009-03-25 Thread Brett Porter
We're trying to recover the release artifact that seems to have been lost in transit. To work around this, you should add maven-install-plugin to your POM with the previous version (2.2). This is a good practice for reproducibility regardless, and in place by default in Maven

maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org

2009-03-25 Thread Ellecer Valencia
Hi, We've just had a problem with a build that was looking for the latest maven-install-plugin, which is 2.3. [INFO] [ERROR] BUILD FAILURE

Re: Ant Tasks for Maven - install sources, javadoc

2008-10-26 Thread Adrian Tarau
was able(following some example) to install Velocity main artifact, but >> my >> luck stopped here. >> >> Any examples how to do this? >> >> Thanks. >> >> -- >> View this message in context: >> http://www.nabble.com/Ant-Tasks-for-Maven---install-

Re: Ant Tasks for Maven - install sources, javadoc

2008-10-26 Thread Wayne Fay
; > -- > View this message in context: > http://www.nabble.com/Ant-Tasks-for-Maven---install-sources%2C-javadoc-tp20170156p20170156.html > Sent from the Maven - Users mailing list archive at Nabble.com. > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ant Tasks for Maven - install sources, javadoc

2008-10-25 Thread Adrian Tarau
ut my luck stopped here. Any examples how to do this? Thanks. -- View this message in context: http://www.nabble.com/Ant-Tasks-for-Maven---install-sources%2C-javadoc-tp20170156p20170156.html Sent from the Maven - Users mailing list archive at Nabble.com.

RE: Maven Install Plugin Overwrites Custom Artifact Names

2008-03-11 Thread Brian E. Fox
Yes, the name format must be known in order for files to be found in the repository. -Original Message- From: David Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 1:44 PM To: Maven Users List Subject: Maven Install Plugin Overwrites Custom Artifact Names Hi Everyone

Maven Install Plugin Overwrites Custom Artifact Names

2008-03-11 Thread David Williams
Hi Everyone, I got a quick question. Is it by design that the install plugin overwrite a custom build finalName and installed the artifact with the name listed in the artifactId tag? Thanks, David

Re: Maven install

2007-12-03 Thread LinaTomy
Sorry, but i was referring to the classes folder in the output directory and the classes folder in the war package. Thanks a bunch for this excellent reply though. I'm sorry I had not made everything as clear as it should have been -- View this message in context: http://www.nabble.c

Re: Maven install

2007-12-01 Thread Marco Mistroni
2.pdf > >> data > >> | > >> --- > >>1.xml > >&g

  1   2   >