Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Linus K.
McPlugins
Commits
c3ee8fa4
Commit
c3ee8fa4
authored
Oct 18, 2020
by
Linus K.
Browse files
Use global target directory for final plugins
parent
7d7767d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c3ee8fa4
/**/target
/out
**.iml
**/.idea
pom.xml
View file @
c3ee8fa4
...
...
@@ -130,7 +130,7 @@
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
<appendAssemblyId>
false
</appendAssemblyId>
<finalName>
../../
ou
t/${project.name}
</finalName>
<finalName>
../../
targe
t/${project.name}
</finalName>
</configuration>
</execution>
</executions>
...
...
Write
Preview
Supports
Markdown
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