Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 468A3200D02 for ; Sat, 23 Sep 2017 20:04:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 450FF1609E6; Sat, 23 Sep 2017 18:04:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 63FB91609B6 for ; Sat, 23 Sep 2017 20:04:26 +0200 (CEST) Received: (qmail 90493 invoked by uid 500); 23 Sep 2017 18:04:25 -0000 Mailing-List: contact commits-help@juddi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@juddi.apache.org Received: (qmail 90484 invoked by uid 99); 23 Sep 2017 18:04:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Sep 2017 18:04:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ADFF9F584F; Sat, 23 Sep 2017 18:04:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexoree@apache.org To: commits@juddi.apache.org Date: Sat, 23 Sep 2017 18:04:24 -0000 Message-Id: <34825ef900044d97aab3f528e7554a58@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] juddi git commit: JUDDI-975 resolves issues mvn site archived-at: Sat, 23 Sep 2017 18:04:27 -0000 Repository: juddi Updated Branches: refs/heads/master 716e5fe19 -> ce80f7c22 JUDDI-975 resolves issues mvn site Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/8dbf6fa4 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/8dbf6fa4 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/8dbf6fa4 Branch: refs/heads/master Commit: 8dbf6fa47058e84f36ecab1775e31fc09005cbde Parents: 716e5fe Author: Alex O'Ree Authored: Sat Sep 23 11:35:38 2017 -0400 Committer: Alex O'Ree Committed: Sat Sep 23 11:35:38 2017 -0400 ---------------------------------------------------------------------- juddi-gui/pom.xml | 20 ++------------------ pom.xml | 12 +++++++++++- src/site/site.xml | 42 +++++++++++++++++++++++++++++------------- 3 files changed, 42 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/8dbf6fa4/juddi-gui/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-gui/pom.xml b/juddi-gui/pom.xml index 268110e..ab8b04b 100644 --- a/juddi-gui/pom.xml +++ b/juddi-gui/pom.xml @@ -86,7 +86,7 @@ language governing permissions and * limitations under the License. * */ --> copy - compile + package copy @@ -106,23 +106,7 @@ language governing permissions and * limitations under the License. * */ --> - - - org.apache.sling - maven-jspc-plugin - - - compile-jsp - - jspc - - - - - ${project.build.directory}/juddi-gui - ${project.build.directory}/juddi-gui-precompiled - - + http://git-wip-us.apache.org/repos/asf/juddi/blob/8dbf6fa4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a2b1559..062de3d 100644 --- a/pom.xml +++ b/pom.xml @@ -243,7 +243,7 @@ under the License. org.apache.maven.plugins maven-site-plugin - 3.5.1 + 3.6 org.apache.maven.plugins @@ -365,6 +365,16 @@ under the License. + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.5 + + true + + target/site + + http://git-wip-us.apache.org/repos/asf/juddi/blob/8dbf6fa4/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index e5c3393..dc158c2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -28,14 +28,30 @@ images/juddi.gif - - org.apache.juddi - juddi-site-style - 1.0 - + + org.apache.maven.skins + maven-fluido-skin + 1.6 + - + + + + + + true + + apache/maven-skins + right + black + + false + true + + + + @@ -47,7 +63,7 @@ - + @@ -66,14 +82,14 @@ - + - - - - - + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org For additional commands, e-mail: commits-help@juddi.apache.org