Re: How can I fail a build if a tag already exists?

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 3:27 AM, Ben Lidgey <[EMAIL PROTECTED]> wrote: > I would like to be able to fail a build if a tag already exists for the given > version of a pom (ideally if the version is not a SNAPSHOT). This is to stop > developers modifying code without incrementing the version in the pom.

Re: Inser jar file in repository

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 6:50 AM, Arthur Rodrigues Stilben <[EMAIL PROTECTED]> wrote: > How can I do to insert a jar file in repository? What jar? What repository? Either the install or deploy plugin may help, depending on what problem you're trying to solve. Tell us more about the situation so we can

Re: [M2] broken build because repos unreachable for plugin update check

2008-01-22 Thread Wendy Smoak
On Jan 22, 2008 10:38 AM, jblack <[EMAIL PROTECTED]> wrote: > An interesting and unexpected situation this morning... Our artifactory > server lost power and was unreachable. Try adding -U on the command line to force updates. If it failed once, (when the repo was down,) by default it won't che

Re: [m2] continuum dashboard integration?

2008-01-20 Thread Wendy Smoak
On Jan 20, 2008 2:47 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > My basic issue is that my continuum does not seem to run more than the 1st > goal for a project as setup in the "Project Information Tab", "Build > Definitions" section" of continuum. The terms 'goal' and 'build definition' are no

Re: Sending email notification to Owners

2008-01-18 Thread Wendy Smoak
On Jan 18, 2008 3:25 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > My issue is that I do not want to just send to the last submitter, I want to > send the the developers of a module. Then configure a notifier (or several) in the pom for that module. Have you tried it? -- Wendy ---

Re: Sending email notification to Owners

2008-01-18 Thread Wendy Smoak
On Jan 18, 2008 11:58 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > In each of my pom.xml's, I have developer settings: ... > This is what I want the configuration to use. I do not want to have to > duplicate my efforts. The usual way to do this is to set up a mailing list, have the CI server sen

Re: [c 1.1] schedule build per svn check-in?

2008-01-17 Thread Wendy Smoak
On Jan 17, 2008 9:50 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > My SVN lead said he can create a hook easily, but he needs to know what to > call? Does anyone have a code snippet I could give him? http://maven.apache.org/continuum/docs/1.1/developer_guides/xmlrpc.html -- Wendy

Re: [archiva] Arctifacts found on on worstation, but not build server.

2008-01-16 Thread Wendy Smoak
On Jan 16, 2008 9:44 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I am using wagon-webdav on my local machine and on our CI build machine. But > wagon-web dav can be downloaded from archiva locally, but not on from the > build server: > > *[INFO] Utilities: Services: Logging Proxy EAR > Downloa

Re: IBM custom project

2008-01-16 Thread Wendy Smoak
On Jan 16, 2008 6:19 AM, Jörg Schaible <[EMAIL PROTECTED]> wrote: > For whatever reason, Maven 2 does not run on an IBM JDK. I don't see anything in JIRA about this. What issues have you run into? -- Wendy - To unsubscribe, e

Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 2:54 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I want to create our war final name appended with the continuum build > number: > > myProject-userwebapp-1.25-build-42.war > > Is this possible? Just a guess, but since unsuccessful builds don't get a number, I bet the number isn'

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:13 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > Trust me, I do NOT want to use Derby, but there is an Oracle bug: > http://jira.codehaus.org/browse/CONTINUUM-1622 > > Thus I am forced to use Derby for now until that is fixed. So, any help to > get this fixed on Derby until the a

Re: [archiva 1] Unable to download the artifact from any repository

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 3:35 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I also just tried: > http://rc-sun66e.ut.dentegra.lab:8080/archiva/repository/internal/org/codehaus/mojo/xmlbeans-maven-plugin/2.3.0/xmlbeans-maven-plugin-2.3.0.jar > > Error 404 Not Found > > The following resource does not exist:

Re: [archiva 1] Unable to download the artifact from any repository

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 3:24 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > Also, I have only configured 3 remote repositories in the > http://rc-sun66e.ut.dentegra.lab:8080/archiva/admin/repositories.action(Repositories > Page) ... > Is that all I have to do? No, you also need proxy connectors. -- Wendy

Re: [archiva 1] Unable to download the artifact from any repository

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 1:45 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > If I go to: > http://rc-sun66e.ut.dentegra.lab:8080/archiva/org/codehaus/mojo/xmlbeans-maven-plugin/2.3.0/xmlbeans-maven-plugin-2.3.0.jar > > (I get a 404 Not Found error) The url should have .../archiva/repository/[repo-id]/]org..

Re: [archiva 1] Unable to download the artifact from any repository

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 12:51 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have found the xmlbeans plugin from the maven-repository, but archiva > can't get it as it does not exist in my mirror: > > > [ERROR] BUILD ERROR > [INFO] > ---

Re: [m2][archiva1] Issue deploying to Archiva

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 11:27 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I can deploy my site docs to my remote server just fine, but when I try to > deploy a module to my archiva REP, I get a 401 error. Please choose *one* list and ask your question there. Someone will tell you if you're in the wron

Re: Build one module?

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 11:01 AM, Labanca, Rick <[EMAIL PROTECTED]> wrote: > In maven1 I could change to the particular directory and build there, > but in maven2 I don't think that will work. The driving issue is the > tag in each of these. I want these to be globally set, and the > only way to do this

Re: global props in top pom?

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 10:57 AM, Labanca, Rick <[EMAIL PROTECTED]> wrote: > This in the top pom at the top level: > > 1 > > > then in the module 1 level below pom > > ${globalVersion} Version is allowed in several places in the schema, we need to see more of the

Re: global props in top pom?

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 10:01 AM, Labanca, Rick <[EMAIL PROTECTED]> wrote: > I tried a area in the top pom but the underlying modules > don't see what I set there. Is there a mechanism to do this that I'm > missing? Actually, that should work. :) What did you try, and what makes you think it didn't wo

Re: Newbie: libraries out of date in repository

2008-01-13 Thread Wendy Smoak
On Jan 13, 2008 8:31 PM, Chris <[EMAIL PROTECTED]> wrote: > Thanks. I'm finding that quite few of the libraries I need are out of > date or incomplete (or scattered in several different places and > completely disorganized). > > How, in general, can I solve this problem without being dependent on

Re: Best practices on versioning and releasing distro/installer

2008-01-13 Thread Wendy Smoak
On Jan 9, 2008 1:47 PM, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > Say, for example "application" parent, with application-distro and and > application-jar as child modules. I run the release:prepare from the parent > and I correctly get the dependencies resolved. Now the issue is that since > re

Re: Continuum: what does default mean?

2008-01-11 Thread Wendy Smoak
On Jan 11, 2008 10:46 AM, simon <[EMAIL PROTECTED]> wrote: > I'm talking specifically about the continuum server at >myfaces.zones.apache.org:8080/continuum > although unfortunately you won't be able to see anything there without a > login account. I made 'guest' a global project user, so the

Re: maven site plugin menu tag

2008-01-10 Thread Wendy Smoak
On Jan 10, 2008 5:18 AM, globulon <[EMAIL PROTECTED]> wrote: > Is it still possible to generate a tag referencing a parent from a > sub-module ? > > I am trying > > It does seem not to work properly I think it's just (not 'href' as you wrote.) If that wasn't just a typo, we need more informat

Re: Maven bypassing declarations?

2008-01-09 Thread Wendy Smoak
On Jan 9, 2008 3:58 PM, Brewster, Richard <[EMAIL PROTECTED]> wrote: > We have set up Artifactory at our company and the only references in > refer to Artifactory. Yet Maven seems to go around > Artificatory for some artifacts. When building up a clean, empty local > repository, some artifacts a

Re: [archiva 1] changing the Identifier name of a REPO?

2008-01-09 Thread Wendy Smoak
On Jan 9, 2008 12:30 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I do not want to have to delete, and re-create the REPO just to change the > name from 'internal' to something more descriptive like 'myproject.internal'. > How can I do this as when I edit the repo I did not see this option. Pleas

Re: how to use "Find Artifact"

2008-01-08 Thread Wendy Smoak
On Jan 8, 2008 9:45 AM, Zemian Deng <[EMAIL PROTECTED]> wrote: > The menu item "Find Artifact" seems very confusing. Is it allowing me to > upload a artifact into an internal repo? why not label so "upload artifact"? > > Also, the notes on this form is very confusing too. For example: "The entire

Re: [m2] PMD plugin and custom rulesets

2008-01-06 Thread Wendy Smoak
On Jan 6, 2008 11:38 AM, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Thanks for the reply Wendy. > > ... seems to only exist as a > subelement for , not in . Both > ... and ... yield > "unrecognized tag" errors for parsing in the section. See http://jira.codehaus.org/browse/MNG-1948 (and MPMD-22)

Re: [m2] PMD plugin and custom rulesets

2008-01-06 Thread Wendy Smoak
On Jan 6, 2008 10:06 AM, Jeff Jensen <[EMAIL PROTECTED]> wrote: > I have a jar for custom PMD rules; it has Java classes and the XML rulesets. > The rulesets are in a top-level "/rulesets" dir. > > I have the jar as a POM dependency: > > pmd > pmdcustomrules > 1.2 > Try

Re: [Archiva] How to specify a non-default archiva configuration file?

2008-01-05 Thread Wendy Smoak
On Jan 2, 2008 8:16 AM, Rice Yeh <[EMAIL PROTECTED]> wrote: > I create a home directory /home/tomcat5.5 for the user tomcat55 and restart > my server. I find .m2 is created under /home/tomcat5.5 and a sub directory > 'archiva' is created under .m2, but there is no file called > archiva.xmlunder .m

Re: dependency:unpack-dependencies doesnt seem to delete old directories before unzipping

2008-01-05 Thread Wendy Smoak
On Jan 4, 2008 2:32 AM, Richard Chamberlain <[EMAIL PROTECTED]> wrote: > I've been using dependency:unpack-dependencies to copy a few products > (zipped, with start scripts etc) onto a runtime environment. > > However no matter which arguments i seem to supply, it doesn't seem to > delete the old

Re: A question about using Mirrors for Repositories

2008-01-05 Thread Wendy Smoak
On Jan 5, 2008 2:46 AM, Thomas Chang <[EMAIL PROTECTED]> wrote: > I am going to use the archiva. But the archiva 1.0 needs jdk 1.5. That means > I have to set the JAVA_HOME to point to the jdk 1.5. But many of my programms > use jdk 1.4 and I can't change the JAVA_HOME to point to the jdk 1.4 >

Re: Managing Test and Production Resources with Maven 2

2008-01-03 Thread Wendy Smoak
On Jan 3, 2008 5:58 PM, Dhruva Reddy <[EMAIL PROTECTED]> wrote: > However, when I run the "package" goal, which runs the unit tests before > creating the WAR file, I can see that both versions of the file make it > into the "target" directory, one under "classes" and one under > "test-classes". T

Re: Problem by Using Mirrors for Repositories

2008-01-03 Thread Wendy Smoak
On Jan 3, 2008 11:07 AM, Thomas Chang <[EMAIL PROTECTED]> wrote: > I set in my "settings.xml" my mirrors as follow: > ... > > But as I run maven command such as mvn clean, it download the dependencies > not from my mirror but from central. The connection to > "file:sap-dev/CVSREPOS/CvsMave"

Re: Possibility to bundle a maven project with third party dependencies for transportation

2008-01-03 Thread Wendy Smoak
On Jan 3, 2008 7:34 AM, Ritz, Martin <[EMAIL PROTECTED]> wrote: > i have a multimodule project and i search for a way to make the whole project > portable. > I have many third party dependencies in my locale repository which arent > available in the remote repository. > So i need a way to identi

Re: taglib plugin

2008-01-02 Thread Wendy Smoak
On Jan 2, 2008 1:00 PM, Dmitry Beransky <[EMAIL PROTECTED]> wrote: > I'm trying to use the taglib plugin > (http://maven-taglib.sourceforge.net/m2/project-reports.html). I've > followed the documentation for configuring the project with the > plugin, but now when I run mvn taglib:tagreference, I

Re: Profiles and filtering - global files

2007-12-31 Thread Wendy Smoak
On Dec 4, 2007 3:40 AM, heimlich <[EMAIL PROTECTED]> wrote: > The problem is that each subproject tries to refer to the 'filters' > directory IN ITS OWN directory structure, > not the one at the top. > > The reason for this structure is that I want: > > ONE conf.properties > ONE filter file per pr

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 11:01 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > As far as the reporting, I only have a generic declaration in reporting and > there is no reference to a version at all. > I also tried moving to 2.2 but I get the same error. When you do what, exactly? You've pasted config

Re: maven2 way to hide transitive dependencies

2007-12-28 Thread Wendy Smoak
On Dec 26, 2007 6:25 AM, aldana <[EMAIL PROTECTED]> wrote: > Heinrich Nirschl wrote: > > > > No, the optional library may be needed for compiling. It can still be > > optional if it is never loaded at runtime for a certain use case. > > > but how should someone know if a certain use case is not ex

Re: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 8:38 PM, amit kumar <[EMAIL PROTECTED]> wrote: > When I say mvn deploy the maven is throwing java exception. My > repository is actually a folder on a network pc, and the folder is > mapped to Apache Web Server and thus in the poms the repository is > mentioned as http://192.168.x.

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 7:09 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > > org.codehaus.mojo > cobertura-maven-plugin > 2.0 ... > Downloading: > http://snapshots.repository.codehaus.org//org/codehaus/mojo/cobertura-maven-plugin/2.2/cobertura

Re: [c-1.1] ORA-00910: specified length too long for its datatype

2007-12-28 Thread Wendy Smoak
On Dec 20, 2007 6:05 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > *I have looked at:* > http://jira.codehaus.org/browse/CONTINUUM-1189 > > *And I have the same error, but I can't find a resolution for version 1.1NOT > 1.1 alpha:* That issue was closed as a duplicate of CONTINUUM-961, which was su

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 6:03 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I just started getting this error: > > [INFO] Error getting reports from the plugin ' > org.codehaus.mojo:cobertura-maven-plugin': Unable to find the mojo ' > org.codehaus.mojo:cobertura-maven-plugin: > 2.2:dump-datafile' in the plu

Re: [c-1.1]Working copy delete error

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 5:38 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I just started getting this errror: > > org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error > executing action 'clean-working-directory' ... > Caused by: java.io.IOException: Unable to delete directory > /home/bui

Re: [m2] how do I specify the name of an assembly when there are several?

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 3:40 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I want to append "-${env}" to each of my assembly tar files. Here is what I > have so far: > > > maven-assembly-plugin > 2.2-beta-1 > >

Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 10:40 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > SO I changed the version to 1.0-SNAPSHOT but now get this error with the > maven dashboard pluging: > > [INFO] > > [ERROR] BUILD FAILURE > [INFO] > --

Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 10:05 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > My project version is *E1B-1.0-SNAPSHOT* > > Now I tried to just prepare each of my modules by themselves, and here is > what I get: > > [INFO] Unable to parse the version string: "*E1B-1.0-SNAPSHOT*" Since the version gets used

Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 27, 2007 12:07 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I am trying to just prepare a clearcase release. But I am using several > snapshot plugins. > > I also have all my modules as snapshots. How do I get maven to ignore the > plugin snapshots? ... > [INFO] Can't release project due t

Re: Not able to start with the basic program

2007-12-28 Thread Wendy Smoak
[moved from [EMAIL PROTECTED] On Dec 26, 2007 10:16 PM, Satya Prasad Sahu <[EMAIL PROTECTED]> wrote: > I am a new user to the Maven. > > I tried to write a sample program to start with. But failing with the > initial set up of Maven. > > I have gone through the SwiXAT user guide and I am trying t

Re: [Q] How to access the timestamp-buldnumber assigned to a deployed snapshot?

2007-12-27 Thread Wendy Smoak
On Dec 27, 2007 6:50 PM, snesbitt <[EMAIL PROTECTED]> wrote: > For example, I have an artifact foo-1.0.0.jar. When I ask maven to > deploy it into the repository it changes the name to something of the > form: foo-1.0.0--.jar. How do I ask maven -presumably in a > plugin - to give me the value of

Re: Does the tag work?

2007-12-27 Thread Wendy Smoak
On Dec 27, 2007 1:21 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > Ok, all the plugin examples I see, usually don't put a version which made me > think that by not specifying a version, it was kept up to date for you. > > A perfect example of this is on the maven site, where it shows the assembly >

Re: assembly plugin - topLevel directory to be supressed in war

2007-12-27 Thread Wendy Smoak
On Dec 27, 2007 1:09 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > My pom specified the assembly plugin like this: > > > maven-assembly-plugin > > > I'm guessing this means I'm using version 2.2, and more than likely he is > using the same thing? It means you're using whatever is

Re: Does the tag work?

2007-12-27 Thread Wendy Smoak
On Dec 27, 2007 1:07 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to change the basedirectory for my assembly to a simpler > name, since I don't seem to be able to get the includeBaseDirectory tag to > work. When I try to use , I get this error: > > [INFO] Error reading descriptor >

Re: assembly plugin - topLevel directory to be supressed in war

2007-12-27 Thread Wendy Smoak
On Dec 27, 2007 1:03 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > He did, it's listed in his example descriptor above. I've never see this > work. What version of the assembly plugin are you using? It's in the docs for the latest release, 2.2-beta-1. -- Wendy

Re: assembly plugin - topLevel directory to be supressed in war

2007-12-27 Thread Wendy Smoak
On Dec 19, 2007 1:08 PM, Pankaj Tandon <[EMAIL PROTECTED]> wrote: > Sounds simple enough.. but I'm not able to get past the fact that the > war'red up file has the baseDirectory as the toplevel folder. Have you tried false ? http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html --

Re: Problem to send email (Validation user) with Continuum 1.1 final

2007-12-27 Thread Wendy Smoak
On Dec 27, 2007 9:45 AM, Claudio Ranieri <[EMAIL PROTECTED]> wrote: > When I create a new user, the user doesn´t receive email until I click in > Resend Validation. > Is it a bug? Not as far as I know. Creating a user does not automatically send a validation email. See also http://jira.codehaus

Re: Package war and jar

2007-12-26 Thread Wendy Smoak
On Dec 26, 2007 12:12 PM, Arthur Rodrigues Stilben <[EMAIL PROTECTED]> wrote: > I would like to know how can I do to use two kinds of packages in the same > file. For example, I have an app.class and I want to create an app.jar and an > app.war file. How can I do that? The general rule is 'one

Re: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-26 Thread Wendy Smoak
On Dec 26, 2007 2:43 PM, Jerome Lacoste <[EMAIL PROTECTED]> wrote: > On Dec 26, 2007 10:11 PM, Tom Huybrechts <[EMAIL PROTECTED]> wrote: > > If you need to deploy to application servers, take a look at Cargo. > > cargo won't do it. I need to deploy to a file system through anything > available: ss

Re: No access to internet after first download

2007-12-24 Thread Wendy Smoak
On Dec 24, 2007 10:17 AM, nash4403 <[EMAIL PROTECTED]> wrote: > How do I download the Maven 2.0 fom intranet and would not have access to > internet so no access to ibiblio.? > > We have 100's of developers and we would like to provide Maven through > intranet?They would never have an internet acc

Re: Missing link in the Maven site

2007-12-23 Thread Wendy Smoak
On Dec 23, 2007 8:07 PM, Zarick Lau <[EMAIL PROTECTED]> wrote: > I try to found the subversion information of maven, after spending some time > on the Maven site, > I resort to search it out using google. > > Why the following page is not accessible from Maven main page? > http://maven.apache.org/

Re: Broken link for each module reference in the project index.html file?

2007-12-22 Thread Wendy Smoak
On Dec 21, 2007 6:01 PM, Tawfik, Sameh E <[EMAIL PROTECTED]> wrote: > When I run mvn site from the top project level, maven creates the site > subfolder \projects\target\site > > When I click on the index.html file form > "C:\Projects\target\site\index.html" an error message get displayed > showin

Re: Problem to send email (Validation user) with Continuum 1.1 final

2007-12-21 Thread Wendy Smoak
On Dec 21, 2007 5:06 AM, Claudio Ranieri <[EMAIL PROTECTED]> wrote: > I did a test with file security.properties in /path/to/continuum/conf/ and > work out. > As sugestion, the Continuum Team can add the file > /path/to/continuum/conf/security.properties in next release of Continuum. We should de

Re: Problem to send email (Validation user) with Continuum 1.1 final

2007-12-20 Thread Wendy Smoak
On 12/20/07, Claudio Ranieri <[EMAIL PROTECTED]> wrote: > I looked for this file in Continuum 1.1 final, but I did´nt find > security.properties in /path/to/continuum/conf/ > Using grep I found the file security.properties in > /path/to/continuum/apps/continuum/webapp/WEB-INF/classes/org/apache/ma

Re: Maven Site, No Anonymous Access to Source Repository

2007-12-19 Thread Wendy Smoak
On Dec 19, 2007 7:25 AM, <[EMAIL PROTECTED]> wrote: > The scm.connection is the anonymous connection. So, should continuum work > with the developerConnection or the anonymous connection? (Or pick the one, > that is available) Sorry, it's early. :) As long as Maven doesn't complain about it, I

Re: Managing remote repositories

2007-12-18 Thread Wendy Smoak
On 12/18/07, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote: > I want to have one private repository with all of our internal artifacts > and 3rd party libraries. I also want to have one proxy repository which > includes this private repo, some other private repos, and numerous > public repos. Both

Re: A nice circle: parent pom in remote repository

2007-12-17 Thread Wendy Smoak
On 12/17/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote: > Is there a way to solve this? I thought about a profile in the > settings.xml or profiles.xml, but then you still have to change the > value everywhere when your repository changes url. We put internal repositories in settings.xml -- in fact

Re: Not run maven-antrun-plugin task with file present?

2007-12-15 Thread Wendy Smoak
On Dec 15, 2007 2:19 PM, Steinar Bang <[EMAIL PROTECTED]> wrote: > Platform: Ubuntu 7.10, Intel Pentium M, maven 2.0.4 > > How does one avoid doing a maven-antrun-task when a file is present? Try wrapping the execution in a profile, and activating that profile on the presence of the file. But ac

Deploying timestamped snapshots with altDeploymentRepository?

2007-12-15 Thread Wendy Smoak
Is it possible to get _timestamped_ snapshots deployed to an alternate repository? The following command deploys non-unique versions (just myjar-1.0-SNAPSHOT.jar, not timestamped,) to the alternate repo: $ mvn deploy -DaltDeploymentRepository=mine::default::file:///tmp/myrepo -- Wendy

Re: using release plugin with a profile and distributionManagement section

2007-12-15 Thread Wendy Smoak
On Dec 13, 2007 11:23 PM, James Levinson <[EMAIL PROTECTED]> wrote: > I have been able to use profiles with the standard "mvn deploy", but when I > try to run mvn release:perform (after prepare) I get the error below. My > distributionManagement is inside my profile in my pom, but the plugin can't

Re: distributionManagement - deployment to 3rd party and release repository

2007-12-13 Thread Wendy Smoak
On Dec 13, 2007 2:31 AM, Shazia Bashir <[EMAIL PROTECTED]> wrote: > i am setting up our company repositories. I have made 3 repositories (3rd > party repo, snapshots repo, releases repo) . I want to make it available to > the users to deploy archives to all 3 repositories. To make the repositorie

Re: Timeframe for 2.4 release of maven plugins?

2007-12-10 Thread Wendy Smoak
On Dec 10, 2007 4:14 PM, Ed Hillmann <[EMAIL PROTECTED]> wrote: > So, I get the idea that releasing using SNAPSHOT versions is bad. > But, I'm having a very hard time determining when the next version > (Non-Snapshot) of my dependancies are going to be released. If this > were something that a cu

Re: How to find Maestro password

2007-12-10 Thread Wendy Smoak
On Dec 10, 2007 2:18 PM, Alexandre Nshimiyimana <[EMAIL PROTECTED]> wrote: > How to find Maestro password in config files? I see you've already found the Maestro support forum on devzuz.org, so I'll answer over there. :) -- Wendy

Re: exclude depend. from all war files included in EAR

2007-12-10 Thread Wendy Smoak
On Dec 10, 2007 6:42 AM, maarten roosendaal <[EMAIL PROTECTED]> wrote: > I have an EAR file wich contains 5 WAR files. Each is dependent on struts, > now i want be able to build the EAR so that all dependencies are concentrated > in the root of the EAR and excluded from the WEB-INF\lib. > > The

Re: How does maven find the "real" central repository even when I overrided the "central" repository in my profile

2007-12-09 Thread Wendy Smoak
On Dec 9, 2007 6:36 PM, Fred Zhang <[EMAIL PROTECTED]> wrote: > Hi there, > > I set up a mirror of repo1.maven.org/maven2 for my group and added the > following profile to the settings.xml file. The key point here is that I > overrided the "central" repository with my mirror, so that the "maven"s

Re: How to upload a parent pom to maven repository

2007-12-09 Thread Wendy Smoak
On Dec 9, 2007 4:24 PM, Michael McCallum <[EMAIL PROTECTED]> wrote: > the same way as the jar... deploy-file that would be my guess i have not > actually tried it... > > have you tried including the repository from this 3rd party? That was my first answer as well. This works: $ mvn deploy:deploy

Re: continuum 1.1 and guest user

2007-12-08 Thread Wendy Smoak
On Dec 6, 2007 3:22 PM, deckrider+mvn <[EMAIL PROTECTED]> wrote: > I would like to just have 1-2 admins and everyone else can be guest > for continuum 1.1. > > This seemed possible in continuum 1.0, but I must be missing some step > to know how to do it with continuum 1.1. After I log in the first

Re: flat multi module, package only from top module possible?

2007-12-08 Thread Wendy Smoak
On Dec 6, 2007 10:17 AM, Ido M. Tamir <[EMAIL PROTECTED]> wrote: > I created a flat multi module project as in > http://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html > > I can not initiate the build from a freshly checked out project (no jars > from project in repository) from a child

Re: Release Plugin/SCM Scheme

2007-12-08 Thread Wendy Smoak
On Dec 8, 2007 7:52 AM, Marco Bakera <[EMAIL PROTECTED]> wrote: > Does really nobody have a clue on this question? Or has the mail been overseen > due to Santa Claus happenings?! ;) You didn't provide enough information to enable anyone to help. What url are you trying to use? What documentation

Re: deploy goal not copying resources to deployment repository

2007-12-07 Thread Wendy Smoak
On Dec 7, 2007 2:45 PM, jeeads <[EMAIL PROTECTED]> wrote: > > ${env.M2_REPO}/${pom.groupId}/${pom.artifactId}/${pom.version} > This is unusual. Normally the output directory is "target/classes" and only the artifact and pom are installed into the local repo. >

Re: Launch a plugin after a site:stage call

2007-12-07 Thread Wendy Smoak
On Dec 7, 2007 8:22 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > This configuration do not work because site is a plugin and not a phase: > > There is also a site lifecycle with phases pre-site, site, post-site, > and site-deploy. > > Try binding your execution to th

Re: Launch a plugin after a site:stage call

2007-12-07 Thread Wendy Smoak
On Dec 7, 2007 7:56 AM, greinhart <[EMAIL PROTECTED]> wrote: > I generate my report site by the maven-site-plugin ( mvn site:stage > -DstagingDirectory=...), I would like to launch a plugin after this call. > > How can i do It ? > > This configuration do not work because site is a plugin and not a

Continuum Profile during release?

2007-12-06 Thread Wendy Smoak
If I define a Continuum Profile (CP) [1] for scheduled builds, for example to build with a different JDK than the one Continuum is running under, how do I make sure that CP is used when I release the project? Under the Project Group Actions, I could argue that choosing a CP and then clicking Rele

Re: mvn site:site run maven-antrun-plugin, why?

2007-12-05 Thread Wendy Smoak
On Dec 5, 2007 12:01 PM, Erez Nahir <[EMAIL PROTECTED]> wrote: > I have being trying to ask this question in the past, searched for forum and > read documentation, but, no answer yet. I'll try again hopefully I will get > an answer (or maybe just hints) what is going on. > > So, we have a multi mo

Re: Assembly Plugins question

2007-12-04 Thread Wendy Smoak
On Dec 4, 2007 6:16 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > To get the assemblies, I have to do (currently) two things: > mvn clean install -Pgenerate-assembly > (since I have a profile for the "assembly modules"), > > cd assembly > mvn assembly:assembly > > cd demo/demoAssembly > mvn

Re: How to create multi-module project from archetype?

2007-12-02 Thread Wendy Smoak
On Dec 2, 2007 12:41 PM, urir <[EMAIL PROTECTED]> wrote: > This indeed looks like the best solution (I was doing it so far). > > The problem is that in the created parent pom.xml, the packaging is the > default jar, while for full automatic creation I would expect it to be pom > packaging. > > pom

Re: How to create multi-module project from archetype?

2007-12-02 Thread Wendy Smoak
On Dec 2, 2007 1:08 AM, urir <[EMAIL PROTECTED]> wrote: > Is there any archetype exists that automatically creates the simple > multi-module project? > The expected result would be an empty directory, with a single pom.xml that > has pom element (and may also have the junit > dependency) The best

Re: [m2] archetype error with variables

2007-12-01 Thread Wendy Smoak
On Dec 1, 2007 3:49 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have the following resource declaration in my archetype pom.xml: > > > > ${basedir}/src/main/resources > true > > > > When the archetype is created, I want

Re: Tool for reverse dependency resolution for Maven?

2007-11-30 Thread Wendy Smoak
On 11/30/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > If you deploy all of them to a repo hosted by Archiva, you can view > the "Used By" tab on your artifact to see that information. > > http://maven.apache.org/archiva/docs/1.0/tour/project.html Interesting... I be

Re: Tool for reverse dependency resolution for Maven?

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 5:06 PM, Seva Popov <[EMAIL PROTECTED]> wrote: > I am curious is there a tool that does reverse dependency resolution for > maven? > > E.g., I want to know which of my projects are dependent on my project A. If you deploy all of them to a repo hosted by Archiva, you can view the "

Re: Builds are in Queue

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 9:31 AM, I am Who i am <[EMAIL PROTECTED]> wrote: > When i executed 2 / 3 builds at the same time, only one is getting executed, > is there a way to run them in parallel, instead of waiting for the previous > one to complete, This would be a good enhancement request, you're not th

Re: [m2] another if/else profile question.

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 1:09 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > When I run: > mvn -P documentation clean install -e > > I would assume to NOT run *bpel* > > But am I missing some syntax? I don't think you can activate a profile based on a property in the pom. Particularly not if the property

Re: Controlling build scope

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 6:49 AM, rmatthews <[EMAIL PROTECTED]> wrote: > > I have a multi-module project that produces many artifacts and generates > reports etc. When I am developing I don't wish to rebuild everything every > time. For example if I am working on the code I don't want to generate the > doc

Re: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 4:18 AM, Siarhei <[EMAIL PROTECTED]> wrote: > Am I correct in the assumption that it's not possible to add a pom project > that has a parent (and which may be was never installed in the local > repository)? FWIW, I'm seeing something similar with a slightly older version of Contin

Re: Forcing inclusion of jars

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 3:48 AM, Founaboui Haman <[EMAIL PROTECTED]> wrote: > Hi all, > > how can i force maven to includes the jars specified in the dependencies > to be included in my project jar? late say in a lib directory. > I am using maven 2.0.7 under jdk15 on eclipe 3.3. Take a look at the assembl

Re: Configure heap size used by Maven2

2007-11-29 Thread Wendy Smoak
On Nov 29, 2007 9:29 AM, Yan Huang <[EMAIL PROTECTED]> wrote: > It seems to me that maven (version 2.0.7) does not allow me to allocate more > than 1024MB for max heap size and otherwise it aborts the build complaining > it could not allocate the required heap size. Is it true? How can I get > aro

Re: [m2] another if/else profile question.

2007-11-28 Thread Wendy Smoak
On Nov 28, 2007 6:17 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > How do I do the absence of a property? Google turned up... http://www.sonatype.com/book/profiles.html :) -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [m2] another if/else profile question.

2007-11-28 Thread Wendy Smoak
On Nov 28, 2007 5:59 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I am trying to achieve: > > if (profile == documentation){ >modules = this > } else{ > modules = this > } ... > > > ... > but if I run a mvn install it does not get picked up. Only when I

Re: [m2] Continuum error with ${scm.connection} type variables in declaration

2007-11-28 Thread Wendy Smoak
On Nov 28, 2007 2:03 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have my scm as: > > > ${scm.connection} > ${scm.connection} > ${scm.url} > > > > *and in my continuum log I get this error: > > *2243808566 [SocketListener0-1] ERROR > org.apache.maven.continuum.e

Re: Debugging Maven error settings [m2]

2007-11-28 Thread Wendy Smoak
On Nov 28, 2007 8:05 AM, Chris Helck <[EMAIL PROTECTED]> wrote: > I am having trouble understanding the error below. Maven seems unable to > pull things down from the central repo, and I don't know why. > > I can connect to the repo via the web. > I have deleted by ~/.m2/repository directory. > The

Re: dependency:tree not working in maven 2.0.7

2007-11-27 Thread Wendy Smoak
On 11/27/07, bryan ward <[EMAIL PROTECTED]> wrote: > Thanks for the informative reply. It leaves me wondering though why > functionality that is not currently available via the standard maven install > is listed in the plugin documentation? My fault. :) A while back I had the brilliant idea of

Re: maven-archetype-webapp Directory Structure?

2007-11-27 Thread Wendy Smoak
On 11/27/07, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > I was trying out maven-archetype-webapp with Maven 2.0.7 and maven-archetype > 1.0-alpha-7 and noticed that the following directory structure is created: ... > Is there not supposed to be a directory structure for Java source code and >

<    3   4   5   6   7   8   9   10   11   12   >