Re: scm external projects ?

2010-03-25 Thread Patrick Bergner
We're looking for something very similar. Currently we're using http://www.antmod.net/ Antmod in an Ant-driven build process which I'm about to replace by Maven. Antmod has the concept of release descriptors which enable you to compose several distinct modules to a new project, each module

Inhibit inherited profiles

2010-03-25 Thread Osipov, Michael
Hi folks, I ran recently into a profile inheritance issue. I declared a release profile in my pom which had the same id and activation as the one in the super POM. I was hoping that my profile would override the inherited one. But no, both were merged. Is there any chance that I can exlicitly

Re: Kerberos Authentication

2010-03-25 Thread Osipov, Michael
Hi folks, A little background, explaining the Subject: We are mostly a Windows Shop; our front-end servers are IIS6/7 running C# and ASP.Net applications. Most of the back-ends are JBoss, though. Our internal client infrastructure centers around Windows XP (Currently migrating to Windows

[maven-pmd-plugin] How to make use of nicehtml?

2010-03-25 Thread Jacob Robertson
I don't see a way to make use of the nicehtml report from within the maven-pmd-plugin. I played with writing my own wrapper format renderer as a workaround, but there are several problems with going that route, especially since what I really want is to show the nicehtml page inside of the maven

adding executables to an archetype

2010-03-25 Thread eyal edri
i'm creating a generic archetype that includes a pom + bash scripts (located in src/main/scripts/*.sh) when adding those scripts on resources in the archetype.xml file: $ cat archetype.xml archetype idExternalLibrary/id resources resourcesrc/main/scripts/run1.sh/resource

resources folder

2010-03-25 Thread Karl Heinz Marbaise
Hi, i have question concerning the properties which can be used in a pom. I can use the following: ${project.build.sourceDirectory}, ${project.build.testSourceDirectory} or ${project.build.outputDirectory} but i have many references in my pom like the following: ${basedir}/src/main/resources

How to download resources for WebApp build

2010-03-25 Thread Adam Retter
I have a number of XML Schema documents that are currently held in Subversion. I also have a number of web projects (all using Maven), that need a copy of these XML Schema documents. I need these Schemas for two different reasons - 1) During the compile phase, for the JAXB Maven Plugin to

Re: Deploying site to svn repo (google code)

2010-03-25 Thread Kathryn Huxtable
Okay, here's a somewhat manual solution: Before doing anything else, create a site branch in your subversion repository and check it out into a directory outside your project's directory, say myproject-site. Set the auto-props in your subversion config file to set *.html, *.css, *.png, *.gif,

Re: How to download resources for WebApp build

2010-03-25 Thread Wayne Fay
I also have a number of web projects (all using Maven), that need a copy of these XML Schema documents. I need these Schemas for two different reasons - Put them in their own versioned Maven project, install/deploy them independently, then depend on them in your other projects. The unack goal

[ANN] Maven Shade Plugin 1.3.2 Released

2010-03-25 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 1.3.2. This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies. See the plugin's site for more

[WARNING] GWT plugin is configured to detect modules, but none where found (sp)

2010-03-25 Thread nhcoder
Hi, I am taking an existing GWT application and moving it into a maven project. I created a directory with a pom.xml and a src directory. When I run mvn install, I get the error: [WARNING] GWT plugin is configured to detect modules, but none where found (sp) According to the documentation at

build.properties Question

2010-03-25 Thread Philip Wilder
Hello all, I have been doing some research to determine if it is possible to load a set of properties from a normal java properties file. The impression I am getting it that it might be but only through a relatively obscure plugin

Re: build.properties Question

2010-03-25 Thread Manfred Moser
You are correct. The recommended way is to use the property tag in pom.,xml, settings.xml and within profiles and so on. This is a much more powerful mechanism with built in inheritance, overloading, activation and so on. If you still insist on using external .properties file the plugin you

Re: [WARNING] GWT plugin is configured to detect modules, but none where found (sp)

2010-03-25 Thread Jesse Farinacci
Hi Andy, On Thu, Mar 25, 2010 at 3:50 PM, nhcoder andrewnbenja...@hotmail.com wrote: According to the documentation at http://mojo.codehaus.org/gwt-maven-plugin/user-guide/compiler.html, if I don't specify a module that the plugin will automagically search for .gwt.xml files.  Well, there is

Re: [WARNING] GWT plugin is configured to detect modules, but none where found (sp)

2010-03-25 Thread kristian
have a look at a typical gwt setup in maven: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/multiproject.html src/com/mycompany_tech must be src/main/java/com/mycompany_tech regards Kristian On Fri, Mar 26, 2010 at 1:20 AM, nhcoder andrewnbenja...@hotmail.com wrote: Hi, I am taking an

Re: build.properties Question

2010-03-25 Thread Wayne Fay
that functionality was lost in Maven 1. Can anyone tell me why this functionality was removed or, better yet, if there is a flag to turn it back on? There is no flag, and I can't imagine one will be added. Maven simply does not use properties files. If you must use properties files, then you

maven tomcat plugin datsource

2010-03-25 Thread fachhoch
I am having trouble setting datasource here is my configration for datasource Context Resource name=jdbc/artmsDataSource auth=Container type=javax.sql.DataSource username=username password=password driverClassName=oracle.jdbc.driver.OracleDriver url=myurl/

Re: maven tomcat plugin datsource

2010-03-25 Thread Wayne Fay
am I missing anything ? my application fails starting, complaining cannot find datasource ,please tell me what am I doing wrong ? You have the dbcp and oracle artifacts as dependencies of the tomcat plugin. I imagine you should move those so they are project-level dependencies instead (just a

OutOfMemory PermGen space : Diagnosis is very difficult...

2010-03-25 Thread Andrew Hughes
Hi All, Recently I turned on several plugins only to find Java's annoying OutOfMemory PermGen space error. Since this problem exists at the JVM level I am finding it very difficult to diagnose the problem and where it exists in my maven configuration. Setting your MAVEN_OPTS environment

RE: build.properties Question

2010-03-25 Thread subir.sasikumar
Filtering -- is that what you mean. I guess that is available in Maven 2 here [1] [1] - http://maven.apache.org/guides/getting-started/index.html#How_do_I_filte r_resource_files Subir -Original Message- From: Philip Wilder [mailto:phili...@nortel.com] Sent: Friday, March 26, 2010 12:56