Skip to content

Commit 78ec76c

Browse files
committed
refactor: rename sample projects
Signed-off-by: melodicore <[email protected]>
1 parent 2294dc1 commit 78ec76c

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

.github/workflows/job.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
- name: "Build: Kotlin Plugin"
4949
run: ./mvnw install -pl kotlin-plugin
5050
- name: "Test: Java Compiler"
51-
run: ./mvnw clean package -pl java-sample
51+
run: ./mvnw clean package -pl sample-java
5252
- name: "Test: Kotlin Plugin"
53-
run: ./mvnw clean package -pl kotlin-sample
53+
run: ./mvnw clean package -pl sample-kotlin

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Configuring Elide as your `javac` compiler:
4242
```
4343

4444
> [!TIP]
45-
> See the [Java sample project](java-sample) for a usage example. Elide also provides
45+
> See the [Java sample project](sample-java) for a usage example. Elide also provides
4646
> a [Gradle plugin](https://github.com/elide-dev/gradle).
4747
4848
### Kotlin
4949

5050
Configuring the Elide Kotlin plugin is done the exact same way as configuring the Kotlin Maven plugin, just replacing
51-
the `groupId` and `artifactId`:
51+
the plugin coordinates:
5252

5353
**`pom.xml`**
5454
```xml
@@ -88,5 +88,5 @@ the `groupId` and `artifactId`:
8888
```
8989

9090
> [!TIP]
91-
> See the [Kotlin sample project](kotlin-sample) for a usage example. Elide also provides
91+
> See the [Kotlin sample project](sample-kotlin) for a usage example. Elide also provides
9292
> a [Gradle plugin](https://github.com/elide-dev/gradle).

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<modules>
1212
<module>plexus-compilers</module>
1313
<module>kotlin-plugin</module>
14-
<module>java-sample</module>
15-
<module>kotlin-sample</module>
14+
<module>sample-java</module>
15+
<module>sample-kotlin</module>
1616
</modules>
1717
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)