-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into update-from-template-merged
- Loading branch information
Showing
37 changed files
with
2,464 additions
and
138 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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run Sandbox" type="MavenRunConfiguration" factoryName="Maven"> | ||
<MavenSettings> | ||
<option name="myGeneralSettings" /> | ||
<option name="myRunnerSettings"> | ||
<MavenRunnerSettings> | ||
<option name="delegateBuildToMaven" value="false" /> | ||
<option name="environmentProperties"> | ||
<map /> | ||
</option> | ||
<option name="jreName" value="#USE_PROJECT_JDK" /> | ||
<option name="mavenProperties"> | ||
<map /> | ||
</option> | ||
<option name="passParentEnv" value="true" /> | ||
<option name="runMavenInBackground" value="true" /> | ||
<option name="skipTests" value="true" /> | ||
<option name="vmOptions" value="" /> | ||
</MavenRunnerSettings> | ||
</option> | ||
<option name="myRunnerParameters"> | ||
<MavenRunnerParameters> | ||
<option name="cmdOptions" /> | ||
<option name="profiles"> | ||
<set /> | ||
</option> | ||
<option name="goals"> | ||
<list> | ||
<option value="clean" /> | ||
<option value="package" /> | ||
</list> | ||
</option> | ||
<option name="multimoduleDir" /> | ||
<option name="pomFileName" /> | ||
<option name="profilesMap"> | ||
<map> | ||
<entry key="test-sandbox" value="true" /> | ||
</map> | ||
</option> | ||
<option name="projectsCmdOptionValues"> | ||
<list /> | ||
</option> | ||
<option name="resolveToWorkspace" value="false" /> | ||
<option name="workingDirPath" value="$PROJECT_DIR$" /> | ||
</MavenRunnerParameters> | ||
</option> | ||
</MavenSettings> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## 1.0.2 | ||
* Fix ``baseDir`` detection not working in multi module project | ||
* Improved logging | ||
* Updated various dependencies | ||
|
||
## 1.0.1 | ||
* Updated docs | ||
* Updated various dependencies | ||
|
||
## 1.0.0 | ||
<i>Initial release</i> | ||
* Forked from [floverfelt/find-and-replace-maven-plugin](https://github.com/floverfelt/find-and-replace-maven-plugin) | ||
* Broken down into multiple goals #6 | ||
* ``directory-name``: Allows replacing directory names | ||
* ``file-names``: Allows replacing file names | ||
* ``file-contents``: Allows replacing file contents | ||
* New config option: ``replaceLineBased`` -> If set to ``false`` the whole file is replaced, see docs | ||
* Use ``System.lineSeparator()`` instead of ``\n`` | ||
* ``find-and-replace`` | ||
* Same as in the old plugin | ||
* Deprecated only exists for compatibility reasons | ||
* Added possibility for empty ``replacementValue`` #3 | ||
* Added option to replace multiple lines #2 | ||
* Remove not needed dependencies / Fixed maven warnings #1 |
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
Oops, something went wrong.