blob: dcb906b63e2ce41dbb839a98c309d498a0464e05 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<!--**************************************************************************
* POM SECTION: Maven Settings
***************************************************************************-->
<artifactId>org.eclipse.ogee.core</artifactId>
<packaging>eclipse-plugin</packaging>
<!--**************************************************************************
* POM SECTION: Parent POM
***************************************************************************-->
<parent>
<groupId>org.eclipse.ogee</groupId>
<artifactId>org.eclipse.ogee.parent</artifactId>
<version>0.7.0</version>
<relativePath>../org.eclipse.ogee.parent</relativePath>
</parent>
<build>
<plugins>
<!-- #####################################################################-->
<!-- ## Running the generate-javadoc Plugin automatically during a build-->
<!-- #####################################################################-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadoc-version}</version>
<configuration>
<reportOutputDirectory>${basedir}</reportOutputDirectory>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>prepare-package</phase>
<goals>
<goal>javadoc</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<description>OData Designer Core Component</description>
<name>org.eclipse.ogee.core</name>
</project>