[eclipse-poky] [PATCH 15/23] Add org.yocto.doc.feature.group maven support
Tim Orling
timothy.t.orling at linux.intel.com
Thu Feb 8 23:17:49 PST 2018
Builds the Documentation feature group
Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
features/org.yocto.doc/pom.xml | 14 ++++++++++++++
pom.xml | 1 +
2 files changed, 15 insertions(+)
create mode 100755 features/org.yocto.doc/pom.xml
diff --git a/features/org.yocto.doc/pom.xml b/features/org.yocto.doc/pom.xml
new file mode 100755
index 00000000000..4a8c4cd214e
--- /dev/null
+++ b/features/org.yocto.doc/pom.xml
@@ -0,0 +1,14 @@
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.yocto.features</groupId>
+ <artifactId>org.yocto.doc</artifactId>
+ <packaging>eclipse-feature</packaging>
+ <name>Yocto Project Documentation (Feature)</name>
+ <description>Yocto Project Documentation feature group</description>
+ <parent>
+ <groupId>org.yocto</groupId>
+ <artifactId>poky-parent</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+</project>
diff --git a/pom.xml b/pom.xml
index 45575062bf0..67397df55b4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
<module>plugins/org.yocto.doc.user</module>
<module>features/org.yocto.sdk</module>
<module>features/org.yocto.utils</module>
+ <module>features/org.yocto.doc</module>
<!--
<module>releng/org.yocto.sdk.target.ui.tests</module>
-->
--
2.13.6
More information about the eclipse-yocto
mailing list