You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/09/14 00:10:15 UTC

svn commit: r1523125 - in /maven/plugins/trunk/maven-javadoc-plugin/src/it: MJAVADOC-126/ MJAVADOC-137/ MJAVADOC-180/ MJAVADOC-181/ MJAVADOC-194/ MJAVADOC-257/ MJAVADOC-259/ MJAVADOC-262/ MJAVADOC-275/ MJAVADOC-278/ MJAVADOC-320/ additionnal-dependenci...

Author: dennisl
Date: Fri Sep 13 22:10:14 2013
New Revision: 1523125

URL: http://svn.apache.org/r1523125
Log:
Convert from using goals.txt to using invoker.properties when running ITs.

Added:
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-257/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-259/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-275/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-278/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-320/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/detectLinks/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/javadoc-fix/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/output-encoding/invoker.properties   (with props)
    maven/plugins/trunk/maven-javadoc-plugin/src/it/site-failOnError/invoker.properties   (with props)
Removed:
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-257/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-259/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-275/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-278/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-320/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies-non-aggregate/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/detectLinks/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/javadoc-fix/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/output-encoding/goals.txt
    maven/plugins/trunk/maven-javadoc-plugin/src/it/site-failOnError/goals.txt
Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies-non-aggregate/invoker.properties
    maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies/invoker.properties

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean install

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean javadoc:jar

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean javadoc:test-javadoc

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean site

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean javadoc:aggregate

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-257/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-257/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-257/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-257/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean site

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-257/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-257/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-259/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-259/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-259/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-259/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean site

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-259/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-259/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean javadoc:javadoc

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-275/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-275/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-275/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-275/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean install

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-275/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-275/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-278/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-278/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-278/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-278/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean compile javadoc:javadoc

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-278/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-278/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-320/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-320/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-320/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-320/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean install

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-320/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-320/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies-non-aggregate/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies-non-aggregate/invoker.properties?rev=1523125&r1=1523124&r2=1523125&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies-non-aggregate/invoker.properties (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies-non-aggregate/invoker.properties Fri Sep 13 22:10:14 2013
@@ -1 +1,19 @@
-invoker.java.version = 1.6+
\ No newline at end of file
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean site
+invoker.java.version = 1.6+

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies/invoker.properties?rev=1523125&r1=1523124&r2=1523125&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies/invoker.properties (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/additionnal-dependencies/invoker.properties Fri Sep 13 22:10:14 2013
@@ -1 +1,19 @@
-invoker.java.version = 1.6+
\ No newline at end of file
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean site
+invoker.java.version = 1.6+

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/detectLinks/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/detectLinks/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/detectLinks/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/detectLinks/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean compile javadoc:javadoc

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/detectLinks/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/detectLinks/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/javadoc-fix/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/javadoc-fix/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/javadoc-fix/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/javadoc-fix/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean compile javadoc:fix

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/javadoc-fix/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/javadoc-fix/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/output-encoding/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/output-encoding/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/output-encoding/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/output-encoding/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean javadoc:javadoc

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/output-encoding/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/output-encoding/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/site-failOnError/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/site-failOnError/invoker.properties?rev=1523125&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/site-failOnError/invoker.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/site-failOnError/invoker.properties Fri Sep 13 22:10:14 2013
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+invoker.goals=clean site

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/site-failOnError/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-javadoc-plugin/src/it/site-failOnError/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id