Author: kstam
Date: Tue Feb 4 04:06:50 2014
New Revision: 1564186
URL: http://svn.apache.org/r1564186
Log:
adding docs dist
Added:
juddi/trunk/docs/dist/
juddi/trunk/docs/dist/assembly.xml
- copied, changed from r1564178, juddi/trunk/docs/assembly.xml
juddi/trunk/docs/dist/pom.xml
Removed:
juddi/trunk/docs/assembly.xml
Modified:
juddi/trunk/docs/asciidoc/pom.xml
juddi/trunk/docs/pom.xml
juddi/trunk/juddi-dist/pom.xml
juddi/trunk/juddi-dist/src/main/assembly/assembly.xml
Modified: juddi/trunk/docs/asciidoc/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/docs/asciidoc/pom.xml?rev=1564186&r1=1564185&r2=1564186&view=diff
==============================================================================
--- juddi/trunk/docs/asciidoc/pom.xml (original)
+++ juddi/trunk/docs/asciidoc/pom.xml Tue Feb 4 04:06:50 2014
@@ -17,7 +17,7 @@
*/ --><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">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.juddi</groupId>
+ <groupId>org.apache.juddi.juddi-docs</groupId>
<artifactId>juddi-docs</artifactId>
<version>3.2.0-SNAPSHOT</version>
</parent>
@@ -34,319 +34,9 @@
<maven>3.0.3</maven>
</prerequisites>
- <properties>
-
<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- </properties>
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/juddi/docs/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/juddi/docs/trunk/</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/juddi/docs/trunk/</url>
- </scm>
-
- <issueManagement>
- <system>JIRA</system>
- <url>http://issues.apache.org/jira/browse/JUDDI</url>
- </issueManagement>
- <ciManagement>
- <system>Buildbot</system>
- <url>http://ci.apache.org/buildbot.html</url>
- <notifiers>
- <notifier>
- <sendOnError>true</sendOnError>
- <sendOnFailure>true</sendOnFailure>
- <sendOnSuccess>true</sendOnSuccess>
- <sendOnWarning>true</sendOnWarning>
- <configuration>
- <address>[email protected]</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
- <inceptionYear>2004</inceptionYear>
- <mailingLists>
- <mailingList>
- <name>jUDDI User List</name>
- <subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/juddi-user/</archive>
- </mailingList>
- <mailingList>
- <name>jUDDI Developer List</name>
- <subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/juddi-dev/</archive>
- </mailingList>
- <mailingList>
- <name>jUDDI SVN List</name>
- <subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/juddi-cvs/</archive>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <id>kstam</id>
- <name>Kurt Stam</name>
- <email>kstam AT apache.org</email>
- <organization>ASF</organization>
- </developer>
- <developer>
- <id>jfaath</id>
- <name>Jeffrey Faath</name>
- <email>jfaath AT apache.org</email>
- <url>http://www.esigma.com</url>
- <organization>ESigma</organization>
- </developer>
- <developer>
- <id>tcunning</id>
- <name>Tom Cunningham</name>
- <email>tcunning AT apache.org</email>
- <url>http://www.jboss.org/jbossesb</url>
- <organization>JBoss/Red Hat</organization>
- </developer>
- <developer>
- <id>sviens</id>
- <name>Steve Viens</name>
- <email>steve AT viens.net</email>
- <url>http://www.viens.net</url>
- <organization>ASF</organization>
- </developer>
- <developer>
- <id>anil</id>
- <name>Anil Saldhana</name>
- <email>anil AT apache.org</email>
- <url>http://www.jboss.org</url>
- <organization>JBoss/Red Hat</organization>
- </developer>
- <developer>
- <id>djencks</id>
- <name>David Jencks</name>
- <email>djencks AT apache.org</email>
- <url>http://www.apache.org</url>
- <organization>ASF</organization>
- </developer>
- <developer>
- <id>alexoree</id>
- <name>Alex O'Ree</name>
- <email>alexoree AT apache.org</email>
- <url>http://www.apache.org</url>
- <organization>ASF</organization>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Ken Wilson</name>
- <organization>Dynamic Site Design</organization>
- <url>http://www.dynamicsitedesign.com</url>
- </contributor>
- <contributor>
- <name>Jeremi Thebeau</name>
- <organization>Xceptance Software
Technologies</organization>
- <url>http://www.xceptance.com</url>
- </contributor>
- </contributors>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- <preparationGoals>clean install</preparationGoals>
- <goals>deploy</goals>
- <releaseProfiles>apache-release</releaseProfiles>
- <tagNameFormat>juddi-@{project.version}</tagNameFormat>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>2.0.0</version>
- <extensions>true</extensions>
- <configuration>
- <classifier>${envClassifier}</classifier>
- <obrRepository>target/OBRRepository.xml</obrRepository>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>ianal-maven-plugin</artifactId>
- <version>1.0-alpha-1</version>
- </plugin>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-site-plugin</artifactId>
- <version>2.0.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- <executions>
- <execution>
- <id>aggregate</id>
- <goals>
- <goal>aggregate</goal>
- </goals>
- <phase>site</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>ianal-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.0.1</version>
- </plugin>
- </plugins>
- </build>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.6.1</version>
-
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1.2</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- <version>2.0-beta-2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- </plugins>
- </reporting>
<modules>
<module>Guide</module>
<module>ClientGuide</module>
- </modules>
- <repositories>
- <repository>
- <id>maven2-repository.dev.java.net</id>
- <name>Java.net Maven 2 Repository</name>
- <url>http://download.java.net/maven/2</url>
- <layout>default</layout>
- </repository>
- <repository>
- <id>apache.nexus</id>
- <name>Apache NEXUS Maven 2 Repository</name>
-
<url>https://repository.apache.org/content/repositories/releases/</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jboss</id>
- <name>JBoss Repository</name>
-
<url>http://repository.jboss.org/nexus/content/groups/public</url>
- <layout>default</layout>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>maven2-repository.dev.java.net</id>
- <url>http://download.java.net/maven/2</url>
- </pluginRepository>
- <pluginRepository>
- <id>nexus.codehaus</id>
-
<url>https://nexus.codehaus.org/content/repositories/releases/</url>
- </pluginRepository>
-
- </pluginRepositories>
- <profiles>
- <!-- START SNIPPET: release-profile -->
- <!-- this is borrowed from an nov 2009 apache-7 pom release attempt-->
- <profile>
- <id>apache-release</id>
- <build>
- <plugins>
- <!-- Create a source-release artifact that contains the
fully buildable
- project directory source structure. This is the artifact which is
- the official subject of any release vote. -->
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.apache.apache.resources</groupId>
-
<artifactId>apache-source-release-assembly-descriptor</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
- <!-- NOTE: The fix for PLXUTILS-120 is crucial
for the new assembly descriptor -->
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>2.0.1</version>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>source-release-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
-
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
- <descriptorRefs>
-
<descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
- </descriptorRefs>
- <tarLongFileFormat>gnu</tarLongFileFormat>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <!-- END SNIPPET: release-profile -->
-
- </profiles>
+ </modules>
+
</project>
Copied: juddi/trunk/docs/dist/assembly.xml (from r1564178,
juddi/trunk/docs/assembly.xml)
URL:
http://svn.apache.org/viewvc/juddi/trunk/docs/dist/assembly.xml?p2=juddi/trunk/docs/dist/assembly.xml&p1=juddi/trunk/docs/assembly.xml&r1=1564178&r2=1564186&rev=1564186&view=diff
==============================================================================
--- juddi/trunk/docs/assembly.xml (original)
+++ juddi/trunk/docs/dist/assembly.xml Tue Feb 4 04:06:50 2014
@@ -16,11 +16,11 @@
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
- <directory>${basedir}/db</directory>
+ <directory>${parent.basedir}/db</directory>
<outputDirectory>db</outputDirectory>
</fileSet>
<fileSet>
- <directory>${basedir}/uddi3-specification</directory>
+
<directory>${parent.basedir}/uddi3-specification</directory>
<includes>
<include>*.pdf</include>
<include>*.txt</include>
Added: juddi/trunk/docs/dist/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/docs/dist/pom.xml?rev=1564186&view=auto
==============================================================================
--- juddi/trunk/docs/dist/pom.xml (added)
+++ juddi/trunk/docs/dist/pom.xml Tue Feb 4 04:06:50 2014
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- * Copyright 2001-2009 The Apache Software Foundation. * * Licensed under
+ the Apache License, Version 2.0 (the "License"); * you may not use this
file
+ except in compliance with the License. * You may obtain a copy of the
License
+ at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required
by
+ applicable law or agreed to in writing, software * distributed under
the
+ License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR
CONDITIONS
+ OF ANY KIND, either express or implied. * See the License for the
specific
+ language governing permissions and * limitations under the License. *
*/ -->
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.juddi.juddi-docs</groupId>
+ <artifactId>juddi-docs</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>juddi-docs-dist</artifactId>
+ <name>jUDDI Document Packaging</name>
+ <url>http://maven.apache.org</url>
+ <packaging>pom</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.juddi.juddi-docs</groupId>
+ <artifactId>juddi-guide</artifactId>
+ <version>${project.parent.version}</version>
+ <type>jdocbook</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.juddi.juddi-docs</groupId>
+ <artifactId>juddi-client-guide</artifactId>
+ <version>${project.parent.version}</version>
+ <type>jdocbook</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <!-- Entry needed to enable
jdocbook unzipping -->
+
<groupId>org.jboss.maven.plugins</groupId>
+
<artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.3.8</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+
<descriptor>assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Modified: juddi/trunk/docs/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/docs/pom.xml?rev=1564186&r1=1564185&r2=1564186&view=diff
==============================================================================
--- juddi/trunk/docs/pom.xml (original)
+++ juddi/trunk/docs/pom.xml Tue Feb 4 04:06:50 2014
@@ -15,60 +15,15 @@
<artifactId>juddi-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
</parent>
+ <groupId>org.apache.juddi.juddi-docs</groupId>
<artifactId>juddi-docs</artifactId>
- <name>jUDDI Document Packaging</name>
+ <name>jUDDI Documents</name>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
- <dependencies>
- <dependency>
- <groupId>org.apache.juddi</groupId>
- <artifactId>juddi-core-openjpa</artifactId>
- <version>${project.parent.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.juddi.juddi-docs</groupId>
- <artifactId>juddi-guide</artifactId>
- <version>${project.parent.version}</version>
- <type>jdocbook</type>
- </dependency>
- <dependency>
- <groupId>org.apache.juddi.juddi-docs</groupId>
- <artifactId>juddi-client-guide</artifactId>
- <version>${project.parent.version}</version>
- <type>jdocbook</type>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <dependencies>
- <dependency>
- <!-- Entry needed to enable
jdocbook unzipping -->
-
<groupId>org.jboss.maven.plugins</groupId>
-
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.3.8</version>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>attached</goal>
- </goals>
- <configuration>
- <descriptors>
-
<descriptor>${basedir}/assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
+
+
<modules>
<module>asciidoc</module>
+ <module>dist</module>
</modules>
</project>
Modified: juddi/trunk/juddi-dist/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-dist/pom.xml?rev=1564186&r1=1564185&r2=1564186&view=diff
==============================================================================
--- juddi/trunk/juddi-dist/pom.xml (original)
+++ juddi/trunk/juddi-dist/pom.xml Tue Feb 4 04:06:50 2014
@@ -157,8 +157,8 @@
<!-- documentation -->
<dependency>
- <groupId>org.apache.juddi</groupId>
- <artifactId>juddi-docs</artifactId>
+ <groupId>org.apache.juddi.juddi-docs</groupId>
+ <artifactId>juddi-docs-dist</artifactId>
<version>${project.parent.version}</version>
<classifier>docs</classifier>
<type>zip</type>
Modified: juddi/trunk/juddi-dist/src/main/assembly/assembly.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-dist/src/main/assembly/assembly.xml?rev=1564186&r1=1564185&r2=1564186&view=diff
==============================================================================
--- juddi/trunk/juddi-dist/src/main/assembly/assembly.xml (original)
+++ juddi/trunk/juddi-dist/src/main/assembly/assembly.xml Tue Feb 4 04:06:50
2014
@@ -102,7 +102,7 @@
<dependencySet>
<outputDirectory>docs</outputDirectory>
<includes>
- <include>org.apache.juddi:juddi-docs:zip</include>
+
<include>org.apache.juddi.juddi-docs:juddi-docs-dist:zip</include>
</includes>
<unpack>true</unpack>
<useProjectArtifact>false</useProjectArtifact>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]