Skip to content

Commit

Permalink
Adjust pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Nov 24, 2023
1 parent 4d89ef5 commit 9a8bb1d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Snap.*
*.class

# maven
/*/*/target/
target/
.DS_Store
.polyglot.*
pom.tycho
2 changes: 1 addition & 1 deletion org.eclipse.pde.doc.user/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.pde.doc.user; singleton:=true
Bundle-Version: 3.14.2200.qualifier
Bundle-Version: 3.15.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
2 changes: 0 additions & 2 deletions org.eclipse.pde.doc.user/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
Touch documentation bundles for javadoc regeneration
Move to maven for generate javadocs
46 changes: 24 additions & 22 deletions org.eclipse.pde.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,31 @@
<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>
<parent>
<artifactId>eclipse.platform.common</artifactId>
<groupId>eclipse.platform.common</groupId>
<groupId>org.eclipse.pde</groupId>
<artifactId>eclipse.pde</artifactId>
<version>4.30.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.doc.user</artifactId>
<version>3.14.2200-SNAPSHOT</version>
<version>3.15.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>
<id>build-docs</id>
<activation>
<property>
<!-- workaround. activeByDefault is disabled when another profile is
selected. -->
<name>!longnotexistingproperty</name>
</property>
</activation>
<build>
<plugins>

<properties>
<eclipse.pde.ui.apitools>../apitools</eclipse.pde.ui.apitools>
<eclipse.pde.ui.ui>../ui</eclipse.pde.ui.ui>
<eclipse.pde.build>../build</eclipse.pde.build>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-document-bundle-plugin</artifactId>
<version>${tycho.version}</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
Expand Down Expand Up @@ -197,13 +201,11 @@
<resource>
<directory>${project.build.directory}/site/apidocs</directory>
</resource>
</resources>
</configuration>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</build>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<module>ui</module>
<module>build</module>
<module>features</module>
<module>org.eclipse.pde.doc.user</module>
</modules>

<!--
Expand Down

0 comments on commit 9a8bb1d

Please sign in to comment.