File tree Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 146146 <plugin >
147147 <artifactId >maven-compiler-plugin</artifactId >
148148 </plugin >
149- <plugin >
150- <artifactId >maven-failsafe-plugin</artifactId >
151- </plugin >
149+ <!-- TODO: Uncomment once https://github.com/connexta/admin-console/issues/246 is complete. -->
150+ <!-- <plugin>-->
151+ <!-- <artifactId>maven-failsafe-plugin</artifactId>-->
152+ <!-- </plugin>-->
152153 </plugins >
153154 </build >
154155</project >
Original file line number Diff line number Diff line change 1616 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1717 xsi : schemaLocation =" http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0" >
1818
19- <repository >mvn:ddf.features/admin/${ddf.version}/xml/features</repository >
20- <repository >mvn:ddf.features/security/${ddf.version}/xml/features</repository >
21- <repository >mvn:ddf.catalog/catalog-app/${ddf.version}/xml/features</repository >
19+ <!-- TODO: Uncomment and put in version ranges once https://github.com/connexta/admin-console/issues/246 is complete. -->
20+ <!-- <repository>mvn:ddf.features/admin/${ddf.version}/xml/features</repository>-->
21+ <!-- <repository>mvn:ddf.features/security/${ddf.version}/xml/features</repository>-->
22+ <!-- <repository>mvn:ddf.catalog/catalog-app/${ddf.version}/xml/features</repository>-->
2223
2324 <feature name =" admin-query-api" install =" manual" version =" ${project.version}"
2425 description =" DDF :: Admin Console :: Query :: Api " >
Original file line number Diff line number Diff line change 8383 <plugin >
8484 <artifactId >maven-compiler-plugin</artifactId >
8585 </plugin >
86- <plugin >
87- <artifactId >maven-failsafe-plugin</artifactId >
88- </plugin >
86+ <!-- TODO: Uncomment once https://github.com/connexta/admin-console/issues/246 is complete. -->
87+ <!-- <plugin>-->
88+ <!-- <artifactId>maven-failsafe-plugin</artifactId>-->
89+ <!-- </plugin>-->
8990 </plugins >
9091 </build >
9192</project >
Original file line number Diff line number Diff line change 1717 xsi : schemaLocation =" http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0" >
1818
1919 <repository >mvn:ddf.features/admin-query/${project.version}/xml/features</repository >
20- <repository >mvn:ddf.features/admin/${ddf.version}/xml/features</repository >
20+ <!-- TODO: Uncomment and put in version ranges once https://github.com/connexta/admin-console/issues/246 is complete. -->
21+ <!-- <repository>mvn:ddf.features/admin/${ddf.version}/xml/features</repository>-->
2122
2223 <feature name =" admin-query-dev-tools" install =" auto" version =" ${project.version}"
2324 description =" Includes tools strictly for development purposes." >
Original file line number Diff line number Diff line change 8282 <plugin >
8383 <artifactId >maven-compiler-plugin</artifactId >
8484 </plugin >
85- <plugin >
86- <artifactId >maven-failsafe-plugin</artifactId >
87- </plugin >
85+ <!-- TODO: Uncomment once https://github.com/connexta/admin-console/issues/246 is complete. -->
86+ <!-- <plugin>-->
87+ <!-- <artifactId>maven-failsafe-plugin</artifactId>-->
88+ <!-- </plugin>-->
8889 </plugins >
8990 </build >
9091</project >
Original file line number Diff line number Diff line change 1717 xsi : schemaLocation =" http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0" >
1818
1919 <repository >mvn:ddf.features/admin-query/${project.version}/xml/features</repository >
20- <repository >mvn:ddf.features/test-utilities/${ddf.version}/xml/features</repository >
20+ <!-- TODO: Uncomment and put in version ranges once https://github.com/connexta/admin-console/issues/246 is complete. -->
21+ <!-- <repository>mvn:ddf.features/test-utilities/${ddf.version}/xml/features</repository>-->
2122
2223 <feature name =" admin-query-itest-commons" install =" auto" version =" ${project.version}"
2324 description =" Integration tests tools for the admin query artifacts." >
You can’t perform that action at this time.
0 commit comments