Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nlp-gate-generic-component
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INB
T
Text Mining
Generic Tools
nlp-gate-generic-component
Commits
950f69e7
Commit
950f69e7
authored
Mar 09, 2020
by
jcorvi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error building docker
parent
6438e8ab
Pipeline
#2676
passed with stage
in 6 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docker-build.sh
docker-build.sh
+4
-4
No files found.
docker-build.sh
View file @
950f69e7
...
...
@@ -30,13 +30,13 @@ fi
mvn clean
install
-DskipTests
#rename jar
mv
target/nlp-g
eneric-dictionary-annotation-0.0.1-SNAPSHOT-jar-with-dependencies.jar nlp-generic-dictionary-annotation
-
${
DICT_TAGGER_VERSION
}
.jar
mv
target/nlp-g
ate-generic-component-0.0.1-SNAPSHOT-jar-with-dependencies.jar nlp-gate-generic-component
-
${
DICT_TAGGER_VERSION
}
.jar
cat
>
/usr/local/bin/nlp-g
eneric-dictionary-annotation
<<
EOF
cat
>
/usr/local/bin/nlp-g
ate-generic-component
<<
EOF
#!/bin/sh
exec java
\$
JAVA_OPTS -jar "
${
DICT_TAGGER_HOME
}
/nlp-g
eneric-dictionary-annotation
-
${
DICT_TAGGER_VERSION
}
.jar" -workdir "
${
DICT_TAGGER_HOME
}
" "
\$
@"
exec java
\$
JAVA_OPTS -jar "
${
DICT_TAGGER_HOME
}
/nlp-g
ate-generic-component
-
${
DICT_TAGGER_VERSION
}
.jar" -workdir "
${
DICT_TAGGER_HOME
}
" "
\$
@"
EOF
chmod
+x /usr/local/bin/nlp-g
eneric-dictionary-annotation
chmod
+x /usr/local/bin/nlp-g
ate-generic-component
#delete target
rm
-R
target src pom.xml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment