Skip to content

Commit

Permalink
Plugin file, that is triggered from parent, but it is not specified as a
Browse files Browse the repository at this point in the history
"child" of the parent.
  • Loading branch information
jadelkhoury committed Feb 15, 2021
1 parent 8e521bc commit a48234b
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions org.eclipse.lyo.oslc4j.plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,41 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<!-- <parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</parent> -->
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>org.eclipse.lyo.oslc4j.plugins</artifactId>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<maven.compiler.release>11</maven.compiler.release>
<tycho.version>2.2.0</tycho.version>
<eclipse.cbi>1.1.7</eclipse.cbi>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<p2.repo>http://download.eclipse.org/releases/2020-12</p2.repo>
<lyo.version>4.1.0-SNAPSHOT</lyo.version>
</properties>
<repositories>
<repository>
<id>lyo-snapshots</id>
<name>Eclipse Lyo Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/lyo-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit a48234b

Please sign in to comment.