Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Commits
43f0a49d
Commit
43f0a49d
authored
5 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
war depends on jar
parent
2be1758a
No related branches found
No related tags found
1 merge request
!440
Webapp Paths
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+26
-1
26 additions, 1 deletion
build.gradle
with
26 additions
and
1 deletion
build.gradle
+
26
−
1
View file @
43f0a49d
/*
* Eclipse notes: In order to build and run services via Eclipse,
* one needs to include the following directories in webapp (they
* are ignored by git):
*
* webapp/
* models/
* ak/
* 2007/
* wus/
* 2008/
* 2014/
* 2014b/
* 2018/
* ceus/
* 2008/
* 2014/
* 2018/
*
* ...with each 'year' directory being an alias to the corresponding
* git repository. One also must set Properties > Deployment Assembly
* to include the nshmp-haz project and the 'webapp' directory. Other
* default Eclipse directories such as WebContent may be deleted.
*/
apply
plugin:
'jacoco'
apply
plugin:
'war'
...
...
@@ -220,6 +244,7 @@ task thinJar(type: Jar) {
war
{
enabled
=
true
webAppDirName
=
'webapp'
dependsOn
jar
/*
* Exclude existing models directory with symlinks
...
...
@@ -280,7 +305,7 @@ task assembleUsgsDev(type: Sync) {
* Create a zip file of all dependencies
*/
task
dependencies
(
type:
Zip
)
{
baseName
=
"nshmp-haz-
ws-
dependencies"
baseName
=
"nshmp-haz-dependencies"
from
{
configurations
.
compile
.
collect
{
it
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment