Skip to content

Commit fa2de20

Browse files
svensven
authored andcommitted
feat: update
1 parent aa99d23 commit fa2de20

File tree

6 files changed

+66
-0
lines changed

6 files changed

+66
-0
lines changed

carrental-ear/.checkstyle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
4+
<local-check-config name="maven-checkstyle-plugin check-style" location="jar:file:/home/sven/.m2/repository/org/wildfly/checkstyle/wildfly-checkstyle-config/1.0.7.Final/wildfly-checkstyle-config-1.0.7.Final.jar!/wildfly-checkstyle/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration check-style">
5+
<property name="checkstyle.header.file" value="/home/sven/eclipse-ide/angular2andjavaee/.metadata/.plugins/org.eclipse.core.resources/.projects/carrental-ear/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-check-style.txt"/>
6+
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
7+
</local-check-config>
8+
<fileset name="java-sources-check-style" enabled="true" check-config-name="maven-checkstyle-plugin check-style" local="true">
9+
<file-match-pattern match-pattern="^src/test/java.*\/.*\.java" include-pattern="true"/>
10+
<file-match-pattern match-pattern="^src/main/java.*\/.*\.java" include-pattern="true"/>
11+
<file-match-pattern match-pattern="^src/main/resources.*\.properties" include-pattern="true"/>
12+
<file-match-pattern match-pattern="^src/main/resources.*\.xml" include-pattern="true"/>
13+
<file-match-pattern match-pattern="^src/test/resources.*\.properties" include-pattern="true"/>
14+
<file-match-pattern match-pattern="^src/test/resources.*\.xml" include-pattern="true"/>
15+
</fileset>
16+
</fileset-config>

carrental-ear/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
<arguments>
1818
</arguments>
1919
</buildCommand>
20+
<buildCommand>
21+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
22+
<arguments>
23+
</arguments>
24+
</buildCommand>
2025
<buildCommand>
2126
<name>org.eclipse.m2e.core.maven2Builder</name>
2227
<arguments>
@@ -27,5 +32,6 @@
2732
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2833
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
2934
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
35+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
3036
</natures>
3137
</projectDescription>

carrental-ejb/.checkstyle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
4+
<local-check-config name="maven-checkstyle-plugin check-style" location="jar:file:/home/sven/.m2/repository/org/wildfly/checkstyle/wildfly-checkstyle-config/1.0.7.Final/wildfly-checkstyle-config-1.0.7.Final.jar!/wildfly-checkstyle/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration check-style">
5+
<property name="checkstyle.header.file" value="/home/sven/eclipse-ide/angular2andjavaee/.metadata/.plugins/org.eclipse.core.resources/.projects/carrental-ejb/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-check-style.txt"/>
6+
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
7+
</local-check-config>
8+
<fileset name="java-sources-check-style" enabled="true" check-config-name="maven-checkstyle-plugin check-style" local="true">
9+
<file-match-pattern match-pattern="^src/main/java/.*\/.*\.java" include-pattern="true"/>
10+
<file-match-pattern match-pattern="^src/test/java/.*\/.*\.java" include-pattern="true"/>
11+
<file-match-pattern match-pattern="^src/main/resources/.*\.properties" include-pattern="true"/>
12+
<file-match-pattern match-pattern="^src/main/resources/.*\.xml" include-pattern="true"/>
13+
<file-match-pattern match-pattern="^src/test/resources/.*\.properties" include-pattern="true"/>
14+
<file-match-pattern match-pattern="^src/test/resources/.*\.xml" include-pattern="true"/>
15+
</fileset>
16+
</fileset-config>

carrental-ejb/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<arguments>
2626
</arguments>
2727
</buildCommand>
28+
<buildCommand>
29+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
30+
<arguments>
31+
</arguments>
32+
</buildCommand>
2833
<buildCommand>
2934
<name>org.eclipse.m2e.core.maven2Builder</name>
3035
<arguments>
@@ -38,5 +43,6 @@
3843
<nature>org.eclipse.m2e.core.maven2Nature</nature>
3944
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
4045
<nature>org.hibernate.eclipse.console.hibernateNature</nature>
46+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
4147
</natures>
4248
</projectDescription>

carrental-web/.checkstyle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
4+
<local-check-config name="maven-checkstyle-plugin check-style" location="jar:file:/home/sven/.m2/repository/org/wildfly/checkstyle/wildfly-checkstyle-config/1.0.7.Final/wildfly-checkstyle-config-1.0.7.Final.jar!/wildfly-checkstyle/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration check-style">
5+
<property name="checkstyle.header.file" value="/home/sven/eclipse-ide/angular2andjavaee/.metadata/.plugins/org.eclipse.core.resources/.projects/carrental-web/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-check-style.txt"/>
6+
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
7+
</local-check-config>
8+
<fileset name="java-sources-check-style" enabled="true" check-config-name="maven-checkstyle-plugin check-style" local="true">
9+
<file-match-pattern match-pattern="^src/main/java/.*\/.*\.java" include-pattern="true"/>
10+
<file-match-pattern match-pattern="^src/test/java/.*\/.*\.java" include-pattern="true"/>
11+
<file-match-pattern match-pattern="^src/main/resources.*\.properties" include-pattern="true"/>
12+
<file-match-pattern match-pattern="^src/main/resources.*\.xml" include-pattern="true"/>
13+
<file-match-pattern match-pattern="^src/test/resources.*\.properties" include-pattern="true"/>
14+
<file-match-pattern match-pattern="^src/test/resources.*\.xml" include-pattern="true"/>
15+
</fileset>
16+
</fileset-config>

carrental-web/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
<arguments>
4141
</arguments>
4242
</buildCommand>
43+
<buildCommand>
44+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
45+
<arguments>
46+
</arguments>
47+
</buildCommand>
4348
<buildCommand>
4449
<name>org.eclipse.m2e.core.maven2Builder</name>
4550
<arguments>
@@ -55,6 +60,7 @@
5560
<nature>org.hibernate.eclipse.console.hibernateNature</nature>
5661
<nature>org.jboss.tools.jst.web.kb.kbnature</nature>
5762
<nature>org.jboss.tools.cdi.core.cdinature</nature>
63+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
5864
</natures>
5965
<filteredResources>
6066
<filter>

0 commit comments

Comments
 (0)