Skip to content

Commit

Permalink
Merge pull request #2863 from marecabo/hybridsim-protobuf-pom
Browse files Browse the repository at this point in the history
Improve chance of compiling hybridsim and protobuf contrib
  • Loading branch information
marecabo authored Oct 14, 2023
2 parents 6977833 + 7ba2377 commit 85cb852
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
18 changes: 11 additions & 7 deletions contribs/hybridsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,20 @@
</dependencies>

<build>
<extensions>
<!-- Provides operation system information as property -->
<extension>
<plugins>
<plugin>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.7.1</version>
</extension>
</extensions>

<plugins>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>detect</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
Expand Down
18 changes: 11 additions & 7 deletions contribs/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,20 @@
</dependencies>

<build>
<extensions>
<!-- Provides operation system information as property -->
<extension>
<plugins>
<plugin>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.7.1</version>
</extension>
</extensions>

<plugins>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>detect</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
Expand Down

0 comments on commit 85cb852

Please sign in to comment.