Skip to content

Commit

Permalink
Move o.e.m2e.maven.runtime to m2e's git-repo root
Browse files Browse the repository at this point in the history
and delete the now empty m2e-maven-runtime project.

Since o.e.m2e.maven.runtime is the only remaining module in
m2e-maven-runtime there is no need anymore to keep m2e-maven-runtime as
its parent project.
  • Loading branch information
HannesWell committed Jul 30, 2023
1 parent 24628ed commit 16071f1
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: technology.m2e
setupScript: 'cd m2e-maven-runtime && mvn generate-resources'
setupScript: 'cd org.eclipse.m2e.maven.runtime && mvn generate-resources'
secrets:
gitlabAPIToken: ${{ secrets.M2E_GITLAB_API_TOKEN }}
30 changes: 0 additions & 30 deletions m2e-maven-runtime/pom.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@

<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-maven-runtime</artifactId>
<artifactId>m2e-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../m2e-parent</relativePath>
</parent>

<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
<version>3.9.100-SNAPSHOT</version>
<version>3.9.101-SNAPSHOT</version>
<packaging>jar</packaging>

<name>M2E Embedded Maven Runtime (includes Incubating components)</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<modules>
<module>target-platform</module>

<module>m2e-maven-runtime</module>
<module>org.eclipse.m2e.maven.runtime</module>

<module>org.eclipse.m2e.archetype.common</module>
<module>org.eclipse.m2e.model.edit</module>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.eclipse.m2e</groupId>
<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
<version>3.9.100-SNAPSHOT</version>
<version>3.9.101-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
13 changes: 2 additions & 11 deletions setup/m2e.setup
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@
<sourceLocator
rootFolder="${git.clone.m2e.core.location/m2e-parent}"/>
<sourceLocator
rootFolder="${git.clone.m2e.core.location/m2e-maven-runtime}"
locateNestedProjects="true"/>
rootFolder="${git.clone.m2e.core.location/org.eclipse.m2e.maven.runtime}"/>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask"
Expand All @@ -169,17 +168,9 @@
includeNestedRepositories="true"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//'m2e.workingsets'/@workingSets[name='m2e-core-tests'] //'m2e.workingsets'/@workingSets[name='m2e-maven-runtime']"/>
excludedWorkingSet="//'m2e.workingsets'/@workingSets[name='m2e-core-tests']"/>
</predicate>
</workingSet>
<workingSet
name="m2e-maven-runtime"
id="m2e.maven.runtime">
<predicate
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.m2e.core"
relativePathPattern="m2e-maven-runtime/.*"/>
</workingSet>
<workingSet
name="m2e-core-tests"
id="m2e.core.tests">
Expand Down

0 comments on commit 16071f1

Please sign in to comment.