mvnizer 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mvnizer/commands/new_war_project.rb +0 -1
- data/lib/mvnizer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5abb2f88eb37334f80de9aaf6fbffd82304f15ca964df6a8addd23770668b238
|
|
4
|
+
data.tar.gz: 01a761ab9b1ba83b063d67071e74ce9762cbfdbff3ca1d3710de1e41c61ea440
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 669438a5d3b574cef9bad87ad945a6c992b78d4d42aca4f9a5451e334e96f2e19fb2b05f7f8016795598fe01c9a72c3672c101af5698d8517f14080f16cc0ffb
|
|
7
|
+
data.tar.gz: 80c6eac4d0d68573e386e41afc941b838d93cf1011e5e2640ad7553a99f788667901c27942b242208ed6b55f62164f7555fb5df61cd4569344260008838cdfaf
|
|
@@ -12,7 +12,6 @@ module Mvnizer
|
|
|
12
12
|
"#{project.artifact_id}/src/main/webapp/WEB-INF/web.xml",
|
|
13
13
|
project)
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
# The Java class will be generated in the groupId/artifactId folder
|
|
17
16
|
# with the dots replaced by path separators.
|
|
18
17
|
target_directory = project.package_name.gsub(/\./, File::SEPARATOR)
|
data/lib/mvnizer/version.rb
CHANGED