Author: struberg
Date: Sat Mar 19 20:02:21 2016
New Revision: 1735806
URL: http://svn.apache.org/viewvc?rev=1735806&view=rev
Log:
remove JavaAdvancedImaging (jai) as it seems not be needed anymore
I did local tests to generate our docs and with the new docbkx version it seems
to work fine.
I removed all jai deps as the jai jars are NOT available on maven.central and
the license
does not allow to redistribute the jars.
Modified:
openjpa/trunk/openjpa-project/pom.xml
Modified: openjpa/trunk/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=1735806&r1=1735805&r2=1735806&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Sat Mar 19 20:02:21 2016
@@ -86,6 +86,7 @@
<!--
Java imaging apis are needed to include images in a PDF.
+ //X THAT seems not to be true anymore with the new dockbkx plugin!
JIMI or JAI may be used. Neither is available in a maven
repository and should be downloaded and installed manually
to your local repository.
@@ -333,6 +334,7 @@
<version>4.4</version>
<scope>runtime</scope>
</dependency>
+<!-- As far as I did test we do not need JAI for generating our docs.
<dependency>
<groupId>${jai.groupId}</groupId>
<artifactId>jai_core</artifactId>
@@ -345,6 +347,7 @@
<version>${jai.version}</version>
<scope>runtime</scope>
</dependency>
+-->
</dependencies>
</plugin>
</plugins>
@@ -355,23 +358,10 @@
<value>true</value>
</property>
</activation>
- <pluginRepositories>
- <pluginRepository>
- <id>jai.repository</id>
- <name>JAI Repository (indirectly used by Docbook
plugin)</name>
- <url>${jai.maven.repo}</url>
- </pluginRepository>
- </pluginRepositories>
- <repositories>
- <repository>
- <id>jai.repository</id>
- <name>JAI Repository (indirectly used by Docbook
plugin)</name>
- <url>${jai.maven.repo}</url>
- </repository>
- </repositories>
+
</profile>
- <!--
- Upload distribution files, javadoc and manual to
openjpa.apache.org/builds/${nightly.version}.
+ <!--
+ Upload distribution files, javadoc and manual to
openjpa.apache.org/builds/${nightly.version}.
This profile is designed to be run nightly by a continuous build
server, but can
also be run manually.