Source for maven-jibx-plugin

2010-03-03 Thread marilysa
Hello, Maven users, Does anyone know how to get the source code and license information for maven-jibx-plugin? The web site gives a link to the license, but that link is broken. It gives a link to the source code repository, but access to that page is disabled. It gives instructions for using C

RE: Version Control Maven Dependencies

2009-06-01 Thread Marilyn Sander (marilysa)
f there will be syncing problems when Maven is trying to overwrite read-only VCSed dependencies. Marilyn Sander -X (marilysa - Digital-X, Inc. at Cisco) wrote: > > It ought to be simple. You want to have a Maven central repository, > and have it under version control, presumably becau

RE: Version Control Maven Dependencies

2009-06-01 Thread Marilyn Sander (marilysa)
It ought to be simple. You want to have a Maven central repository, and have it under version control, presumably because your IT department will take responsibility for backups of the VCS system, while it will not be responsible for just any old file system. So, make the central repository refer

RE: [maven 2] assembly: repository from multiple modules

2009-05-15 Thread Marilyn Sander (marilysa)
I do this by starting the build using a local repository that is completely empty to start with. At the end of the build, the local repository is completely populated with all artifacts that were downloaded from central repositories, plus artifacts that were built and installed using the "install"

RE: Setting up Repository

2007-04-27 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
, April 27, 2007 12:23 PM To: Marilyn Sander -X (marilysa - Digital-X, Inc. at Cisco); Maven Users List Subject: RE: Setting up Repository No, I did not try that. I found this page when I googled mvn deploy http://maven.

RE: [M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-19 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hello, Wayne. I'm curious about the answer to Peter's original question, which was: How is Maven getting out to the wider world in spite of the fact that his network does not allow outbound http traffic and the settings.xml file does not define any proxies? thanks, --Marilyn -Original Messag

RE: Formation rules for repositories

2007-02-21 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
: Re: Formation rules for repositories On 2/21/07, Marilyn Sander -X (marilysa - Digital-X, Inc. at Cisco) <[EMAIL PROTECTED]> wrote: > Is there a definition someplace of what constitutes a valid repository? > I would like the definition both for local repositories and for remote >

RE: Formation rules for repositories

2007-02-21 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
any further in finding the missing documentation, but couldn't you just use the assembly plugin to create the repository ( http://maven.apache.org/plugins/maven-assembly-plugin/howto.html)? Kalle On 2/21/07, Marilyn Sander -X (marilysa - Digital-X, Inc. at Cisco) < [EMAIL PROTECTED]> wrote:

Formation rules for repositories

2007-02-21 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Is there a definition someplace of what constitutes a valid repository? I would like the definition both for local repositories and for remote repositories. I've read and searched BBwM; read the docs in the "Maven Getting Started Guide" on the Maven web site, as well as other docs on that site.

RE: How to build offline??

2007-02-15 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hello, Maven experts. Here is additional information about my troubles with building offline. To recap: a build which completed successfully has failed when re-run offline immediately afterward, using the same local repository. The failure was due to missing artifacts related to surefire-b

How to build offline??

2007-02-09 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hi, all. I understood that it should be possible to do a Maven build offline, that is, with no connection to any repository except the local repository. I understand that all necessary artifacts have to already be in the local repository. In fact, I did this exercise a couple of months ago wit

RE: MAVEN_INSTALL_DIR/conf/settings.xml

2007-02-02 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hi, Wendy. > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 06, 2006 10:07 AM > To: Maven Users List > Subject: Re: MAVEN_INSTALL_DIR/conf/settings.xml > > On 12/5/06, Marilyn Sander -X (marilysa - Digital-X, Inc.

Can't find artifact when building offline

2007-01-29 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hi, all. I'm trying to do an offline build. I've done a successful build and have a local repository. Now, when I run the same build again with the -o (for offline) option, using that same local repository, I get the message that an artifact could not be resolved. The message is for Gr

Followup on localRepository and Maven ant tasks

2007-01-10 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
day, December 04, 2006 6:13 AM > To: users@maven.apache.org > Subject: RE: MAVEN_INSTALL_DIR/conf/settings.xml > > > > > > -Original Message- > > From: Marilyn Sander -X (marilysa - Digital-X, Inc. at Cisco) > ==== > > > > > -Orig

RE: MAVEN_INSTALL_DIR/conf/settings.xml

2006-12-05 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Monday, December 04, 2006 2:15 PM > To: Maven Users List > Subject: Re: MAVEN_INSTALL_DIR/conf/settings.xml > > On 12/4/06, Marilyn Sander -X (marilysa - Digital-X, Inc. at >

RE: MAVEN_INSTALL_DIR/conf/settings.xml

2006-12-04 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
See below. I've deleted much of the thread, but the relevant bit remains. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, December 04, 2006 6:13 AM > To: users@maven.apache.org > Subject: RE: MAVEN_INSTALL_DIR/conf/settings.xml > > > [ some st

RE: MAVEN_INSTALL_DIR/conf/settings.xml

2006-12-01 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 2:53 AM > To: users@maven.apache.org > Subject: RE: MAVEN_INSTALL_DIR/conf/settings.xml > > > -Original Message- > > From: Marilyn Sander

RE: MAVEN_INSTALL_DIR/conf/settings.xml

2006-11-30 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
I tried the suggestion below for invoking Maven and it worked. I also defined the maven.repo.local property in the ant script for our mixed build, hoping antlib would pick up on it and use the same local repository for the Maven ant tasks. No such luck. It seems there is no way to pass the lo

RE: Using ant and alternative local repositories with Maven

2006-11-29 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Thanks, Christian, I tried to adapt your suggestion for my situation, but that solution does not seem to apply in this case. I thought maybe properties might get passed thru ant to the Maven ant task. In the ant script, I set org.apache.maven.global-settings to the path to my settings file. The

Using ant and alternative local repositories with Maven

2006-11-29 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hello, Maven experts. First, let me say I have attempted to search the documentation and the mailing list archives for the answer to this question. The documentation seems to say I can't do what I'm trying to do, and there seems to be no search facility for the mailing list archives. The require

RE: Configuring a repository backed by SCM

2006-10-26 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hi, Eric. I have successfully set up a static repository, which I can declare as both a repository and a plugin repository. The access method is file://. I haven't put it into source control, but I have no doubt at all that I could put the whole thing into ClearCase and get to it from a ClearCas

RE: How to query our own repository?

2006-10-11 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
/should not have any such repo references. Wayne On 10/11/06, Marilyn Sander -X (marilysa - Digital-X, Inc. at Cisco) <[EMAIL PROTECTED]> wrote: > Thank you. I will try fixing the version number as you suggest. > > However, setting up a "central" (with no other external re

RE: How to query our own repository?

2006-10-11 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
comes 2.1.2-56723. Wayne On 10/11/06, Marilyn Sander -X (marilysa - Digital-X, Inc. at Cisco) <[EMAIL PROTECTED]> wrote: > Will declaring a repository to be a mirror repository prevent the > searching for updated plugins? We are using snapshot versions of > plugins and would

RE: How to query our own repository?

2006-10-11 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Will declaring a repository to be a mirror repository prevent the searching for updated plugins? We are using snapshot versions of plugins and would like to stabilize on those snapshots. I haven't been able to prevent maven from looking for updates to snapshots, even with the -npu argument. So f

command line options to mvn

2006-10-10 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Is there an environment variable that can be used to pass options to mvn? I have found $MAVEN_OPTS, but it appears that any options specified there are passed straight through to java. That is no doubt handy, but I'd also like one for maven itself. I tried $M2_OPTS and $MVN_OPTS, and neither had

RE: Generating sha1 and md5 files

2006-10-09 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Never mind, I found the sha1sum and md5sum Linux utilities. I was thinking these were Maven functions, and that's why I couldn't find them. Sorry for any inconvenience. --Marilyn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 12:10

Generating sha1 and md5 files

2006-10-09 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
In the "Guide to Relocation" file, one step in relocation is "5. If your project uses MD5 or SHA1 checksums you must now create new checksums for the pom files in /bar/foo in your Maven 2 repository. If the pom file needs to be signed, do that as well." I've been searching all over the docume

RE: [M2] Overriding the Central Repository not working

2006-10-06 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Peter, what "local registry" do you speak of? Do you mean the Windows registry? The reason I ask is I'm about to try the same thing, but I'm using Linux. Thanks, --Marilyn -Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 11:34 PM To: Mav

Re: Reproducing maven builds versus auto updating maven

2006-10-03 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hi, everyone. I'm new to this list, and learning maven. On September 1 there was a thread about reproducing Maven builds, and the thread petered out. I have the same question. The thread is below, after my sig. The last comment was that you should be able to just keep a copy of your localRep