Skip to content

Commit

Permalink
[contribs] Project structure of io.sarl.experienceindex.plugin is rea…
Browse files Browse the repository at this point in the history
…rrange to fit the SARL standard.

see #979

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Mar 1, 2020
1 parent 4b533d3 commit e779549
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 5 deletions.
@@ -1,5 +1,5 @@
source.. = src,\
src-gen
source.. = src/main/sarl,\
src/main/generated-sources/sarl
src.excludes = **/*.sarlbin
bin.includes = META-INF/,\
OSGI-INF/,\
Expand Down
Expand Up @@ -88,8 +88,6 @@
<source>${sarl-dsl.min.jdk.version}</source>
<target>${sarl-dsl.min.jdk.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<input>src/</input>
<output>src-gen/</output>
<runJavaCompiler>true</runJavaCompiler>
<generateInlines>true</generateInlines>
<generateStorageFiles>true</generateStorageFiles>
Expand All @@ -101,7 +99,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<sourceDirectories>
<sourceDirectory>src</sourceDirectory>
<sourceDirectory>src/main/sarl</sourceDirectory>
</sourceDirectories>
</configuration>
</plugin>
Expand Down

0 comments on commit e779549

Please sign in to comment.