Author: jm
Date: 2011-10-14 14:11:27 -0700 (Fri, 14 Oct 2011)
New Revision: 27196
Added:
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/resources/
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/resources/etc/
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
Modified:
csplugins/trunk/toronto/jm/cykaraf/distribution/pom.xml
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/descriptors/unix-bin.xml
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
Log:
Added code.cytoscape.org to list of default Maven repositories
Removed Karaf features from startup list
Modified: csplugins/trunk/toronto/jm/cykaraf/distribution/pom.xml
===================================================================
--- csplugins/trunk/toronto/jm/cykaraf/distribution/pom.xml 2011-10-14
21:06:46 UTC (rev 27195)
+++ csplugins/trunk/toronto/jm/cykaraf/distribution/pom.xml 2011-10-14
21:11:27 UTC (rev 27196)
@@ -43,6 +43,12 @@
<include>**/*</include>
</includes>
</resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
</resources>
<plugins>
<plugin>
Modified:
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/descriptors/unix-bin.xml
===================================================================
---
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/descriptors/unix-bin.xml
2011-10-14 21:06:46 UTC (rev 27195)
+++
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/descriptors/unix-bin.xml
2011-10-14 21:11:27 UTC (rev 27196)
@@ -15,6 +15,7 @@
<exclude>bin/**</exclude>
<exclude>etc/system.properties</exclude>
<exclude>etc/users.properties</exclude>
+ <exclude>etc/org.ops4j.pax.url.mvn.cfg</exclude>
<exclude>etc/org.apache.karaf.features.cfg</exclude>
<exclude>etc/org.ops4j.pax.logging.cfg</exclude>
<exclude>LICENSE</exclude>
Modified:
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
===================================================================
---
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
2011-10-14 21:06:46 UTC (rev 27195)
+++
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
2011-10-14 21:11:27 UTC (rev 27196)
@@ -1,2 +1,2 @@
featuresRepositories=mvn:org.apache.karaf.assemblies.features/standard/${karaf.version}/xml/features,mvn:org.apache.karaf.assemblies.features/enterprise/${karaf.version}/xml/features,mvn:org.cytoscape/features/${project.version}/xml/features
-featuresBoot=config,ssh,management,cytoscape-gui
+featuresBoot=cytoscape-gui
Added:
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
===================================================================
---
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
(rev 0)
+++
csplugins/trunk/toronto/jm/cykaraf/distribution/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
2011-10-14 21:11:27 UTC (rev 27196)
@@ -0,0 +1,93 @@
+################################################################################
+#
+# 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.
+#
+################################################################################
+
+#
+# If set to true, the following property will not allow any certificate to be
used
+# when accessing Maven repositories through SSL
+#
+#org.ops4j.pax.url.mvn.certificateCheck=
+
+#
+# Path to the local Maven settings file.
+# The repositories defined in this file will be automatically added to the list
+# of default repositories if the 'org.ops4j.pax.url.mvn.repositories' property
+# below is not set.
+# The following locations are checked for the existence of the settings.xml
file
+# * 1. looks for the specified url
+# * 2. if not found looks for ${user.home}/.m2/settings.xml
+# * 3. if not found looks for ${maven.home}/conf/settings.xml
+# * 4. if not found looks for ${M2_HOME}/conf/settings.xml
+#
+#org.ops4j.pax.url.mvn.settings=
+
+#
+# Path to the local Maven repository which is used to avoid downloading
+# artifacts when they already exist locally.
+# The value of this property will be extracted from the settings.xml file
+# above, or defaulted to:
+# System.getProperty( "user.home" ) + "/.m2/repository"
+#
+#org.ops4j.pax.url.mvn.localRepository=
+
+#
+# Default this to false. It's just weird to use undocumented repos
+#
+org.ops4j.pax.url.mvn.useFallbackRepositories=false
+
+#
+# Uncomment if you are behind a web proxy. PAX URL will use the proxy settings
+# from the Maven conf/settings.xml file
+#
+# org.ops4j.pax.url.mvn.proxySupport=true
+
+#
+# Disable aether support by default. This ensure that the defaultRepositories
+# below will be used
+#
+org.ops4j.pax.url.mvn.disableAether=true
+
+#
+# Comma separated list of repositories scanned when resolving an artifact.
+# Those repositories will be checked before iterating through the
+# below list of repositories and even before the local repository
+# A repository url can be appended with zero or more of the following flags:
+# @snapshots : the repository contains snaphots
+# @noreleases : the repository does not contain any released artifacts
+#
+# The following property value will add the system folder as a repo.
+#
+org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.repository}@snapshots,\
+ file:${karaf.home}/local-repo@snapshots
+
+#
+# Comma separated list of repositories scanned when resolving an artifact.
+# The default list includes the following repositories:
+# http://repo1.maven.org/maven2
+# http://repository.apache.org/content/groups/snapshots-group
+# http://svn.apache.org/repos/asf/servicemix/m2-repo
+# http://repository.springsource.com/maven/bundles/release
+# http://repository.springsource.com/maven/bundles/external
+# To add repositories to the default ones, prepend '+' to the list of
repositories
+# to add.
+# A repository url can be appended with zero or more of the following flags:
+# @snapshots : the repository contains snaphots
+# @noreleases : the repository does not contain any released artifacts
+#
+org.ops4j.pax.url.mvn.repositories= +\
+ http://code.cytoscape.org/nexus/content/groups/public@snapshots
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.