Skip to content

Commit

Permalink
Library cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
g-goulis committed Nov 15, 2024
1 parent 8238647 commit dc746b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '16'
distribution: 'adopt'
- name: Publish package
run: mvn --batch-mode deploy
Expand Down
46 changes: 0 additions & 46 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,50 +189,4 @@
</plugins>
</build>

<profiles>
<!-- Profile for Main Class 1 -->
<profile>
<id>run-ir</id>
<properties>
<mainClass>edu.university.ecs.lab.intermediate.create.IRExtractionRunner</mainClass>
</properties>
<build>
<defaultGoal>exec:java</defaultGoal>
</build>
</profile>

<!-- Profile for Main Class 2 -->
<profile>
<id>run-delta</id>
<properties>
<mainClass>edu.university.ecs.lab.delta.DeltaExtractionRunner</mainClass>
</properties>
<build>
<defaultGoal>exec:java</defaultGoal>
</build>
</profile>

<!-- Profile for Main Class 3 -->
<profile>
<id>run-merge</id>
<properties>
<mainClass>edu.university.ecs.lab.intermediate.merge.IRMergeRunner</mainClass>
</properties>
<build>
<defaultGoal>exec:java</defaultGoal>
</build>
</profile>

<!-- Profile for Main Class 4 -->
<profile>
<id>run-history</id>
<properties>
<mainClass>edu.university.ecs.lab.detection.ExcelOutputRunner</mainClass>
</properties>
<build>
<defaultGoal>exec:java</defaultGoal>
</build>
</profile>
</profiles>

</project>

0 comments on commit dc746b3

Please sign in to comment.