Skip to content

Commit

Permalink
[37] Convert into a plain Maven module
Browse files Browse the repository at this point in the history
Bug: #37
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Aug 21, 2024
1 parent fb95384 commit f0f3579
Show file tree
Hide file tree
Showing 437 changed files with 933 additions and 3,289 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Java SDK
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Maven
run: mvn clean verify -f releng/org.eclipse.sirius.emfjson.releng/pom.xml
run: ./mvnw clean verify -f org.eclipse.sirius.emfjson/pom.xml

- name: Deploy
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn deploy -f releng/org.eclipse.sirius.emfjson.releng/pom.xml
run: ./mvnw deploy -f org.eclipse.sirius.emfjson/pom.xml
19 changes: 19 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
10 changes: 0 additions & 10 deletions bundles/org.eclipse.sirius.emfjson.ide/.checkstyle

This file was deleted.

7 changes: 0 additions & 7 deletions bundles/org.eclipse.sirius.emfjson.ide/.classpath

This file was deleted.

39 changes: 0 additions & 39 deletions bundles/org.eclipse.sirius.emfjson.ide/.project

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions bundles/org.eclipse.sirius.emfjson.ide/META-INF/MANIFEST.MF

This file was deleted.

21 changes: 0 additions & 21 deletions bundles/org.eclipse.sirius.emfjson.ide/build.properties

This file was deleted.

14 changes: 0 additions & 14 deletions bundles/org.eclipse.sirius.emfjson.ide/bundle.properties

This file was deleted.

24 changes: 0 additions & 24 deletions bundles/org.eclipse.sirius.emfjson.ide/plugin.xml

This file was deleted.

31 changes: 0 additions & 31 deletions bundles/org.eclipse.sirius.emfjson.ide/pom.xml

This file was deleted.

Loading

0 comments on commit f0f3579

Please sign in to comment.