This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit 9b3a6ca879430f53f4d17a48cdfa8cd4076e19fe Author: Michael Osipov <[email protected]> AuthorDate: Sat Apr 30 21:51:15 2022 +0200 [MSKINS-179] Upgrade plugins ITs --- pom.xml | 3 +- src/it/mskins-10/pom.xml | 4 +- src/it/mskins-107/pom.xml | 4 +- src/it/mskins-107/verify.groovy | 2 +- src/it/mskins-13/pom.xml | 164 ++++++++++++++-------------- src/it/mskins-14/pom.xml | 162 +++++++++++++-------------- src/it/mskins-143_default/pom.xml | 4 +- src/it/mskins-143_false/pom.xml | 4 +- src/it/mskins-143_true/pom.xml | 4 +- src/it/mskins-14_sitesearch/pom.xml | 162 +++++++++++++-------------- src/it/mskins-15/pom.xml | 164 ++++++++++++++-------------- src/it/mskins-16/pom.xml | 164 ++++++++++++++-------------- src/it/mskins-161/pom.xml | 1 + src/it/mskins-17/pom.xml | 164 ++++++++++++++-------------- src/it/mskins-177-apache-analytics/pom.xml | 4 +- src/it/mskins-177-matomo-no-options/pom.xml | 3 +- src/it/mskins-21/pom.xml | 151 ++++++++++++------------- src/it/mskins-22/pom.xml | 1 + src/it/mskins-22_default/pom.xml | 1 + src/it/mskins-22_topbar/pom.xml | 1 + src/it/mskins-23/pom.xml | 1 + src/it/mskins-24/pom.xml | 1 + src/it/mskins-24_topbar/pom.xml | 1 + src/it/mskins-25/pom.xml | 1 + src/it/mskins-28/pom.xml | 140 ++++++++++++------------ src/it/mskins-33/pom.xml | 1 + src/it/mskins-33_topbar/pom.xml | 1 + src/it/mskins-41/pom.xml | 132 +++++++++++----------- src/it/mskins-72/pom.xml | 1 + src/it/mskins-75/pom.xml | 1 + src/it/mskins-76/pom.xml | 1 + src/it/mskins-76_topbar/pom.xml | 1 + src/it/mskins-85/pom.xml | 1 + src/it/sidebar/pom.xml | 1 + src/it/topbar/pom.xml | 1 + 35 files changed, 735 insertions(+), 717 deletions(-) diff --git a/pom.xml b/pom.xml index 796c122..666180d 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,8 @@ under the License. <properties> <bootstrap.version>2.3.2</bootstrap.version> <jquery.version>1.11.2</jquery.version> - <sitePluginVersion>3.8.2</sitePluginVersion> + <sitePluginVersion>3.12.0</sitePluginVersion> + <projectInfoReportsPluginVersion>3.3.0</projectInfoReportsPluginVersion> <project.build.outputTimestamp>2021-11-27T17:27:14Z</project.build.outputTimestamp> <anchorjs.version>4.2.2</anchorjs.version> </properties> diff --git a/src/it/mskins-10/pom.xml b/src/it/mskins-10/pom.xml index c3b1d1f..be3aff0 100644 --- a/src/it/mskins-10/pom.xml +++ b/src/it/mskins-10/pom.xml @@ -51,7 +51,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> @@ -59,4 +59,4 @@ </plugins> </reporting> -</project> \ No newline at end of file +</project> diff --git a/src/it/mskins-107/pom.xml b/src/it/mskins-107/pom.xml index 77fb4ba..9cf6ecf 100644 --- a/src/it/mskins-107/pom.xml +++ b/src/it/mskins-107/pom.xml @@ -51,7 +51,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> @@ -59,4 +59,4 @@ </plugins> </reporting> -</project> \ No newline at end of file +</project> diff --git a/src/it/mskins-107/verify.groovy b/src/it/mskins-107/verify.groovy index 2999724..071debc 100644 --- a/src/it/mskins-107/verify.groovy +++ b/src/it/mskins-107/verify.groovy @@ -20,4 +20,4 @@ File index = new File( basedir, "target/site/index.html" ) assert index.exists() -assert 1 == index.getText().count("<meta name=\"generator\" content=\"Apache Maven Doxia Site Renderer 1.9.1\" />") +assert 1 == index.getText().count("<meta name=\"generator\" content=\"Apache Maven Doxia Site Renderer 1.11.1\" />") diff --git a/src/it/mskins-13/pom.xml b/src/it/mskins-13/pom.xml index 4a6a637..45d9dd8 100644 --- a/src/it/mskins-13/pom.xml +++ b/src/it/mskins-13/pom.xml @@ -1,82 +1,82 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-13</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>@project.name@ IT, MSKINS-13</name> - <url>http://maven.apache.org/skins/@project.artifactId@/mskins-13/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>licenses</report> - <report>team</report> - <report>scm</report> - <report>issue-management</report> - <report>mailing-lists</report> - <report>dependencies</report> - <report>ci-management</report> - <report>plugin-management</report> - <report>plugins</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - -</project> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>@project.artifactId@-mskins-13</artifactId> + <version>1.0-SNAPSHOT</version> + + <name>@project.name@ IT, MSKINS-13</name> + <url>http://maven.apache.org/skins/@project.artifactId@/mskins-13/</url> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <configuration> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>index</report> + <report>summary</report> + <report>licenses</report> + <report>team</report> + <report>scm</report> + <report>issue-management</report> + <report>mailing-lists</report> + <report>dependencies</report> + <report>ci-management</report> + <report>plugin-management</report> + <report>plugins</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + +</project> diff --git a/src/it/mskins-14/pom.xml b/src/it/mskins-14/pom.xml index 975b25b..edab1f9 100644 --- a/src/it/mskins-14/pom.xml +++ b/src/it/mskins-14/pom.xml @@ -1,82 +1,82 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-14</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>@project.name@ IT, MSKINS-14</name> - <url>http://maven.apache.org/skins/@project.artifactId@/mskins-14/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>licenses</report> - <report>team</report> - <report>scm</report> - <report>issue-management</report> - <report>mailing-lists</report> - <report>dependencies</report> - <report>ci-management</report> - <report>plugin-management</report> - <report>plugins</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>@project.artifactId@-mskins-14</artifactId> + <version>1.0-SNAPSHOT</version> + + <name>@project.name@ IT, MSKINS-14</name> + <url>http://maven.apache.org/skins/@project.artifactId@/mskins-14/</url> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <configuration> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>index</report> + <report>summary</report> + <report>licenses</report> + <report>team</report> + <report>scm</report> + <report>issue-management</report> + <report>mailing-lists</report> + <report>dependencies</report> + <report>ci-management</report> + <report>plugin-management</report> + <report>plugins</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + </project> \ No newline at end of file diff --git a/src/it/mskins-143_default/pom.xml b/src/it/mskins-143_default/pom.xml index 9558810..90b009e 100644 --- a/src/it/mskins-143_default/pom.xml +++ b/src/it/mskins-143_default/pom.xml @@ -51,7 +51,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> @@ -59,4 +59,4 @@ </plugins> </reporting> -</project> \ No newline at end of file +</project> diff --git a/src/it/mskins-143_false/pom.xml b/src/it/mskins-143_false/pom.xml index ce4ec75..f3d461e 100644 --- a/src/it/mskins-143_false/pom.xml +++ b/src/it/mskins-143_false/pom.xml @@ -51,7 +51,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> @@ -59,4 +59,4 @@ </plugins> </reporting> -</project> \ No newline at end of file +</project> diff --git a/src/it/mskins-143_true/pom.xml b/src/it/mskins-143_true/pom.xml index 1ab0d54..f7ed293 100644 --- a/src/it/mskins-143_true/pom.xml +++ b/src/it/mskins-143_true/pom.xml @@ -51,7 +51,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>true</dependencyDetailsEnabled> </configuration> @@ -59,4 +59,4 @@ </plugins> </reporting> -</project> \ No newline at end of file +</project> diff --git a/src/it/mskins-14_sitesearch/pom.xml b/src/it/mskins-14_sitesearch/pom.xml index f463048..af4691e 100644 --- a/src/it/mskins-14_sitesearch/pom.xml +++ b/src/it/mskins-14_sitesearch/pom.xml @@ -1,82 +1,82 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-14_sitesearch</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>@project.name@ IT, MSKINS-14 (sitesearch)</name> - <url>http://maven.apache.org/skins/@project.artifactId@/mskins-14_sitesearch/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>licenses</report> - <report>team</report> - <report>scm</report> - <report>issue-management</report> - <report>mailing-lists</report> - <report>dependencies</report> - <report>ci-management</report> - <report>plugin-management</report> - <report>plugins</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>@project.artifactId@-mskins-14_sitesearch</artifactId> + <version>1.0-SNAPSHOT</version> + + <name>@project.name@ IT, MSKINS-14 (sitesearch)</name> + <url>http://maven.apache.org/skins/@project.artifactId@/mskins-14_sitesearch/</url> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <configuration> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>index</report> + <report>summary</report> + <report>licenses</report> + <report>team</report> + <report>scm</report> + <report>issue-management</report> + <report>mailing-lists</report> + <report>dependencies</report> + <report>ci-management</report> + <report>plugin-management</report> + <report>plugins</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + </project> \ No newline at end of file diff --git a/src/it/mskins-15/pom.xml b/src/it/mskins-15/pom.xml index 4775e2d..66ce4d9 100644 --- a/src/it/mskins-15/pom.xml +++ b/src/it/mskins-15/pom.xml @@ -1,82 +1,82 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-15</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>@project.name@ IT, MSKINS-15</name> - <url>http://maven.apache.org/skins/@project.artifactId@/mskins-15/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>licenses</report> - <report>team</report> - <report>scm</report> - <report>issue-management</report> - <report>mailing-lists</report> - <report>dependencies</report> - <report>ci-management</report> - <report>plugin-management</report> - <report>plugins</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - -</project> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>@project.artifactId@-mskins-15</artifactId> + <version>1.0-SNAPSHOT</version> + + <name>@project.name@ IT, MSKINS-15</name> + <url>http://maven.apache.org/skins/@project.artifactId@/mskins-15/</url> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <configuration> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>index</report> + <report>summary</report> + <report>licenses</report> + <report>team</report> + <report>scm</report> + <report>issue-management</report> + <report>mailing-lists</report> + <report>dependencies</report> + <report>ci-management</report> + <report>plugin-management</report> + <report>plugins</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + +</project> diff --git a/src/it/mskins-16/pom.xml b/src/it/mskins-16/pom.xml index a6dd40a..4831b44 100644 --- a/src/it/mskins-16/pom.xml +++ b/src/it/mskins-16/pom.xml @@ -1,82 +1,82 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-16</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>@project.name@ IT, MSKINS-16</name> - <url>http://maven.apache.org/skins/@project.artifactId@/mskins-16/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>licenses</report> - <report>team</report> - <report>scm</report> - <report>issue-management</report> - <report>mailing-lists</report> - <report>dependencies</report> - <report>ci-management</report> - <report>plugin-management</report> - <report>plugins</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - -</project> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>@project.artifactId@-mskins-16</artifactId> + <version>1.0-SNAPSHOT</version> + + <name>@project.name@ IT, MSKINS-16</name> + <url>http://maven.apache.org/skins/@project.artifactId@/mskins-16/</url> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <configuration> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>index</report> + <report>summary</report> + <report>licenses</report> + <report>team</report> + <report>scm</report> + <report>issue-management</report> + <report>mailing-lists</report> + <report>dependencies</report> + <report>ci-management</report> + <report>plugin-management</report> + <report>plugins</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + +</project> diff --git a/src/it/mskins-161/pom.xml b/src/it/mskins-161/pom.xml index 2bede34..25d8c85 100644 --- a/src/it/mskins-161/pom.xml +++ b/src/it/mskins-161/pom.xml @@ -76,6 +76,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <!-- for test we need simple site without reports --> <skip>true</skip> diff --git a/src/it/mskins-17/pom.xml b/src/it/mskins-17/pom.xml index 3536e17..66a1c18 100644 --- a/src/it/mskins-17/pom.xml +++ b/src/it/mskins-17/pom.xml @@ -1,82 +1,82 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-17</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>@project.name@ IT, MSKINS-17</name> - <url>http://maven.apache.org/skins/@project.artifactId@/mskins-17/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>licenses</report> - <report>team</report> - <report>scm</report> - <report>issue-management</report> - <report>mailing-lists</report> - <report>dependencies</report> - <report>ci-management</report> - <report>plugin-management</report> - <report>plugins</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - -</project> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>@project.artifactId@-mskins-17</artifactId> + <version>1.0-SNAPSHOT</version> + + <name>@project.name@ IT, MSKINS-17</name> + <url>http://maven.apache.org/skins/@project.artifactId@/mskins-17/</url> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <configuration> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>index</report> + <report>summary</report> + <report>licenses</report> + <report>team</report> + <report>scm</report> + <report>issue-management</report> + <report>mailing-lists</report> + <report>dependencies</report> + <report>ci-management</report> + <report>plugin-management</report> + <report>plugins</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + +</project> diff --git a/src/it/mskins-177-apache-analytics/pom.xml b/src/it/mskins-177-apache-analytics/pom.xml index a737ca0..f0bb33b 100644 --- a/src/it/mskins-177-apache-analytics/pom.xml +++ b/src/it/mskins-177-apache-analytics/pom.xml @@ -51,7 +51,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.2.2</version> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> @@ -59,4 +59,4 @@ </plugins> </reporting> -</project> \ No newline at end of file +</project> diff --git a/src/it/mskins-177-matomo-no-options/pom.xml b/src/it/mskins-177-matomo-no-options/pom.xml index 001fc0c..c19399f 100644 --- a/src/it/mskins-177-matomo-no-options/pom.xml +++ b/src/it/mskins-177-matomo-no-options/pom.xml @@ -51,7 +51,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.2.2</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> @@ -59,4 +58,4 @@ </plugins> </reporting> -</project> \ No newline at end of file +</project> diff --git a/src/it/mskins-21/pom.xml b/src/it/mskins-21/pom.xml index 0fec53d..30939ec 100644 --- a/src/it/mskins-21/pom.xml +++ b/src/it/mskins-21/pom.xml @@ -1,75 +1,76 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-21</artifactId> - <version>1.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>@project.name@ IT, MSKINS-21</name> - <url>http://maven.apache.org/skins/@project.artifactId@/mskins-21/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> - </configuration> - </plugin> - </plugins> - </reporting> - -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>@project.artifactId@-mskins-21</artifactId> + <version>1.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>@project.name@ IT, MSKINS-21</name> + <url>http://maven.apache.org/skins/@project.artifactId@/mskins-21/</url> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <configuration> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + <dependencyLocationsEnabled>false</dependencyLocationsEnabled> + </configuration> + </plugin> + </plugins> + </reporting> + +</project> diff --git a/src/it/mskins-22/pom.xml b/src/it/mskins-22/pom.xml index 785517b..81038a8 100644 --- a/src/it/mskins-22/pom.xml +++ b/src/it/mskins-22/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-22_default/pom.xml b/src/it/mskins-22_default/pom.xml index c6c992f..df928d9 100644 --- a/src/it/mskins-22_default/pom.xml +++ b/src/it/mskins-22_default/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-22_topbar/pom.xml b/src/it/mskins-22_topbar/pom.xml index 785517b..81038a8 100644 --- a/src/it/mskins-22_topbar/pom.xml +++ b/src/it/mskins-22_topbar/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-23/pom.xml b/src/it/mskins-23/pom.xml index 1a4fbae..a106f2b 100644 --- a/src/it/mskins-23/pom.xml +++ b/src/it/mskins-23/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-24/pom.xml b/src/it/mskins-24/pom.xml index 55b2ec9..b51d606 100644 --- a/src/it/mskins-24/pom.xml +++ b/src/it/mskins-24/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-24_topbar/pom.xml b/src/it/mskins-24_topbar/pom.xml index 0c58e5d..0df759e 100644 --- a/src/it/mskins-24_topbar/pom.xml +++ b/src/it/mskins-24_topbar/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-25/pom.xml b/src/it/mskins-25/pom.xml index 570d6c7..dd185dd 100644 --- a/src/it/mskins-25/pom.xml +++ b/src/it/mskins-25/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-28/pom.xml b/src/it/mskins-28/pom.xml index 21f608f..ee36d78 100644 --- a/src/it/mskins-28/pom.xml +++ b/src/it/mskins-28/pom.xml @@ -1,70 +1,70 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>mskins-28</artifactId> - <version>1.0-SNAPSHOT</version> - - <description> - Multiple logo's in the leftside bar - </description> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>mskins-28</artifactId> + <version>1.0-SNAPSHOT</version> + + <description> + Multiple logo's in the leftside bar + </description> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <reportSets> + <reportSet> + <reports> + <report>index</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + +</project> diff --git a/src/it/mskins-33/pom.xml b/src/it/mskins-33/pom.xml index fcadd46..78a176e 100644 --- a/src/it/mskins-33/pom.xml +++ b/src/it/mskins-33/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-33_topbar/pom.xml b/src/it/mskins-33_topbar/pom.xml index fcadd46..78a176e 100644 --- a/src/it/mskins-33_topbar/pom.xml +++ b/src/it/mskins-33_topbar/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-41/pom.xml b/src/it/mskins-41/pom.xml index a889442..41660c5 100644 --- a/src/it/mskins-41/pom.xml +++ b/src/it/mskins-41/pom.xml @@ -1,66 +1,66 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>mskins-41</artifactId> - <version>1.0-SNAPSHOT</version> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-skins</artifactId> + <version>@project.parent.version@</version> + </parent> + + <groupId>org.apache.maven.skins.its</groupId> + <artifactId>mskins-41</artifactId> + <version>1.0-SNAPSHOT</version> + + <properties> + <skinName>@project.name@</skinName> + <skinDescription>@project.description@</skinDescription> + <skinGroupId>@project.groupId@</skinGroupId> + <skinArtifactId>@project.artifactId@</skinArtifactId> + <skinVersion>@project.version@</skinVersion> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>@sitePluginVersion@</version> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> + <reportSets> + <reportSet> + <reports> + <report>index</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + +</project> diff --git a/src/it/mskins-72/pom.xml b/src/it/mskins-72/pom.xml index d56cebc..bfe2add 100644 --- a/src/it/mskins-72/pom.xml +++ b/src/it/mskins-72/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-75/pom.xml b/src/it/mskins-75/pom.xml index 2ebcc62..f9905a6 100644 --- a/src/it/mskins-75/pom.xml +++ b/src/it/mskins-75/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-76/pom.xml b/src/it/mskins-76/pom.xml index 8946504..8124265 100644 --- a/src/it/mskins-76/pom.xml +++ b/src/it/mskins-76/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-76_topbar/pom.xml b/src/it/mskins-76_topbar/pom.xml index 8946504..8124265 100644 --- a/src/it/mskins-76_topbar/pom.xml +++ b/src/it/mskins-76_topbar/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/mskins-85/pom.xml b/src/it/mskins-85/pom.xml index 5073563..218729c 100644 --- a/src/it/mskins-85/pom.xml +++ b/src/it/mskins-85/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> diff --git a/src/it/sidebar/pom.xml b/src/it/sidebar/pom.xml index 19c54d0..8766d1d 100644 --- a/src/it/sidebar/pom.xml +++ b/src/it/sidebar/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> diff --git a/src/it/topbar/pom.xml b/src/it/topbar/pom.xml index bf86dd6..7bce50a 100644 --- a/src/it/topbar/pom.xml +++ b/src/it/topbar/pom.xml @@ -64,6 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>@projectInfoReportsPluginVersion@</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration>
