Skip to content

Commit

Permalink
Clenups with new parent
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 19, 2024
1 parent dc7b85e commit a2bcb9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
</scm>

<properties>
<checkstyle.violation.ignore>MagicNumber</checkstyle.violation.ignore>

<!-- override from parent pom, here we need more control -->
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<!-- we need dot less properties for .vm -->
Expand Down Expand Up @@ -149,8 +147,14 @@
<reporting>
<plugins>
<plugin>
<!-- disable as it is not a Maven plugin project -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
<reportSets>
<reportSet>
<reports />
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

Extra Enforcer Rules

{{{http://maven.apache.org/plugins/maven-enforcer-plugin/}Apache's Maven Enforcer Plugin}} is used to apply and
{{{https://maven.apache.org/plugins/maven-enforcer-plugin/}Apache's Maven Enforcer Plugin}} is used to apply and
enforce rules on your Maven projects.

The Enforcer plugin ships with a set of {{{http://maven.apache.org/enforcer/enforcer-rules/index.html}standard rules}}
The Enforcer plugin ships with a set of {{{https://maven.apache.org/enforcer/enforcer-rules/index.html}standard rules}}

The Mojo project hosts this project to provide extra rules which are not part of the standard rule set.

Expand Down
6 changes: 3 additions & 3 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>

<breadcrumbs>
Expand All @@ -42,4 +42,4 @@ under the License.
<item name="Require Encoding" href="requireEncoding.html"/>
</menu>
</body>
</project>
</site>

0 comments on commit a2bcb9a

Please sign in to comment.