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
Ola Viken
javafx-template
Commits
ea60e44e
Commit
ea60e44e
authored
3 years ago
by
Hallvard Trætteberg
Browse files
Options
Downloads
Patches
Plain Diff
skipTests for å kunne hoppe over tester
parent
1ab3e8a0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules-template/pom.xml
+4
-0
4 additions, 0 deletions
modules-template/pom.xml
modules-template/ui/pom.xml
+2
-1
2 additions, 1 deletion
modules-template/ui/pom.xml
with
6 additions
and
1 deletion
modules-template/pom.xml
+
4
−
0
View file @
ea60e44e
...
...
@@ -10,6 +10,7 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
16
</maven.compiler.source>
<maven.compiler.target>
16
</maven.compiler.target>
<skipTests>
false
</skipTests>
</properties>
<dependencyManagement>
...
...
@@ -50,6 +51,9 @@
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M5
</version>
<configuration>
<skipTests>
${skipTests}
</skipTests>
</configuration>
</plugin>
</plugins>
</pluginManagement>
...
...
This diff is collapsed.
Click to expand it.
modules-template/ui/pom.xml
+
2
−
1
View file @
ea60e44e
...
...
@@ -84,7 +84,8 @@
<!-- Default configuration for running -->
<!-- Usage: mvn javafx:run -->
<configuration>
<mainClass>
app.App
</mainClass>
<!-- syntax: module-name/full-app-class-name -->
<mainClass>
calc.ui/ui.App
</mainClass>
</configuration>
</plugin>
</plugins>
...
...
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