Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
javafx-template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Iver Baardsgaard Brønstad
javafx-template
Commits
94832ddf
Commit
94832ddf
authored
3 years ago
by
Iver Baardsgaard Brønstad
Browse files
Options
Downloads
Plain Diff
files added
parents
e1138051
53d5ca90
Branches
master
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
javafx-template/pom.xml
+5
-0
5 additions, 0 deletions
javafx-template/pom.xml
modules-template/ui/pom.xml
+4
-0
4 additions, 0 deletions
modules-template/ui/pom.xml
packages-template/pom.xml
+5
-0
5 additions, 0 deletions
packages-template/pom.xml
with
14 additions
and
0 deletions
javafx-template/pom.xml
+
5
−
0
View file @
94832ddf
...
...
@@ -81,6 +81,11 @@
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M5
</version>
<configuration>
<argLine>
--add-opens app/app=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>
...
...
This diff is collapsed.
Click to expand it.
modules-template/ui/pom.xml
+
4
−
0
View file @
94832ddf
...
...
@@ -77,7 +77,11 @@
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<argLine>
<<<<<<
< HEAD
--add-opens
calc.ui/
ui=
ALL-UNNAMED
--add-exports
javafx.graphics/
com.sun.javafx.application=
ALL-UNNAMED
=======
--add-opens
calc.ui/
ui=
ALL-UNNAMED
--add-exports
javafx.graphics/
com.sun.javafx.application=
ALL-UNNAMED
>
>>>>>> 53d5ca90bc2694a7a4c9d4a154cad46859a6020a
</argLine>
</configuration>
</plugin>
...
...
This diff is collapsed.
Click to expand it.
packages-template/pom.xml
+
5
−
0
View file @
94832ddf
...
...
@@ -81,6 +81,11 @@
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M5
</version>
<configuration>
<argLine>
--add-opens app/ui=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>
...
...
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