]> source.dussan.org Git - archiva.git/commitdiff
do not inherit javadoc
authorOlivier Lamy <olamy@apache.org>
Fri, 26 Oct 2012 17:11:58 +0000 (17:11 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 26 Oct 2012 17:11:58 +0000 (17:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1402580 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/pom.xml
archiva-modules/pom.xml

index ab52609e523f5297e3e5a877bad187d0691e7c30..eecd404aa7f8c3b6bb32a03b0bfad7fd17e191f8 100644 (file)
@@ -16,7 +16,8 @@
   ~ 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">
+  -->
+<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.archiva</groupId>
index 9f7dfd6c8f31b010488921c79c5e13a3bfebd998..0acc7dca8a19776a716b902100852c1a1c79d1f0 100644 (file)
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${javadocPluginVersion}</version>
+        <inherited>false</inherited>
         <configuration>
           <source>1.5</source>
           <links>
             </reports>
           </reportSet>
         </reportSets>
-        <!-- <inherited>false</inherited> skygo failing-->
       </plugin>
 
     </plugins>