-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#465: update references from git-commit-id-plugin to git-commit-id-ma…
…ven-plugin and enhance the docs with the relocation details
- Loading branch information
TheSnoozer
committed
Jul 8, 2021
1 parent
605c545
commit e7c6238
Showing
44 changed files
with
189 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false"> | ||
<local-check-config name="git-commit-id-plugin" location=".github/.checkstyle/google_checks_checkstyle_8.2.xml" type="project" description=""> | ||
<local-check-config name="git-commit-id-maven-plugin" location=".github/.checkstyle/google_checks_checkstyle_8.2.xml" type="project" description=""> | ||
<additional-data name="protect-config-file" value="false"/> | ||
</local-check-config> | ||
<fileset name="all" enabled="true" check-config-name="git-commit-id-plugin" local="true"> | ||
<fileset name="all" enabled="true" check-config-name="git-commit-id-maven-plugin" local="true"> | ||
<file-match-pattern match-pattern="." include-pattern="true"/> | ||
</fileset> | ||
</fileset-config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
/* | ||
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* This file is part of git-commit-id-maven-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* | ||
* git-commit-id-plugin is free software: you can redistribute it and/or modify | ||
* git-commit-id-maven-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* git-commit-id-plugin is distributed in the hope that it will be useful, | ||
* git-commit-id-maven-plugin is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public License | ||
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
* along with git-commit-id-maven-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
/* | ||
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* This file is part of git-commit-id-maven-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* | ||
* git-commit-id-plugin is free software: you can redistribute it and/or modify | ||
* git-commit-id-maven-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* git-commit-id-plugin is distributed in the hope that it will be useful, | ||
* git-commit-id-maven-plugin is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public License | ||
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
* along with git-commit-id-maven-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package pl.project13.maven.git; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
/* | ||
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* This file is part of git-commit-id-maven-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* | ||
* git-commit-id-plugin is free software: you can redistribute it and/or modify | ||
* git-commit-id-maven-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* git-commit-id-plugin is distributed in the hope that it will be useful, | ||
* git-commit-id-maven-plugin is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public License | ||
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
* along with git-commit-id-maven-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package pl.project13.maven.git; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
/* | ||
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* This file is part of git-commit-id-maven-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* | ||
* git-commit-id-plugin is free software: you can redistribute it and/or modify | ||
* git-commit-id-maven-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* git-commit-id-plugin is distributed in the hope that it will be useful, | ||
* git-commit-id-maven-plugin is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public License | ||
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
* along with git-commit-id-maven-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package pl.project13.maven.git; | ||
|
@@ -35,7 +35,7 @@ public class PropertiesReplacer { | |
* Constructor to encapsulates all references required to perform property replacements. | ||
* @param log The logger to log any messages | ||
* @param expressionEvaluator Maven's PluginParameterExpressionEvaluator | ||
* (see https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413 why it's needed) | ||
* (see https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/413 why it's needed) | ||
*/ | ||
public PropertiesReplacer(LoggerBridge log, PluginParameterExpressionEvaluator expressionEvaluator) { | ||
this.log = log; | ||
|
8 changes: 4 additions & 4 deletions
8
src/main/java/pl/project13/maven/git/ReplacementProperty.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
/* | ||
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* This file is part of git-commit-id-maven-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* | ||
* git-commit-id-plugin is free software: you can redistribute it and/or modify | ||
* git-commit-id-maven-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* git-commit-id-plugin is distributed in the hope that it will be useful, | ||
* git-commit-id-maven-plugin is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public License | ||
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
* along with git-commit-id-maven-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package pl.project13.maven.git; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
/* | ||
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* This file is part of git-commit-id-maven-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* | ||
* git-commit-id-plugin is free software: you can redistribute it and/or modify | ||
* git-commit-id-maven-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* git-commit-id-plugin is distributed in the hope that it will be useful, | ||
* git-commit-id-maven-plugin is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public License | ||
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
* along with git-commit-id-maven-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package pl.project13.maven.git; | ||
|
@@ -29,7 +29,7 @@ | |
* set to {@code AFTER} to have the rule being applied after the replacement. | ||
* The {@code action}-tag determines the string conversion rule that should be applied. | ||
* | ||
* Refer to https://github.com/ktoso/maven-git-commit-id-plugin/issues/317 for a use-case. | ||
* Refer to https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/317 for a use-case. | ||
*/ | ||
public class TransformationRule { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
/* | ||
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* This file is part of git-commit-id-maven-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* | ||
* git-commit-id-plugin is free software: you can redistribute it and/or modify | ||
* git-commit-id-maven-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* git-commit-id-plugin is distributed in the hope that it will be useful, | ||
* git-commit-id-maven-plugin is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public License | ||
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
* along with git-commit-id-maven-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package pl.project13.maven.log; | ||
|
8 changes: 4 additions & 4 deletions
8
src/main/java/pl/project13/maven/validation/ValidationMojo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
/* | ||
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* This file is part of git-commit-id-maven-plugin by Konrad 'ktoso' Malawski <[email protected]> | ||
* | ||
* git-commit-id-plugin is free software: you can redistribute it and/or modify | ||
* git-commit-id-maven-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* git-commit-id-plugin is distributed in the hope that it will be useful, | ||
* git-commit-id-maven-plugin is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public License | ||
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
* along with git-commit-id-maven-plugin. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package pl.project13.maven.validation; | ||
|
Oops, something went wrong.