File tree Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -95,29 +95,9 @@ Run Plugins -> scalaSidekickPlugin -> Format Scala File
95
95
Integration with Maven
96
96
----------------------
97
97
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
121
101
122
102
Integration with Gradle
123
103
-----------------------
You can’t perform that action at this time.
0 commit comments