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 authored and sbegaudeau committed Jan 20, 2025
1 parent fb95384 commit 3f6459c
Show file tree
Hide file tree
Showing 439 changed files with 987 additions and 3,354 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
3 changes: 1 addition & 2 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ Eclipse Sirius enables the specification of a modeling workbench in terms of
graphical, table or tree editors with validation rules and actions using
declarative descriptions.

* http://www.eclipse.org/sirius
* https://eclipse.dev/sirius
* https://projects.eclipse.org/projects/modeling.sirius
* http://wiki.eclipse.org/Sirius

## Developer resources

Expand Down
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.

Loading

0 comments on commit 3f6459c

Please sign in to comment.