You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/03/05 13:44:38 UTC

[1/2] git commit: Update .gitignore with dependency-reduced-pom.xml

Repository: karaf
Updated Branches:
  refs/heads/master 1396c3b83 -> 778d4dd8e


Update .gitignore with dependency-reduced-pom.xml


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/88c6d4a8
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/88c6d4a8
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/88c6d4a8

Branch: refs/heads/master
Commit: 88c6d4a8951dd879ebb62b096f59592b8ea55942
Parents: 1396c3b
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Mar 5 13:37:03 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Mar 5 13:37:03 2014 +0100

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/88c6d4a8/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 7a9b560..22d0ed1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ target
 eclipse-classes
 atlassian-ide-plugin.xml
 bin
+dependency-reduced-pom.xml


[2/2] git commit: Remove ci-build-profile (not used as itests are enabled by default)

Posted by jb...@apache.org.
Remove ci-build-profile (not used as itests are enabled by default)


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/778d4dd8
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/778d4dd8
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/778d4dd8

Branch: refs/heads/master
Commit: 778d4dd8ed0829d584ae01fd87ed032b3a8b7548
Parents: 88c6d4a
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Mar 5 13:44:04 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Mar 5 13:44:04 2014 +0100

----------------------------------------------------------------------
 itests/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/778d4dd8/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index e705218..de652cf 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -107,31 +107,5 @@
 			</plugin>
         </plugins>
     </build>
-    
-    <profiles>
-        <profile>
-            <id>ci-build-profile</id>
-            <activation>
-                <property>
-                    <name>maven.repo.local</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <!-- when the local repo location has been specified, we need to pass on this information to PAX mvn url -->
-                            <argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
-                            <systemPropertyVariables>
-		                        <org.ops4j.pax.logging.DefaultServiceLog.level>INFO</org.ops4j.pax.logging.DefaultServiceLog.level>
-                    		</systemPropertyVariables>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
 
 </project>