Skip to content

Commit

Permalink
Merge pull request #266 from tashoyan/patch-1
Browse files Browse the repository at this point in the history
Update Maven integration section
  • Loading branch information
godenji committed Jan 9, 2018
2 parents 088e7ba + 4f38c7d commit 0477ab8
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions README.rst
Expand Up @@ -95,29 +95,9 @@ Run Plugins -> scalaSidekickPlugin -> Format Scala File
Integration with Maven
----------------------

There is a Maven plugin to run Scalariform contributed by `Adam
Crain`_ on scala-tools.

.. _Adam Crain: https://github.com/jadamcrain

Usage::

<plugin>
<groupId>org.scalariform</groupId>
<artifactId>scalariform-maven-plugin</artifactId>
<version>0.1.4</version>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>format</goal>
</goals>
<configuration>
<rewriteArrowSymbols>true</rewriteArrowSymbols>
</configuration>
</execution>
</executions>
</plugin>
There is `scalariform-maven-plugin`_ compatible with Scalariform 0.2.x.

.. _scalariform-maven-plugin: https://github.com/tashoyan/scalariform-maven-plugin

Integration with Gradle
-----------------------
Expand Down

0 comments on commit 0477ab8

Please sign in to comment.