You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/09/20 21:19:35 UTC

svn commit: r577927 - in /incubator/nmaven/trunk: bootstrap-build.bat bootstrap-build.sh components/dotnet-dao/project/pom.xml components/pom.xml

Author: sisbell
Date: Thu Sep 20 14:19:34 2007
New Revision: 577927

URL: http://svn.apache.org/viewvc?rev=577927&view=rev
Log:
The aduna RDF libs are not hosted at a central repo. I need to host these in an internal repo and need a way to shut off the default location through a profile.

Modified:
    incubator/nmaven/trunk/bootstrap-build.bat
    incubator/nmaven/trunk/bootstrap-build.sh
    incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml
    incubator/nmaven/trunk/components/pom.xml

Modified: incubator/nmaven/trunk/bootstrap-build.bat
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/bootstrap-build.bat?rev=577927&r1=577926&r2=577927&view=diff
==============================================================================
--- incubator/nmaven/trunk/bootstrap-build.bat (original)
+++ incubator/nmaven/trunk/bootstrap-build.bat Thu Sep 20 14:19:34 2007
@@ -2,7 +2,7 @@
 IF "%phase%"=="" SET phase=install
 ECHO Executing Phase: %phase%
 
-call mvn %phase% %*
+call mvn %phase% -DRdf %*
 IF errorlevel 1 GOTO END
 
 ECHO Installing 3rd Party Assemblies in the Local Repo

Modified: incubator/nmaven/trunk/bootstrap-build.sh
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/bootstrap-build.sh?rev=577927&r1=577926&r2=577927&view=diff
==============================================================================
--- incubator/nmaven/trunk/bootstrap-build.sh (original)
+++ incubator/nmaven/trunk/bootstrap-build.sh Thu Sep 20 14:19:34 2007
@@ -1,3 +1,3 @@
-mvn install $*
+mvn install -DRdf $*
 mvn org.apache.maven.dotnet.plugins:maven-install-plugin:install-file -Dfile=thirdparty/NUnit/NUnit.Framework.dll -DgroupId=NUnit -DartifactId=NUnit.Framework -Dpackaging=dll -DartifactVersion=2.2.8.0
 mvn -f pom-dotnet.xml -Dmaven.test.skip=true -Dbootstrap install $*

Modified: incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml?rev=577927&r1=577926&r2=577927&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml Thu Sep 20 14:19:34 2007
@@ -71,15 +71,7 @@
       <artifactId>openrdf-rio-rdfxml</artifactId>  
       <version>2.0-beta5</version> 
     </dependency>
-    <!--
-    <dependency> 
-      <groupId>info.aduna</groupId>  
-      <artifactId>aduna-iteration</artifactId>  
-      <version>1.1</version> 
-    </dependency>
-    -->
-    <!--This version may breake the build-->
-    <dependency>
+     <dependency>
       <groupId>info.aduna</groupId>
       <artifactId>aduna-iteration</artifactId>
       <version>1.2</version>

Modified: incubator/nmaven/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/pom.xml?rev=577927&r1=577926&r2=577927&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/pom.xml (original)
+++ incubator/nmaven/trunk/components/pom.xml Thu Sep 20 14:19:34 2007
@@ -18,45 +18,55 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project 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">  
-  <parent> 
-    <groupId>org.apache.maven.dotnet</groupId>  
-    <version>0.14-SNAPSHOT</version>  
-    <artifactId>dotnet-project</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <groupId>org.apache.maven.dotnet</groupId>  
-  <artifactId>dotnet-components</artifactId>  
-  <packaging>pom</packaging>  
-  <name>dotnet-components</name>  
-  <url>http://incubator.apache.org/nmaven</url>  
-  <description>NMaven provides Maven 2.x plugins to support building of .NET applications</description>  
-  <modules> 
-    <module>dotnet-artifact</module>  
-    <module>dotnet-assembler</module>  
-    <module>dotnet-core</module>  
-    <module>dotnet-dao/project</module>  
-    <module>dotnet-embedder</module>  
-    <module>dotnet-executable</module>  
-    <module>dotnet-jetty</module>  
-    <module>dotnet-model</module>  
-    <module>dotnet-plugin</module>  
-    <module>dotnet-registry</module>  
-    <module>dotnet-repository</module>  
-    <module>dotnet-service/embedder</module>  
-    <module>dotnet-vendor</module> 
-  </modules>  
-  <repositories> 
-    <repository> 
-      <id>aduna.org</id>  
-      <url>http://repository.aduna-software.org/maven2</url> 
-    </repository> 
-  </repositories>  
-  <distributionManagement> 
-    <site> 
-      <id>nmaven-apache-site</id>  
-      <name>NMaven Site</name>  
-      <url>file://${basedir}/../../www</url> 
-    </site> 
-  </distributionManagement> 
+<project 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">
+  <parent>
+    <groupId>org.apache.maven.dotnet</groupId>
+    <version>0.14-SNAPSHOT</version>
+    <artifactId>dotnet-project</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.dotnet</groupId>
+  <artifactId>dotnet-components</artifactId>
+  <packaging>pom</packaging>
+  <name>dotnet-components</name>
+  <url>http://incubator.apache.org/nmaven</url>
+  <description>NMaven provides Maven 2.x plugins to support building of .NET applications</description>
+  <modules>
+    <module>dotnet-artifact</module>
+    <module>dotnet-assembler</module>
+    <module>dotnet-core</module>
+    <module>dotnet-dao/project</module>
+    <module>dotnet-embedder</module>
+    <module>dotnet-executable</module>
+    <module>dotnet-jetty</module>
+    <module>dotnet-model</module>
+    <module>dotnet-plugin</module>
+    <module>dotnet-registry</module>
+    <module>dotnet-repository</module>
+    <module>dotnet-service/embedder</module>
+    <module>dotnet-vendor</module>
+  </modules>
+  <profiles>
+    <profile>
+      <activation>
+        <property>
+          <name>Rdf</name>
+        </property>
+      </activation>
+      <repositories>
+        <repository>
+          <id>aduna.org</id>
+          <url>http://repository.aduna-software.org/maven2</url>
+        </repository>
+      </repositories>
+    </profile>
+  </profiles>
+  <distributionManagement>
+    <site>
+      <id>nmaven-apache-site</id>
+      <name>NMaven Site</name>
+      <url>file://${basedir}/../../www</url>
+    </site>
+  </distributionManagement>
 </project>