diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-18 16:05:41 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-18 16:05:41 -0500 |
commit | 3beea0e535215ac127e68af16ff78d9cffeafd11 (patch) | |
tree | a4832ec7e602bbf9e47d5f8c48e767d13f53e89a /odlparent/binding-parent | |
parent | d5125039dd3176bc27dbf6f19dc12c793f66448a (diff) |
Generate odlparent poms from template
Updated ccsdk/parent to use a common pom template to generate all
the odlparent poms, which should be identical except for their
parents.
Change-Id: I1cfcff7191ca95434e390d5cf35651c0ad40705d
Issue-ID: CCSDK-857
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlparent/binding-parent')
-rw-r--r--[-rwxr-xr-x] | odlparent/binding-parent/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 99bf01f5..3c6763ce 100755..100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -1,6 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" 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"> +<!-- + PLEASE READ !!!!! + + This file is generated from ccsdk/parent/setup/src/main/template/pom-template.xml + + Any updates needed should be made to that template and not to the generated pom.xml file +--> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> @@ -181,6 +188,7 @@ <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version> <glassfish.version>2.27</glassfish.version> + <skip.karaf.featureTest>true</skip.karaf.featureTest> </properties> <profiles> |