debian/0000775000000000000000000000000012243764432007177 5ustar debian/maven.cleanIgnoreRules0000664000000000000000000000150112243757564013475 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/libplexus-maven-plugin-java.poms0000664000000000000000000000320612243754712015426 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --no-parent --has-package-version debian/changelog0000664000000000000000000000516012243757375011063 0ustar plexus-maven-plugin (1.3.8-9) unstable; urgency=low * Team upload. * Added a patch to fix the default value of the fileName parameter * Replaced 0004-set-source-and-target-version.patch with build properties -- Emmanuel Bourg Fri, 22 Nov 2013 23:47:15 +0100 plexus-maven-plugin (1.3.8-8) unstable; urgency=low * Team upload. * debian/control: - Updated Standards-Version to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields * Build depend on debhelper >= 9 * Updated the watch file -- Emmanuel Bourg Tue, 05 Nov 2013 10:13:59 +0100 plexus-maven-plugin (1.3.8-7) unstable; urgency=low * Switch to source format 3.0. * Update Standards-Version: 3.9.2. * Use Maven to build the package. * Add a documentation package. -- Torsten Werner Thu, 22 Sep 2011 21:23:30 +0200 plexus-maven-plugin (1.3.8-6) unstable; urgency=low * Bumped Standards-Version to 3.8.4, no change -- Ludovic Claude Sun, 28 Mar 2010 23:07:00 +0200 plexus-maven-plugin (1.3.8-5) unstable; urgency=low * Add myself to Uploaders * Rebuild with plexus-cdc >= 1.0~alpha14-4 to get fixed SourceComponentDescriptorExtractor.class (Closes: #545631) * Bumped Standards-Version to 3.8.3: - Add debian/README.source to describe patch system * Bump debhelper version to 7 -- Damien Raude-Morvan Mon, 26 Oct 2009 20:43:03 +0100 plexus-maven-plugin (1.3.8-4) unstable; urgency=low * Fix component descriptors -- Ludovic Claude Tue, 28 Jul 2009 17:08:30 +0100 plexus-maven-plugin (1.3.8-3) experimental; urgency=low * Change section to java, bump up Standards-Version to 3.8.1 * Add a Build-Depends-Indep dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository * Remove the patch for the POM as it's no longer needed * Change the build dependency on openjdk-6-jdk to default-jdk * Use cdbs-ant instead of cdbs-maven for the build, as this plugin is used to build Maven or some of its build dependencies. * Remove the dependencies on Java runtimes as it is a library. -- Ludovic Claude Sun, 17 May 2009 16:07:37 +0100 plexus-maven-plugin (1.3.8-2) unstable; urgency=low * Change Depends: default-java to default-jre. -- Torsten Werner Fri, 26 Dec 2008 10:32:17 +0100 plexus-maven-plugin (1.3.8-1) unstable; urgency=low * Initial release. (Closes: #508741) -- Torsten Werner Sun, 14 Dec 2008 22:30:57 +0100 debian/maven.publishedRules0000664000000000000000000000164212243757564013234 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/maven.ignoreRules0000664000000000000000000000145012243757564012535 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-jxr-plugin * * * * debian/README.source0000664000000000000000000000046612243737646011373 0ustar Information about plexus-maven-plugin ------------------------------------- This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/source/0000775000000000000000000000000012243737646010506 5ustar debian/source/format0000664000000000000000000000001412243737646011714 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000444212243737646011145 0ustar This package was debianized by Torsten Werner Sat Nov 29 17:33:45 CET 2008 plexus-maven-plugin was downloaded from http://plexus.codehaus.org/plexus-maven-plugin/ Copyright: 2004-2008 The Codehaus Foundation License: 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. The full text of the license can be found in '/usr/share/common-licenses/Apache-2.0'. ---------- Files: src/main/resources/META-INF/maven/lifecycle.xml src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java .../AbstractDescriptorMojo.java src/main/java/org/codehaus/plexus/maven/plugin/report/Requirements.java .../Requirement.java .../Configuration.java Copyright: 2004-2006 The Codehaus Foundation License: The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/libplexus-maven-plugin-java-doc.doc-base.api0000664000000000000000000000055512243737646017453 0ustar Document: libplexus-maven-plugin-java Title: API Javadoc for Plexus Maven Plugin Author: Plexus Maven Plugin developers Abstract: This is the API Javadoc provided for the libplexus-maven-plugin-java library. Section: Programming Format: HTML Index: /usr/share/doc/libplexus-maven-plugin-java/api/index.html Files: /usr/share/doc/libplexus-maven-plugin-java/api/* debian/watch0000664000000000000000000000026512243737646010242 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/plexus/archive/plexus-maven-plugin/tags/ \ plexus-maven-plugin-(\d.*)/ debian debian/orig-tar.sh debian/orig-tar.sh0000775000000000000000000000075712243737646011302 0ustar #!/bin/sh -e VERSION=$2 TAR=../plexus-maven-plugin_$VERSION.orig.tar.gz DIR=plexus-maven-plugin-$VERSION TAG=$(echo "plexus-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.codehaus.org/plexus/plexus-maven-plugin/tags/${TAG}/ $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir && echo "moved $TAR to $origDir" fi debian/maven.rules0000664000000000000000000000165012243757564011373 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ org.apache.maven.reporting maven-reporting-impl jar s/.*/debian/ * * debian/maven.properties0000664000000000000000000000023012243737724012422 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 debian/rules0000775000000000000000000000036012243737646010265 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/compat0000664000000000000000000000000212243737646010404 0ustar 9 debian/control0000664000000000000000000000511412243737646010612 0ustar Source: plexus-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Damien Raude-Morvan Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java, libmaven-reporting-impl-java, libmaven-reporting-impl-java-doc, libmaven2-core-java, libmaven2-core-java-doc, libplexus-cdc-java, libslf4j-java Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/plexus-maven-plugin Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/plexus-maven-plugin Homepage: http://plexus.codehaus.org/plexus-maven-plugin/ Package: libplexus-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libplexus-maven-plugin-java-doc Description: Maven plugin for the Plexus Component Descriptor Creator The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . The Component Descriptor Creator (or CDC for short) is a tool that will create the components.xml file from your Java code. It uses JavaDoc tags to gather the information it needs to create the component descriptor. . This package ships a Maven plugin to automatically generate the component descriptor file during the build process. Package: libplexus-maven-plugin-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libplexus-maven-plugin-java Description: Documentation for Plexus Maven Plugin The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . The Component Descriptor Creator (or CDC for short) is a tool that will create the components.xml file from your Java code. It uses JavaDoc tags to gather the information it needs to create the component descriptor. . This package contains the API documentation of libplexus-maven-plugin-java. debian/patches/0000775000000000000000000000000012243756573010635 5ustar debian/patches/series0000664000000000000000000000022212243754423012036 0ustar 0001-support-newer-doxia.patch 0002-fix-plexus-descriptor.patch 0003-add-missing-dependency.patch 0004-fix-filename-parameter-default-value.patch debian/patches/0002-fix-plexus-descriptor.patch0000664000000000000000000000464112243737646016522 0ustar From: Debian Java Maintainers Date: Thu, 22 Sep 2011 21:18:05 +0200 Subject: fix plexus descriptor --- .../maven/plugin/AbstractDescriptorMojo.java | 4 ++-- .../plexus/maven/plugin/AbstractMergeMojo.java | 2 +- .../maven/plugin/PlexusComponentsReport.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java b/src/main/java/org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java index cbab36e..1901df4 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java @@ -88,12 +88,12 @@ public abstract class AbstractDescriptorMojo private ComponentDescriptorExtractor[] extractors; /** - * @component + * @component role="org.codehaus.plexus.cdc.ComponentDescriptorWriter" */ private ComponentDescriptorWriter writer; /** - * @component + * @component role="org.apache.maven.project.MavenProjectHelper" */ private MavenProjectHelper mavenProjectHelper; diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/AbstractMergeMojo.java b/src/main/java/org/codehaus/plexus/maven/plugin/AbstractMergeMojo.java index 0ab2e7c..3584683 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/AbstractMergeMojo.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/AbstractMergeMojo.java @@ -65,7 +65,7 @@ public abstract class AbstractMergeMojo // ---------------------------------------------------------------------- /** - * @component + * @component role="org.codehaus.plexus.cdc.ComponentDescriptorCreator" */ private ComponentDescriptorCreator cdc; diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java b/src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java index 9636a77..de69d28 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java @@ -62,7 +62,7 @@ public class PlexusComponentsReport private MavenProject project; /** - * @component org.codehaus.doxia.siterenderer.Renderer + * @component role="org.codehaus.doxia.siterenderer.Renderer" */ private Renderer siteRenderer; -- debian/patches/0001-support-newer-doxia.patch0000664000000000000000000001265412243737646016200 0ustar From: Debian Java Maintainers Date: Thu, 22 Sep 2011 21:18:05 +0200 Subject: support newer doxia see http://jira.codehaus.org/browse/PLX-404 --- .../maven/plugin/PlexusComponentsReport.java | 10 +++++----- .../plexus/maven/plugin/report/Component.java | 2 +- .../plexus/maven/plugin/report/ComponentSet.java | 2 +- .../plexus/maven/plugin/report/Components.java | 2 +- .../plexus/maven/plugin/report/Configuration.java | 2 +- .../plexus/maven/plugin/report/Requirement.java | 2 +- .../plexus/maven/plugin/report/Requirements.java | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java b/src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java index 4485c27..9636a77 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java @@ -31,8 +31,8 @@ import java.util.Locale; import org.apache.maven.project.MavenProject; import org.apache.maven.reporting.AbstractMavenReport; import org.apache.maven.reporting.MavenReportException; -import org.codehaus.doxia.sink.Sink; -import org.codehaus.doxia.site.renderer.SiteRenderer; +import org.apache.maven.doxia.sink.Sink; +import org.apache.maven.doxia.siterenderer.Renderer; import org.codehaus.plexus.maven.plugin.report.ComponentSet; import org.jdom.Document; import org.jdom.JDOMException; @@ -62,9 +62,9 @@ public class PlexusComponentsReport private MavenProject project; /** - * @component org.codehaus.doxia.site.renderer.SiteRenderer + * @component org.codehaus.doxia.siterenderer.Renderer */ - private SiteRenderer siteRenderer; + private Renderer siteRenderer; /** * @parameter expression="${project.reporting.outputDirectory} @@ -114,7 +114,7 @@ public class PlexusComponentsReport return project; } - protected SiteRenderer getSiteRenderer() + protected Renderer getSiteRenderer() { return siteRenderer; } diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/report/Component.java b/src/main/java/org/codehaus/plexus/maven/plugin/report/Component.java index 675d043..ab5a5bf 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/report/Component.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/report/Component.java @@ -19,7 +19,7 @@ package org.codehaus.plexus.maven.plugin.report; import java.util.Iterator; import java.util.List; -import org.codehaus.doxia.sink.Sink; +import org.apache.maven.doxia.sink.Sink; import org.codehaus.plexus.util.StringUtils; import org.jdom.Element; diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/report/ComponentSet.java b/src/main/java/org/codehaus/plexus/maven/plugin/report/ComponentSet.java index 167b1df..69c5d02 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/report/ComponentSet.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/report/ComponentSet.java @@ -17,7 +17,7 @@ package org.codehaus.plexus.maven.plugin.report; */ import java.util.List; -import org.codehaus.doxia.sink.Sink; +import org.apache.maven.doxia.sink.Sink; import org.jdom.Element; /** diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/report/Components.java b/src/main/java/org/codehaus/plexus/maven/plugin/report/Components.java index d865971..aeefa9a 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/report/Components.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/report/Components.java @@ -25,7 +25,7 @@ import java.util.SortedSet; import java.util.TreeMap; import java.util.TreeSet; -import org.codehaus.doxia.sink.Sink; +import org.apache.maven.doxia.sink.Sink; import org.jdom.Element; /** diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/report/Configuration.java b/src/main/java/org/codehaus/plexus/maven/plugin/report/Configuration.java index 835c89d..63272d4 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/report/Configuration.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/report/Configuration.java @@ -24,7 +24,7 @@ package org.codehaus.plexus.maven.plugin.report; -import org.codehaus.doxia.sink.Sink; +import org.apache.maven.doxia.sink.Sink; import org.jdom.Element; /** diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/report/Requirement.java b/src/main/java/org/codehaus/plexus/maven/plugin/report/Requirement.java index ae29488..c315060 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/report/Requirement.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/report/Requirement.java @@ -24,7 +24,7 @@ package org.codehaus.plexus.maven.plugin.report; -import org.codehaus.doxia.sink.Sink; +import org.apache.maven.doxia.sink.Sink; import org.codehaus.plexus.util.StringUtils; import org.jdom.Element; diff --git a/src/main/java/org/codehaus/plexus/maven/plugin/report/Requirements.java b/src/main/java/org/codehaus/plexus/maven/plugin/report/Requirements.java index d1c06a6..fb7e62a 100644 --- a/src/main/java/org/codehaus/plexus/maven/plugin/report/Requirements.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/report/Requirements.java @@ -28,7 +28,7 @@ import java.util.ArrayList; import java.util.Iterator; import java.util.List; -import org.codehaus.doxia.sink.Sink; +import org.apache.maven.doxia.sink.Sink; import org.jdom.Element; /** -- debian/patches/0003-add-missing-dependency.patch0000664000000000000000000000124212243737646016550 0ustar From: Debian Java Maintainers Date: Thu, 22 Sep 2011 21:18:05 +0200 Subject: add missing dependency --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 6f98e38..1c92109 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,11 @@ plexus-cdc 1.0-alpha-13 + + org.codehaus.plexus + plexus-utils + 1.5.8 + -- debian/patches/0004-fix-filename-parameter-default-value.patch0000664000000000000000000000106012243756573021312 0ustar Description: Fixes the default value of the fileName parameter Author: Emmanuel Bourg --- a/src/main/java/org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java +++ b/src/main/java/org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java @@ -58,7 +58,7 @@ protected final Logger log = LoggerFactory.getLogger(getClass()); /** - * @parameter expression="META-INF/plexus/components.xml" + * @parameter default-value="META-INF/plexus/components.xml" * @required */ protected String fileName; debian/libplexus-maven-plugin-java-doc.install0000664000000000000000000000010012243737646016656 0ustar target/apidocs/* usr/share/doc/libplexus-maven-plugin-java/api