3.9.0 not respecting proxy settings

2023-02-23 Thread Max Allan
fail). Is there a new requirement for specifying proxies in 3.9.0 or is it broken? Max

Re: Source build of CloudStack versions 4.8.11 and 4.9.0.1 fails

2016-12-02 Thread Max Walker
Hello Thorsten, I am new to CloudStack. I am trying to build CloudStack from source and I am following the instructions / steps given in the installation document. Thanks, -Max On Fri, Dec 2, 2016 at 2:14 PM, Thorsten Heit <thorsten.h...@vkb.de> wrote: > Hi Max, > >

Source build of CloudStack versions 4.8.11 and 4.9.0.1 fails

2016-12-01 Thread Max Walker
vance for all the help, - Max

Re: "conditional" parent POM?

2016-03-10 Thread Max Spring
straight forward. -Max On 03/10/2016 06:03 PM, Robert Patrick wrote: The flatten plugin can remove sections of the POM that are not needed by consumers of your software binaries, such as the repositories and pluginRepositories sections. Isn't that what you are trying to achieve? Robert

Re: "conditional" parent POM?

2016-03-10 Thread Max Spring
Hi Manfred, you're right, "property-injection" is what I want. I updated my example: https://github.com/m2spring/wild-inhouse-hybrid-example/tree/property-approach Thank you! Regards, -Max On 03/10/2016 12:40 PM, Manfred Moser wrote: You should not use different rool poms.

Re: "conditional" parent POM?

2016-03-10 Thread Max Spring
Hi Curtis, I don't want to have the URL of my in-house Maven repository manager out in the open. Regards, -Max On 03/10/2016 12:29 PM, Curtis Rueden wrote: Hi Max, Why do you need two different parents? What configuration is different between your "wild" parent and your in

"conditional" parent POM?

2016-03-10 Thread Max Spring
wild-parent Added a minimalistic project which shows a crude approach to solve this by patching the parent POM via sed: https://github.com/m2spring/wild-inhouse-hybrid-example -Max - To unsubscribe, e-mail: user

how to specify non-recursive in plugin configuration

2015-10-12 Thread Max Calderoni
ven-plugin ** *true* ** mygoal -- Max

Re: list all unique dependencies of multi-module project

2014-03-14 Thread Max Calderoni
, not as last. Seems more of a problem for a reporting plugin, like for example the Maven Project Info Reports Plugin. I am going to ask a different question based on that, see if i can get an answer. Cheers, Max On Wed, Mar 12, 2014 at 10:34 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote

Re: list all unique dependencies of multi-module project

2014-03-14 Thread Max Calderoni
report (maybe off of the main pom project container of your entire source tree), which aggregates all the reports of all submodules (unique GAV+scope entries)? On Fri, Mar 14, 2014 at 10:15 AM, Max Calderoni max.calder...@gmail.comwrote: Hello Mirko, it's an idea. This that you describe

Re: list all unique dependencies of multi-module project

2014-03-12 Thread Max Calderoni
. With that txt file i create above i get by, but i wished its content got generated automatically for me with the site and displayed in html like the other reports. I am not quite sure why the maven site does not already do that for the top container pom. Max On Wed, Mar 12, 2014 at 1:16 PM, Curtis

list all unique dependencies of multi-module project

2014-03-10 Thread Max Calderoni
-module basis. Then the next question would be: how do i publish that in my maven site? -- Max

Re: alternative deploy strategy

2012-08-29 Thread Max Spring
rsync. -Max On 08/28/2012 11:52 PM, Anders Hammar wrote: If you want to bypass the Repo manager (normally what happens if you don't deploy through HTTP) you will also bypass authentication, authorization, and other good stuff that a repo manager helps you with. Don't do that! /Anders On Wed, Aug

Re: alternative deploy strategy

2012-08-29 Thread Max Spring
Indeed, this sounds like a promising approach. Thanks! -Max On 08/28/2012 11:47 PM, Manfred Moser wrote: Hm.. if you are using Nexus Pro with the 2.1 release and the nexus staging maven plugin you get local creation of a staging bundle in the target folder and atomic upload to the repo .. which

alternative deploy strategy

2012-08-28 Thread Max Spring
want. Alternatively I could write my own using the Maven API, I suppose. -Max [1] https://docs.sonatype.com/display/SPRTNXOSS/Nexus+Command+Line+Tools - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: alternative deploy strategy

2012-08-28 Thread Max Spring
I do use Nexus for the group repositories. Using Nexus also locally defeats the purpose. The deploy to a file://... repo gives me the performance I'm looking for. Nexus Pro's staging feature would give me what I want, but I'd still have to transport via HTTP. -Max On 08/28/2012 09:05 PM

using per-branch group repo [Was: Is it possible to tie current git branch to project version?]

2012-05-22 Thread Max Spring
? When pulling a new branch, the repositories on the repository manager could be created automatically. Thoughts? -Max On 03/06/2012 08:01 PM, Seth Call wrote: Hi there, I've seen indication when searching the internet that it isn't possible to put variables inversion of a project (unless those

Re: DefaultProjectBuilder ... mavenTools: null [Was: Re: Programmatically get maven properties]

2012-02-13 Thread Max Spring
Yes, having a projectBuilder in the Mojo did the trick. Thank you! The complete working example is down below. -Max package org.example; import java.io.File; import org.apache.maven.model.Model; import org.apache.maven.model.building.ModelBuildingRequest; import

DefaultProjectBuilder ... mavenTools: null [Was: Re: Programmatically get maven properties]

2012-02-10 Thread Max Spring
the right repositorySystem injected? Context: I'm essentially trying to do the M2E Import Project use case, but completely outside of Eclipse. I want to populate a workspace using the SCM pointer given by a POM fetched from the group repository. Thanks! -Max On 10/18/2011 04:59 AM, Barrie Treloar

non-deterministic problem with Sonar plugin (Removing a detached instance org.sonar.api.batch.Event)

2012-01-05 Thread Max Spring
failed and both having the same module set? Running Sonar against the same module set multiple times has never flipped from failure to success or vice versa. The failure is always reported at the top-level aggregator POM. What could be the reason for this strange behavior? Thanks! -Max [1

Re: Multi modules release best practices

2011-12-12 Thread Max Carpentier
Well, that's the problem..we don't want to release a new version of unchanged projects because it will confuse our users, especially for the api projects... maybe we did wrong using this kind of layout ? Thanxs for your answers anyways Max On Sat, Dec 10, 2011 at 9:09 PM, Anders Hammar

Re: Multi modules release best practices

2011-12-12 Thread Max Carpentier
Yes, indeed that can be a long term solution to this problem if we see that a few projects don't change too much in the next releases/months. Regards, Max On Mon, Dec 12, 2011 at 11:23 AM, Karl Heinz Marbaise khmarba...@gmx.dewrote: Hi, Well, that's the problem..we don't want to release

Re: Multi modules release best practices

2011-12-12 Thread Max Carpentier
may be the most acceptable solution to our problem. A short term solution is also to individually release projects (solution 2 in my question) Regards, Max On Mon, Dec 12, 2011 at 2:26 PM, Ron Wheeler rwhee...@artifact-software.com wrote: We did exactly what you want to do. We built a learning

Multi modules release best practices

2011-12-09 Thread Max Carpentier
, and the project-external-api and project-ws-api will have their parents still pointing to the 1.2.1-SNAPHSOT root pom.xml any other idea ? What are the best practices for this kind of situation ? have we missed something in maven multi modules setup ? Thanxs for your help Max

scopeprovided/scope vs. optionaltrue/optional

2010-09-24 Thread Max Bowsher
It seems to me that in a Maven dependency, scopeprovided/scope and optionaltrue/optional have incredibly similar semantics (though there is an implied difference in meaning to humans). Is there actually any circumstances where one vs. the other produces differing behaviour? Max

Create release from tag

2010-06-03 Thread Max Grigoriev
Hi everybody, Is it possible and if yes then how to create new release from existed SVN tag. I have 1.0.2 tag with deployed jar to own maven repository. And there're many changes in current trunk. The next release will be in couple weeks but now we found critical bug in 1.0.2 version. Early

Re: maven-nar-plugin (http://duns.github.com/maven-nar-plugin)

2010-02-15 Thread Max Spring
build. At the moment I feel if there were a few good examples, I might get some more ideas. -Max On 2/10/2010 11:49 PM, Karl Heinz Marbaise wrote: Hi to all, my first question: Is someone else using the above plugin ? I've started to examine the nar plugin, cause i have a large nunber

Re: unit testing archetypes

2010-02-12 Thread Max Spring
On 2/12/2010 8:14 AM, Stephen Connolly wrote: On 12 February 2010 14:34, lukewpattersonlukewpatter...@gmail.com wrote: Max Spring wrote: One missing piece: If the instantiated archetype fails to build, I want the integration test to fail. So far a failure result is not getting

parent pom reference generation [Was: Re: unit testing archetypes]

2010-02-12 Thread Max Spring
On 2/12/2010 5:20 PM, lukewpatterson wrote: ... Problem 2: Max Spring wrote: We have a parent POM design where the multi-module POM in the parent directory != parent POM. This is a capability/configurability problem with the archetype plugin, not with the testing methods, right

unit testing archetypes

2010-02-11 Thread Max Spring
Maven recursively, in the install phase. I have to do this in the install phase in order for the archetype to be visible. It doesn't look very elegant to me. Is there a better way to do this? Thanks! -Max - To unsubscribe, e

Re: unit testing archetypes

2010-02-11 Thread Max Spring
? Thank you! -Max On 2/11/2010 6:13 AM, Luke Patterson wrote: On Wed, Feb 10, 2010 at 5:37 PM, Max Springmspr...@cisco.com wrote: What would be a good approach to test an archetype project? ... A minimal test would be to instantiate the archetype and to build the resulting project

Remote resource plugin doesn't work in release plugin

2009-11-17 Thread Max Grigoriev
Hi everybody, I have a project which uses remote-resources (hibernate mapping files). My pom.xml ... plugin     artifactIdmaven-remote-resources-plugin/artifactId     version1.1/version     executions     execution     goals     goalprocess/goal  

Dependency of 2 modules

2009-10-15 Thread Max Grigoriev
Hi everybody, I have parent module(pom) and 2 children - jar + war. Is it possible to make rule that in case of failure of war module, jar module isn't installed to repository? Because now jar module is OK and it's installed to rep, but then in war module there're errors in integration

Dependency of 2 modules

2009-10-14 Thread Max Grigoriev
Hi everybody, I have parent module(pom) and 2 children - jar + war. Is it possible to make rule that in case of failure of war module, jar module isn't installed to repository? Because now jar module is OK and it's installed to rep, but then in war module there're errors in integration tests

Re: Unexpected copying of classes from dependencies

2009-07-14 Thread Max Bowsher
This is some as yet unexplained misfeature with the compiler plugin and/or underlying javac, wherein it compiles .java source found in dependency jars - sometimes. Max. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Scope

2009-06-30 Thread Max Bowsher
: Is this the problem you refer to? Max. signature.asc Description: OpenPGP digital signature

Re: dlls and runtime dependencies

2009-06-02 Thread Max Bowsher
is to pack the dlls in a .jar file on the classpath, and make the Java code that requires the native libraries responsible for extracting them from the classpath into a temporary directory at runtime, and loading them. Max

Re: dlls and runtime dependencies

2009-06-02 Thread Max Bowsher
to choose what to call it. There is no widely accepted standard for naming native code artifacts, AFAIK. Max. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: problem compiling the project with ubuntu's pbuilder

2009-05-27 Thread Max Bowsher
packaging infrastructure available, I would say that that is functioning as intended. Max. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-compiler-plugin unpacking dependencies into target/classes

2009-05-20 Thread Max Bowsher
classes somehow exist in one of your dependency jar files. I've occasionally encountered weirdness where in such a circumstance, those .java files can get compiled into target/classes as well. Max. - To unsubscribe, e-mail: users

resolve jar path by specifying dependency with a property

2009-03-17 Thread Max Calderoni
to find this out and looks like I have to create my mojo for it, but wanted to make sure first. Max -- Max Calderoni Senior Java GUI Engineer SenSage, Inc. massimo.calder...@sensage.com -- Max Calderoni

Re: wanna deploy jar here, sources there, etc.

2008-07-18 Thread Max Bowsher
with using the release plugin for deployment? Maven simply isn't designed to work in such a fashion. I can't think of any POM configuration that will make this work. Max. signature.asc Description: OpenPGP digital signature

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Max Bowsher
is not consistent. I was under the impression that there was ordering of lifecycle bound executions first, then executions from each pom in a parent-child hierarchy in that order, and within each pom, in declaration order. Am I just imagining things? Max. signature.asc Description: OpenPGP

Re: Is a version like 1.4.1-ea-SNAPSHOT considered SNAPSHOT version?

2008-03-16 Thread Max Bowsher
be considered a snapshot - but using such version numbers would be unwise. Max. signature.asc Description: OpenPGP digital signature

Re: can't untar archiva with cygwin tar 1.18

2008-01-28 Thread Max Bowsher
. So that seems unlikely, unless you're referring to the inherent filesystem naming limits imposed by Windows. Solaris tar can get confused by long file names in GNU tar files, etc. Max. signature.asc Description: OpenPGP digital signature

Re: Bad checksums in repo1.maven.org

2008-01-09 Thread Max Bowsher
, Max. John Williams wrote: I've been having some strange issues lately with Maven plugins not downloading correctly from the central repository. In the course of trying to track down the problem, I've discovered there's at least one bad checksum in the central repo. I'm seeing this error

Re: Using inherited tag for plugin

2007-11-13 Thread Max Bowsher
inheritedtrue/inherited is just being verbose. Max. signature.asc Description: OpenPGP digital signature

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-15 Thread Max Bowsher
Maven2 repository: * javax.servlet.jsp:jsp-api * javax.servlet:jsp-api thus causing Maven to potentially put one of each name on the classpath. It would be necessary to add a dependency exclusion for the javax.servlet:jsp-api version to any dependencies which are transitively pulling it in. Max

Re: maven-clean-plugin: does inheritedtrue/inherited work for you?

2007-08-13 Thread Max Bowsher
Barrie Treloar wrote: On 8/10/07, Max Bowsher [EMAIL PROTECTED] wrote: Try configuration combine.children=append - not tested, but I think that'll do what you want. Is this an undocumented feature as it is not listed in the http://maven.apache.org/ref/current/maven-model/maven.html It's

Re: maven-jar-plugin index=true ignoring files in META-INF/

2007-08-10 Thread Max Bowsher
/PLXCOMP-10. Someone needs to update the maven-jar-plugin/maven-archiver to use a later version of plexus-archiver. Max. signature.asc Description: OpenPGP digital signature

Re: maven-clean-plugin: does inheritedtrue/inherited work for you?

2007-08-10 Thread Max Bowsher
to be *merged* - hence configuration.filesets.fileset.directory=logs in the parent is overridden by configuration.filesets.fileset.directory=lib in the child. Try configuration combine.children=append - not tested, but I think that'll do what you want. Max. signature.asc Description: OpenPGP digital

Re: any way to use legacy layout for local repository ?

2007-08-09 Thread Max Bowsher
of the reasons is because Maven2 metadata is not storable in the legacy layout. Max. signature.asc Description: OpenPGP digital signature

Re: Relationship of resources and testResources

2007-08-08 Thread Max Bowsher
/MavenProject.java Max. signature.asc Description: OpenPGP digital signature

Re: Parent and relativePath

2007-07-23 Thread Max Bowsher
/ tag could uniquely identify parent pom. Or is there an easier way to achieve the same effect? The release plugin is supposed to do all the updates for you. Max. signature.asc Description: OpenPGP digital signature

release:perform - How do I suppress the version prompts

2007-07-17 Thread Max Stepanenko
this? What is the common approach to problem, is writing an ant script that will call release:prepare and release:perform w the arguments of my choice a good approach? Regards, Max

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Max Bowsher
much frustrated. The local repository is simply a cache, maintained by Maven. It's layout should not influence your project in any way. Please explain why the layout of the local repository matters to you, or is part of your requirements. Max. signature.asc Description: OpenPGP digital

Re: Subversion's usage model

2007-06-27 Thread Max Bowsher
see any reason why you'd ever want to use this instead of using direct svn commands. Max. signature.asc Description: OpenPGP digital signature

Re: Status of assembly plugin

2007-06-25 Thread Max Bowsher
is also a regression of sorts, unfortunately in that case, I'm not sure it can be fixed, because it's deeply related to specific oddities in Maven core. Max. signature.asc Description: OpenPGP digital signature

Re: Settings.xml under source control?

2007-06-08 Thread Max Bowsher
this param for every mvn command they are going to run. - Can this parameter be applied globally somehow, so that the developers do not have to add it everytime? Look at the source of the 'mvn' script and see that it sources /etc/mavenrc and ~/.mavenrc. Use one of these to adjust MAVEN_OPTS. Max

Re: Maven, DLLs and repositories...how ?

2007-06-05 Thread Max Bowsher
. As a result, we ended up moving the platform/architecture information into the artifactId instead. (Does that make sense? It's a bit of a hack, but it seems to work adequately.) Max. signature.asc Description: OpenPGP digital signature

Re: [hibernate-dev] docbook + maven

2007-06-04 Thread Max Rydahl Andersen
they are referred in. I know Marc Proctor solved this (at least he claims so) - but I don't know how so I cc'ed him in ;) /max As part of migrating Hibernate to use Maven, one of the big issues I ran into was the current state of DocBook plugins for Maven. The current mojo-codehaus hosted plugin

Re: [m2.0.6] seems like a classloader issue...

2007-05-15 Thread Max Bowsher
, Maven doesn't seem to be able to cope with using different versions of a plugin in different projects within a multi-project build. It just uses the first it encountered within the built. Max. signature.asc Description: OpenPGP digital signature

Re: System.in and release preparation goals

2007-05-11 Thread Max Bowsher
appreciated. Even if you did get it set up, I don't think it would work from inside the inner invocation of Maven - as a test, I tricked release:prepare into running itself as a preparationGoal, and it hung (without even showing the prompt) when it got to the stage of prompting. Max

Re: RequireMavenVersion failed

2007-05-03 Thread Max Bowsher
includes 2.0.6. No, it doesn't. [2.0.5,2.0.6) means 2.0.5 = version 2.0.6 - the version must be strictly less than 2.0.6. Max. signature.asc Description: OpenPGP digital signature

jar-plugin addClasspath, assembly-plugin dependencySet, snapshot uniqueVersion mismatch woes

2007-05-02 Thread Max Bowsher
their programs? If so, have you come up with any solutions to the deployed snapshot problems? Thanks, Max. signature.asc Description: OpenPGP digital signature

Re: CVS doesn't like dots (release plugin)

2007-04-18 Thread Max Bowsher
of dots, e.g. 2.0.3 resolves to 2_0_3. I think this is fixed in trunk, and has been for a while. Problem is, the release plugin hasn't been released in a long time. Max. signature.asc Description: OpenPGP digital signature

Re: Release:Prepare committing POM files to SVN

2007-03-29 Thread Max Bowsher
was performed?? dryRun, not dryrun. Max. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MAVEN 2.0 and SCM-SVN

2007-03-09 Thread Max Bowsher
a release from an SCM tag. It's not at all clear what you are using it for, that you would find it helpful to have it checking out under src. Max. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Suppressing [INFO] lines on scm diff

2007-02-22 Thread Max Berger
, but also in all the standard maven [INFO] lines to be printed out. I've found an option for maven 1 to suppress the header, but what would be the right option for maven 2? Thanks mfG Max Berger e-mail: [EMAIL PROTECTED] - -- OpenPG ID: E81592BC Print: F489F8759D4132923EC4 BC7E072AB73AE81592BC

Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Max Bowsher
hibernatedoclet tag, then you put your .xml file in the same directory as the .java file it relates to. -- Max Bowsher [EMAIL PROTECTED] http://www.mxtelecom.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: jar plugin and assembly plugin disagree on SNAPSHOT versions

2007-01-12 Thread Max Bowsher
-archiver (just tweaked the dependency in the POM), and deploying both to our internal repository. -- Max Bowsher [EMAIL PROTECTED] http://www.mxtelecom.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Archiva on Jetty

2007-01-06 Thread Max Bowsher
I've created a new wiki page: http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Jetty and put the results of my own experiences there, as well as moving the relevant content from [Archiva FAQ] to that page. Max.

Re: Corrupt GIF image file resource when filtered on Linux

2007-01-05 Thread Max Cooper
time during the build, too. -Max Morris Jones wrote: I would have suspected CR vs. CRLF treatment as well, but in such an instance the file size would change, and it doesn't in this case. I haven't analyzed the actual change to the file with a hex dump (they're small enough that I could

Re: [m2] Version ranges and qualifiers

2006-12-28 Thread Max Bowsher
to it. Max. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Version ranges and qualifiers

2006-12-28 Thread Max Bowsher
franz see wrote: Good day to you, Beyer, Though I haven't experimented on it myself, you may want to play with the classifier / tag of the dependency elment ( see [1] ). They are easily confusable, but a classifiers and qualifiers have little to do with each other. Max

Repository health report needs configurability

2006-12-12 Thread Max Bowsher
to depend on _something_ in central. Could this check please made to be configurable? Until it is, it makes the repository health report rather awkward to use for any non-central repository. Thanks. Max.

Re: Advice on moving to Maven 2.x

2006-12-07 Thread Max Cooper
and see if equivalent functionality can be achieved with core or 3rd party m2 plugins. For stuff that you can't do with off-the-shelf m2 plugins, you will need to write your own plugins or use the maven-antrun-plugin to hook in some Ant scripts. -Max Like i said, i have not used Maven before

Archiva deployment on Jetty?

2006-12-06 Thread Max Bowsher
by configuring the JNDI datasource stuff via WEB-INF/jetty-env.xml. When I try to move that configuration to the main Jetty config so that I do not have to poke around inside the Archiva war, I can't get the JNDI bindings to work right. Thanks, Max.

Re: Archiva deployment on Jetty?

2006-12-06 Thread Max Bowsher
Emmanuel Venisse wrote: you need to put derby jar in jetty lib Done that. It's starting up fine. However, on the first HTTP request, it all falls over (exception below). Therefore, I'm hoping for a known-good config to identify what I'm doing wrong. Max. Caught Exception while registering

Re: DefaultArtifactRepository subversion location?

2006-12-05 Thread Max Cooper
[EMAIL PROTECTED]:~/svn/apache/maven$ find . -name DefaultArtifactRepository.java ./components/maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/DefaultArtifactRepository.java -Max Ole Ersoy wrote: Hi, Does anyone have a link to the Subversion

Re: Should archiva install jetty-env.xml into WEB-INF/ ?

2006-12-01 Thread Max Bowsher
Emmanuel Venisse wrote: with datasources, jdbc driver must be in jetty lib and not in WEB-INF/lib Oh. Why does the derby jar get put into WEB-INF/lib, then? Max.

Re: Admin user doesn't have admin rights.

2006-11-28 Thread Max Bowsher
Max Bowsher wrote: I'm doing a clean 'mvn install cvs archiva-webapp mvn jetty:run'. Archiva as expected allows me to create an admin user, but having logged in with this admin user, it is as if the 'admin' user does not actually have admin rights! I've seen this on two different computers

Re: Proxy vs. Repository URLs

2006-11-28 Thread Max Bowsher
option would avoid the mirror configuration becoming entangled in the local repository, which I think is a very important thing. Max.

Admin user doesn't have admin rights.

2006-11-27 Thread Max Bowsher
encountered this? Max.

Re: Admin user doesn't have admin rights.

2006-11-27 Thread Max Bowsher
Wendy Smoak wrote: On 11/27/06, Max Bowsher [EMAIL PROTECTED] wrote: I'm doing a clean 'mvn install cvs archiva-webapp mvn jetty:run'. Archiva as expected allows me to create an admin user, but having logged in with this admin user, it is as if the 'admin' user does not actually have admin

Re: Maven and Eclipse

2006-11-27 Thread Max Cooper
, it might not produce one for your Common project. In that case, just add that module as a Simple Project in Eclipse, and commit the resulting .project file into your source control (so other team members don't have to suffer this step). -Max Jarret R wrote: All, I hope this question hasn't been

Re: starting, then deploying to JBoss?

2006-11-21 Thread Max Cooper
\jboss\bin\run.sh target\jboss\bin\shutdown.sh -Max Mick Knutson wrote: I am wanting to start JBoss the deploy my ear and I can't seem to get a connection: plugin groupIdorg.codehaus.mojo/groupId artifactIdjboss-maven-plugin/artifactId

Re: Unknown file status: 'S' in line Skipped '.'.

2006-11-12 Thread Max Cooper
over time. You might try 'svn stat' to see what the subversion status of your working directory tree is. -Max On Sun, 2006-11-12 at 14:40 -0600, [EMAIL PROTECTED] wrote: I am running : mvn 2.0.4 JDK 1.5 subversion Multiple project structure! *Why does this build has a SUCCESSFUL status

Re: JDK 1.5 Problem

2006-11-08 Thread Max Cooper
) section of this page: https://help.ubuntu.com/6.06/ubuntu/desktopguide/C/programming.html -Max David Lund wrote: JDK Problem : Im using Ubuntu Dapper Drake v6.06. I have an existing project that I'm trying to convert to maven2 from ant. However, I'm having JDK issues, basically its compiling

Re: maven2+subclipse+svn+m2eclipse plugin

2006-11-07 Thread Max Cooper
up a workspace and modifying dependencies. I think the m2eclipse plugin also shares some of these advantages. -Max (#) There is a trick that was discussed on this list a while back to allow you to have overlapping projects in Eclipse. This allows you to have one root project that contains your

Re: How to customize pre-archive directory?

2006-11-07 Thread Max Cooper
structure. maven-war-plugin usage doc: http://maven.apache.org/plugins/maven-war-plugin/usage.html -Max jiangshachina wrote: Oh, I may find the problem. I shall use following scripts, configuration warSourceDirectorysrc/webapp/warSourceDirectory outputDirectorytarget

Re: Why don't Overriding the default destination directory of a web resource?

2006-11-06 Thread Max Cooper
Why don't you just put the files in src/webapp/WEB-INF/app, instead of src/config/app? That would solve your problem, with a minimum of fuss. -Max On Mon, 2006-11-06 at 20:18 -0800, jiangshachina wrote: Hello, I want to add some resource files into sub-directory of WAR/WEB-INF, I'm using

Re: Consistency of deployed modules

2006-11-01 Thread Max Cooper
install twice uses more disk space than running it once? I am not using SNAPSHOTs, so installing mygroup:myartifact:1.0 twice doesn't take any more disk space than installing it once. -Max [EMAIL PROTECTED] wrote: Thanks for response. That's similat what I have in place, and I am using luntbuild

Re: Consistency of deployed modules

2006-10-31 Thread Max Cooper
Run maven twice: mvn clean install if (success) mvn deploy Build server software like Luntbuild can automate this for you. -Max [EMAIL PROTECTED] wrote: I have a multi-project build. I run a mvn clean deploy build every night. Sometimes the builds fail with one of the modules and I end

Re: Additional features for maven2 plugin

2006-10-31 Thread Max Cooper
describe it more clearly, perhaps with an example. -Max On Wed, 2006-11-01 at 08:13 +0200, Rahamim, Zvi (Zvi) wrote: Hi, I think that a very important feature is to have the ability to define, before maven starts building, the versions of the dependencies. Is there an intention to add

Re: Debug project?

2006-10-30 Thread Max Cooper
On Sun, 2006-10-29 at 22:18 -0800, jiangshachina wrote: Hi Max, I suspect that this is what was really happening in your previous setup anyway, and that the Eclipse WTP plugin just took care of the details for you. Really, I always don't care the detail WTP plugin does. But in my memory

Re: Migrating to a new build machine

2006-10-30 Thread Max Cooper
is the configuration stored that indicates that the repo you are moving should be used (as part of the pom.xml for your projects, as part of each developer's settings.xml, via an abstract name that will need to be changed in your DNS server, ...)? -Max Prashanth Krishnamurthy wrote: Hi, We are planning

Re: Debug project?

2006-10-29 Thread Max Cooper
It sounds like your primary requirement is how can I debug my webapp. My project uses Maven to build and deploy a webapp to a server running on the local machine, and then we connect the Eclipse debugger to the local server via the standard Java remote debugging interface. -Max On Sun, 2006-10

Re: Debug project?

2006-10-29 Thread Max Cooper
of the details for you. -Max jiangshachina wrote: Hi Max, I think remote debug local server(I'm using JBoss) would be OK. But it there alternative approach for local debugging? If use remote debugging, shall I re-config some parameters in web.xml or other conf files? Thanks! a cup of Java, cheers! Sha

Re: Impossible to build ourproject from scratch

2006-10-27 Thread Max Cooper
first, but it didn't work. Does anyone know how to do this? It seems like this would be somewhat common, since many projects may need to build one or more special plugins to support the rest of their builds. -Max On Fri, 2006-10-27 at 11:09 +0200, Emmanuel Lecharny wrote: Hi all, it's actually

  1   2   3   >