Skip to content

Commit 0477ab8

Browse files
authored
Merge pull request #266 from tashoyan/patch-1
Update Maven integration section
2 parents 088e7ba + 4f38c7d commit 0477ab8

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

README.rst

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -95,29 +95,9 @@ Run Plugins -> scalaSidekickPlugin -> Format Scala File
9595
Integration with Maven
9696
----------------------
9797

98-
There is a Maven plugin to run Scalariform contributed by `Adam
99-
Crain`_ on scala-tools.
100-
101-
.. _Adam Crain: https://github.com/jadamcrain
102-
103-
Usage::
104-
105-
<plugin>
106-
<groupId>org.scalariform</groupId>
107-
<artifactId>scalariform-maven-plugin</artifactId>
108-
<version>0.1.4</version>
109-
<executions>
110-
<execution>
111-
<phase>process-sources</phase>
112-
<goals>
113-
<goal>format</goal>
114-
</goals>
115-
<configuration>
116-
<rewriteArrowSymbols>true</rewriteArrowSymbols>
117-
</configuration>
118-
</execution>
119-
</executions>
120-
</plugin>
98+
There is `scalariform-maven-plugin`_ compatible with Scalariform 0.2.x.
99+
100+
.. _scalariform-maven-plugin: https://github.com/tashoyan/scalariform-maven-plugin
121101

122102
Integration with Gradle
123103
-----------------------

0 commit comments

Comments
 (0)