Skip to content

Commit

Permalink
Added comment in builtins pom and removed jline-groovy from jline pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Jan 27, 2020
1 parent 7c3a8e3 commit 104ba60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
6 changes: 3 additions & 3 deletions builtins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
<compilerArgs>
<arg>-Xlint:all,-options</arg>
<arg>-Werror</arg>
<arg>-profile</arg>
<arg>compact3</arg>
</compilerArgs>
<arg>-profile</arg> <!-- mrn 27/01/2020 -->
<arg>compact3</arg> <!-- after adding jline-groovy also TTop.java started compiling here although exclusion!! -->
</compilerArgs> <!-- changed arg compact1 to compact3 to over come compiling errors -->
</configuration>
</execution>
<execution>
Expand Down
21 changes: 0 additions & 21 deletions jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@
<artifactId>jline-reader</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-groovy</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-builtins</artifactId>
Expand Down Expand Up @@ -150,14 +145,6 @@
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.jline</groupId>
<artifactId>jline-groovy</artifactId>
<classifier>sources</classifier>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.jline</groupId>
<artifactId>jline-builtins</artifactId>
Expand Down Expand Up @@ -224,14 +211,6 @@
<outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
<excludes>**/*.class</excludes>
</artifactItem>
<artifactItem>
<groupId>org.jline</groupId>
<artifactId>jline-groovy</artifactId>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
<excludes>**/*.class</excludes>
</artifactItem>
<artifactItem>
<groupId>org.jline</groupId>
<artifactId>jline-builtins</artifactId>
Expand Down

0 comments on commit 104ba60

Please sign in to comment.