You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by so...@apache.org on 2021/07/09 12:52:35 UTC

[wicket] branch javadoc-is-fixed created (now 0d7af7d)

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a change to branch javadoc-is-fixed
in repository https://gitbox.apache.org/repos/asf/wicket.git.


      at 0d7af7d  no jira: javadoc:aggregate seems to work locally

This branch includes the following new commits:

     new 0d7af7d  no jira: javadoc:aggregate seems to work locally

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[wicket] 01/01: no jira: javadoc:aggregate seems to work locally

Posted by so...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch javadoc-is-fixed
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 0d7af7d37876f907f5a0f32cc6cdee5938c293ed
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Jul 9 19:52:14 2021 +0700

    no jira: javadoc:aggregate seems to work locally
---
 pom.xml                                     | 1 -
 testing/wicket-threadtest/src/site/site.xml | 5 -----
 wicket-auth-roles/src/site/site.xml         | 5 -----
 wicket-core/src/site/site.xml               | 7 +------
 wicket-examples/src/site/site.xml           | 7 +------
 wicket-extensions/src/site/site.xml         | 7 +------
 wicket-guice/src/site/site.xml              | 7 +------
 wicket-ioc/src/site/site.xml                | 5 -----
 wicket-jmx/src/site/site.xml                | 5 -----
 wicket-objectsizeof-agent/src/site/site.xml | 5 -----
 wicket-spring/src/site/site.xml             | 7 +------
 wicket-velocity/src/site/site.xml           | 5 -----
 12 files changed, 5 insertions(+), 61 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60d18f9..eb5088a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1020,7 +1020,6 @@
 						<failOnError>true</failOnError>
 						<doclint>none</doclint>
 						<additionalJOption>${javadoc.additionalJOption}</additionalJOption>
-						<sourcepath>${project.build.sourceDirectory}</sourcepath>
 						<!-- While we publish modules, our source is pre-JMPS so tell javadoc that. -->
 						<source>8</source>
 					</configuration>
diff --git a/testing/wicket-threadtest/src/site/site.xml b/testing/wicket-threadtest/src/site/site.xml
index d7d3f0a..69832b7 100644
--- a/testing/wicket-threadtest/src/site/site.xml
+++ b/testing/wicket-threadtest/src/site/site.xml
@@ -16,9 +16,4 @@
    limitations under the License.
 -->
 <project name="Wicket Thread Test">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 </project>
diff --git a/wicket-auth-roles/src/site/site.xml b/wicket-auth-roles/src/site/site.xml
index 4737313..51f911a 100644
--- a/wicket-auth-roles/src/site/site.xml
+++ b/wicket-auth-roles/src/site/site.xml
@@ -16,9 +16,4 @@
    limitations under the License.
 -->
 <project name="Wicket Auth Roles">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 </project>
diff --git a/wicket-core/src/site/site.xml b/wicket-core/src/site/site.xml
index 0759397..eb46774 100644
--- a/wicket-core/src/site/site.xml
+++ b/wicket-core/src/site/site.xml
@@ -16,11 +16,6 @@
    limitations under the License.
 -->
 <project name="Wicket">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 <body>
 	<menu name="Apache Wicket">
 		<item name="About" href="/index.html" />
@@ -29,7 +24,7 @@
 	</menu>
 	<menu name="Project Info">
         <item name="Dependencies" href="/dependencies.html"/>
-		<item name="Javadoc" href="/apidocs/index.html" target="_blank" class="newwindow" />
+		<item name="Javadoc" href="/apidocs/index.html" target="_blank" />
 		<item name="Mailing Lists" href="/mail-lists.html" />
 		<item name="Issue Tracker" href="http://issues.apache.org/jira/browse/WICKET" />
 		<item name="SVN Access" href="/source-repository.html" />
diff --git a/wicket-examples/src/site/site.xml b/wicket-examples/src/site/site.xml
index bc7a7b2..8f12de6 100644
--- a/wicket-examples/src/site/site.xml
+++ b/wicket-examples/src/site/site.xml
@@ -16,11 +16,6 @@
    limitations under the License.
 -->
 <project name="Wicket Examples">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 	<body>
 		<menu name="Wicket Examples">
 			<item name="About" href="/index.html" />
@@ -29,7 +24,7 @@
 		</menu>
 		<menu name="Project Info">
 	        <item name="Dependencies" href="/dependencies.html"/>
-			<item name="Javadoc" href="/apidocs/index.html" target="_blank" class="newwindow" />
+			<item name="Javadoc" href="/apidocs/index.html" target="_blank" />
 			<item name="Mailing Lists" href="/mail-lists.html" />
 			<item name="Issue Tracker" href="http://issues.apache.org/jira/browse/WICKET" />
 			<item name="SVN Access" href="/source-repository.html" />
diff --git a/wicket-extensions/src/site/site.xml b/wicket-extensions/src/site/site.xml
index c1b05e6..8397608 100644
--- a/wicket-extensions/src/site/site.xml
+++ b/wicket-extensions/src/site/site.xml
@@ -16,11 +16,6 @@
    limitations under the License.
 -->
 <project name="Wicket Extensions">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 	<body>
 		<menu name="Wicket Extensions">
 			<item name="About" href="/index.html" />
@@ -43,7 +38,7 @@
 		</menu>
 		<menu name="Project Info">
 	        <item name="Dependencies" href="/dependencies.html"/>
-			<item name="Javadoc" href="/apidocs/index.html" target="_blank" class="newwindow" />
+			<item name="Javadoc" href="/apidocs/index.html" target="_blank" />
 			<item name="Mailing Lists" href="/mail-lists.html" />
 			<item name="Issue Tracker" href="http://issues.apache.org/jira/browse/WICKET" />
 			<item name="SVN Access" href="/source-repository.html" />
diff --git a/wicket-guice/src/site/site.xml b/wicket-guice/src/site/site.xml
index f96a184..d0d490d 100644
--- a/wicket-guice/src/site/site.xml
+++ b/wicket-guice/src/site/site.xml
@@ -16,11 +16,6 @@
    limitations under the License.
 -->
 <project name="Wicket Guice">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 	<body>
 		<menu name="Wicket Guice">
 			<item name="About" href="/index.html" />
@@ -29,7 +24,7 @@
 		</menu>
 		<menu name="Project Info">
 	        <item name="Dependencies" href="/dependencies.html"/>
-			<item name="Javadoc" href="/apidocs/index.html" target="_blank" class="newwindow" />
+			<item name="Javadoc" href="/apidocs/index.html" target="_blank" />
 			<item name="Mailing Lists" href="/mail-lists.html" />
 			<item name="Issue Tracker" href="http://issues.apache.org/jira/browse/WICKET" />
 			<item name="SVN Access" href="/source-repository.html" />
diff --git a/wicket-ioc/src/site/site.xml b/wicket-ioc/src/site/site.xml
index 3ecc377..e7e9fb3 100644
--- a/wicket-ioc/src/site/site.xml
+++ b/wicket-ioc/src/site/site.xml
@@ -16,9 +16,4 @@
    limitations under the License.
 -->
 <project name="Wicket IoC">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 </project>
diff --git a/wicket-jmx/src/site/site.xml b/wicket-jmx/src/site/site.xml
index 4e20e7a..28ae872 100644
--- a/wicket-jmx/src/site/site.xml
+++ b/wicket-jmx/src/site/site.xml
@@ -16,9 +16,4 @@
    limitations under the License.
 -->
 <project name="Wicket JMX">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 </project>
diff --git a/wicket-objectsizeof-agent/src/site/site.xml b/wicket-objectsizeof-agent/src/site/site.xml
index 07fbc12..842168c 100644
--- a/wicket-objectsizeof-agent/src/site/site.xml
+++ b/wicket-objectsizeof-agent/src/site/site.xml
@@ -16,9 +16,4 @@
    limitations under the License.
 -->
 <project name="Wicket Objectsizeof Agent">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 </project>
diff --git a/wicket-spring/src/site/site.xml b/wicket-spring/src/site/site.xml
index defaee2..0974ce5 100644
--- a/wicket-spring/src/site/site.xml
+++ b/wicket-spring/src/site/site.xml
@@ -16,11 +16,6 @@
    limitations under the License.
 -->
 <project name="Wicket Spring">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 	<body>
 		<menu name="Wicket Spring">
 			<item name="About" href="/index.html" />
@@ -29,7 +24,7 @@
 		</menu>
 		<menu name="Project Info">
 	        <item name="Dependencies" href="/dependencies.html"/>
-			<item name="Javadoc" href="/apidocs/index.html" target="_blank" class="newwindow" />
+			<item name="Javadoc" href="/apidocs/index.html" target="_blank" />
 			<item name="Mailing Lists" href="/mail-lists.html" />
 			<item name="Issue Tracker" href="http://issues.apache.org/jira/browse/WICKET" />
 			<item name="SVN Access" href="/source-repository.html" />
diff --git a/wicket-velocity/src/site/site.xml b/wicket-velocity/src/site/site.xml
index e4495ac..04a17d5 100644
--- a/wicket-velocity/src/site/site.xml
+++ b/wicket-velocity/src/site/site.xml
@@ -16,9 +16,4 @@
    limitations under the License.
 -->
 <project name="Wicket Velocity">
-	<skin>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-site-skin</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</skin>
 </project>