Skip to content

Commit

Permalink
Latest adjustments to 2.3 dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
git-moss committed Dec 27, 2017
1 parent d5994b1 commit 61a5392
Show file tree
Hide file tree
Showing 11 changed files with 214 additions and 746 deletions.
2 changes: 2 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding/<project>=UTF-8
31 changes: 3 additions & 28 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<name>DrivenByMoss</name>
<version>LOCAL</version>

<!-- https://mvnrepository.com/artifact/com.illposed.osc/javaosc-core -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
Expand All @@ -19,12 +21,6 @@
</repositories>

<dependencies>
<dependency>
<groupId>com.illposed.osc</groupId>
<artifactId>javaosc-core</artifactId>
<version>0.4</version>
</dependency>

<dependency>
<groupId>com.bitwig</groupId>
<artifactId>extension-api</artifactId>
Expand All @@ -48,27 +44,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<excludes>
<exclude>com.bitwig:extension-api</exclude>
</excludes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>com.coderplus.maven.plugins</groupId>
<artifactId>copy-rename-maven-plugin</artifactId>
Expand Down
Loading

0 comments on commit 61a5392

Please sign in to comment.