-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vsocde * vscode
- Loading branch information
Showing
86 changed files
with
1,698 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
34 changes: 34 additions & 0 deletions
34
model.external.riksdagen.documentcontent.impl/.vscode/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.dependency.packagePresentation": "hierarchical", | ||
"maven.workspace.autoReload": true, | ||
|
||
"maven.workspace.resolveFolders": false, // Disable workspace resolution | ||
"maven.terminal.defaultProfiles": ["use-m2"], // Custom Maven profile to enforce .m2 resolution | ||
|
||
// Recommended Maven commands | ||
"maven.terminal.customGoals": ["clean", "install", "verify"], | ||
|
||
// Optional: Optimize builds by skipping tests and unnecessary plugins | ||
"java.configuration.maven.defaultOptions": [ | ||
"-DskipTests", | ||
"-Denforcer.skip=true" | ||
], | ||
"files.exclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/module-info.java": true, | ||
"**/module-info.class": true, | ||
"**/target": true | ||
}, | ||
"java.import.exclusions": [ | ||
"**/module-info.java", | ||
"**/module-info.class", | ||
"**/target/**" | ||
], | ||
"maven.view": "hierarchical" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,6 +104,7 @@ | |
</dependencies> | ||
<executions> | ||
<execution> | ||
<?m2e ignore?> | ||
<goals> | ||
<goal>run</goal> | ||
</goals> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.