Skip to content

Commit

Permalink
Build with latest version of ECJ
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Nov 10, 2024
1 parent 428cf43 commit b7c709a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,23 @@
<tycho.scmUrl>scm:git:https://github.com/eclipse-pde/eclipse.pde.git</tycho.scmUrl>
<failOnJavadocErrors>true</failOnJavadocErrors>
<javadoc.excludePackageNames></javadoc.excludePackageNames>
<cbi-ecj-version>3.40.0-SNAPSHOT</cbi-ecj-version>
</properties>

<pluginRepositories>
<pluginRepository>
<id>eclipse-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/eclipse-snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>

</pluginRepositories>

<modules>
<module>apitools</module>
<module>ds</module>
Expand Down Expand Up @@ -68,7 +83,7 @@
</plugins>
</build>

<!--
<!--
To build individual bundles, we specify a repository where to find parent pom,
in case it is not in local maven cache already
and that parent pom also has fuller individual-bundle profile
Expand Down

0 comments on commit b7c709a

Please sign in to comment.