mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
21.38.2023 77f8021b8a8aeef7b1256958fb8624cce98898bd
opendj-rest2ldap/pom.xml
@@ -106,7 +106,23 @@
                    </execution>
                </executions>
            </plugin>
         <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>build-helper-maven-plugin</artifactId>
              <executions>
                <execution>
                  <phase>process-sources</phase>
                  <goals>
                    <goal>add-source</goal>
                  </goals>
                  <configuration>
                    <sources>
                      <source>target/generated-sources/messages</source>
                    </sources>
                  </configuration>
                </execution>
               </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>