File tree Expand file tree Collapse file tree
scip-maven-plugin/src/main
java/com/sourcegraph/maven Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.direnv/
22examples/
3- maven-plugin/target/
3+ scip- maven-plugin/target/
44project/target/
55scip-java/target/
66scip-aggregator/target/
Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ lazy val scip = project
166166 .dependsOn(scipShared)
167167
168168lazy val mavenPlugin = project
169- .in(file(" maven-plugin" ))
169+ .in(file(" scip- maven-plugin" ))
170170 .settings(
171- moduleName := " maven-plugin" ,
171+ moduleName := " scip- maven-plugin" ,
172172 javaOnlySettings,
173173 libraryDependencies ++=
174174 Seq (
Original file line number Diff line number Diff line change @@ -173,15 +173,15 @@ plugin that can dump the project's dependencies in a format that scip-java under
173173You can either use it directly from commandline:
174174
175175```
176- $ mvn com.sourcegraph:maven-plugin:@STABLE_VERSION@:sourcegraphDependencies
176+ $ mvn com.sourcegraph:scip- maven-plugin:@STABLE_VERSION@:sourcegraphDependencies
177177```
178178
179179Or add it to your build like any other maven plugin:
180180
181181``` xml
182182<plugin >
183183 <groupId >com.sourcegraph</groupId >
184- <artifactId >maven-plugin</artifactId >
184+ <artifactId >scip- maven-plugin</artifactId >
185185 <version >@STABLE_VERSION@</version >
186186 <executions >
187187 <execution >
Original file line number Diff line number Diff line change 8282 </plugin >
8383 <plugin >
8484 <groupId >com.sourcegraph</groupId >
85- <artifactId >maven-plugin</artifactId >
85+ <artifactId >scip- maven-plugin</artifactId >
8686 <version >${scip-java.version} </version >
8787 <executions >
8888 <execution >
File renamed without changes.
Original file line number Diff line number Diff line change 66 <name >Sourcegraph scip-java Maven plugin</name >
77 <description >A Maven plugin which exports your project's dependencies in a format scip-java can understand</description >
88 <groupId >com.sourcegraph</groupId >
9- <artifactId >maven-plugin</artifactId >
9+ <artifactId >scip- maven-plugin</artifactId >
1010 <version >@VERSION@</version >
1111 <goalPrefix >sourcegraph</goalPrefix >
1212 <isolatedRealm >false</isolatedRealm >
You can’t perform that action at this time.
0 commit comments