Skip to content

Commit

Permalink
vsocde (#6956)
Browse files Browse the repository at this point in the history
* vsocde

* vscode
  • Loading branch information
pethers authored Jan 8, 2025
1 parent a364a5c commit 14287da
Show file tree
Hide file tree
Showing 86 changed files with 1,698 additions and 32 deletions.
34 changes: 34 additions & 0 deletions .vscode/settings.json
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 cia-dist-cloudformation/.vscode/settings.json
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 cia-dist-deb/.vscode/settings.json
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"
}
3 changes: 2 additions & 1 deletion cia-dist-deb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
</configuration>
<executions>
<execution>
<?m2e ignore?>
<id>generateKeyPair</id>
<goals>
<goal>generateKeyPair</goal>
Expand Down Expand Up @@ -251,7 +252,7 @@
<goals>
<goal>enforce</goal>
</goals>
<configuration combine.self="override">
<configuration>
<rules>
<requireMavenVersion>
<version>${cia.project.versions.maven}</version>
Expand Down
34 changes: 34 additions & 0 deletions citizen-intelligence-agency/.vscode/settings.json
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"
}
2 changes: 2 additions & 0 deletions citizen-intelligence-agency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@
</configuration>
<executions>
<execution>
<?m2e ignore?>
<id>generateKeyPair</id>
<goals>
<goal>generateKeyPair</goal>
Expand Down Expand Up @@ -1577,6 +1578,7 @@
<version>3.5.0</version>
<executions>
<execution>
<?m2e ignore?>
<goals>
<goal>java</goal>
</goals>
Expand Down
34 changes: 34 additions & 0 deletions encrypt.properties/.vscode/settings.json
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 jms-broker/.vscode/settings.json
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 model.common.api/.vscode/settings.json
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 model.common.impl/.vscode/settings.json
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"
}
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"
}
1 change: 1 addition & 0 deletions model.external.riksdagen.documentcontent.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
</dependencies>
<executions>
<execution>
<?m2e ignore?>
<goals>
<goal>run</goal>
</goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@

package com.hack23.cia.model.external.riksdagen.documentcontent.impl;

import org.jvnet.jaxb2_commons.xml.bind.ContextPathAware;

/**
* The Class RoundtripTest.
*/
public class RoundtripTest
extends org.jvnet.hyperjaxb3.ejb.test.RoundtripTest
implements ContextPathAware
{


Expand Down
Loading

0 comments on commit 14287da

Please sign in to comment.