You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/12 14:58:43 UTC

svn commit: r1182342 - in /james/trunk/sandbox/felixk/sample-project-layout: README all-build-only.pom.xml

Author: felixk
Date: Wed Oct 12 12:58:43 2011
New Revision: 1182342

URL: http://svn.apache.org/viewvc?rev=1182342&view=rev
Log:
Add pom to build all James modules using one command

Added:
    james/trunk/sandbox/felixk/sample-project-layout/README   (with props)
    james/trunk/sandbox/felixk/sample-project-layout/all-build-only.pom.xml   (with props)

Added: james/trunk/sandbox/felixk/sample-project-layout/README
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/README?rev=1182342&view=auto
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/README (added)
+++ james/trunk/sandbox/felixk/sample-project-layout/README Wed Oct 12 12:58:43 2011
@@ -0,0 +1,7 @@
+Use the all-build-only.pom.xml to build all James modules.
+
+mvn clean install -f all-build-only.pom.xml
+
+NOTE:
+The usage of all-build-only.pom.xml is only intended to build (install goal) the James modules.
+Don't use it for any other goals like release, site, ... !

Propchange: james/trunk/sandbox/felixk/sample-project-layout/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/trunk/sandbox/felixk/sample-project-layout/README
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: james/trunk/sandbox/felixk/sample-project-layout/all-build-only.pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/all-build-only.pom.xml?rev=1182342&view=auto
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/all-build-only.pom.xml (added)
+++ james/trunk/sandbox/felixk/sample-project-layout/all-build-only.pom.xml Wed Oct 12 12:58:43 2011
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
+<!-- 
+  Ordering of tags is following mostly the model description on http://maven.apache.org/ref/3.0.3/maven-model/maven.html
+ -->
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-all-build-only</artifactId>
+    <version>2.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <modules>
+      <module>parent</module>
+      <module>skin</module>
+    </modules>
+
+</project>

Propchange: james/trunk/sandbox/felixk/sample-project-layout/all-build-only.pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/trunk/sandbox/felixk/sample-project-layout/all-build-only.pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org