Removing self-referencing from ISIS app features.xml file.
Change-Id: Ifdb5b4f98104fdc85b732067fb1b225ed52132b2
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -15,7 +15,6 @@ | ... | @@ -15,7 +15,6 @@ |
15 | ~ limitations under the License. | 15 | ~ limitations under the License. |
16 | --> | 16 | --> |
17 | <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}"> | 17 | <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}"> |
18 | - <repository>mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features</repository> | ||
19 | <feature name="${project.artifactId}" version="${project.version}" | 18 | <feature name="${project.artifactId}" version="${project.version}" |
20 | description="${project.description}"> | 19 | description="${project.description}"> |
21 | <feature>onos-api</feature> | 20 | <feature>onos-api</feature> | ... | ... |
-
Please register or login to post a comment