Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
de.hft-stuttgart.cityunits
Commits
93e29e25
Commit
93e29e25
authored
Jan 02, 2021
by
Kai-Holger Brassel
Browse files
Make build independent from local environment
parent
549ccad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
93e29e25
...
...
@@ -39,9 +39,26 @@
<version>
1.0.0
</version>
</artifact>
</target>
<environments>
<environment>
<os>
win32
</os>
<ws>
win32
</ws>
<arch>
x86_64
</arch>
</environment>
<environment>
<os>
linux
</os>
<ws>
gtk
</ws>
<arch>
x86_64
</arch>
</environment>
<environment>
<os>
macosx
</os>
<ws>
cocoa
</ws>
<arch>
x86_64
</arch>
</environment>
</environments>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
...
...
@@ -65,7 +82,7 @@
<groupId>
jakarta.annotation
</groupId>
<artifactId>
jakarta.annotation-api
</artifactId>
<version>
2.0.0
</version>
</dependency>
</dependency>
</dependencies>
<modules>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment