bonitasoft / bonita-connector-archetype

This project contains a maven archetype which help creating a new Bonita connector project.

Home Page:https://www.bonitasoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong generated pon plugin descriptor section

laurentleseigneur opened this issue · comments

Describe the bug
generated pom.xmlcontains an error in assembly description

the configuration section is missing descriptors tag around the descriptor tag

      <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>single</goal>
                        </goals>
                        <configuration>
                               <descriptor>${basedir}/assembly.xml</descriptor>
                                <appendAssemblyId>false</appendAssemblyId>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

To Reproduce
Steps to reproduce the behavior:
generate a connector and look at the pom

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: macos
  • Version latest

Additional context
Add any other context about the problem here.

It looks like this may be a bug in the previous release. You should use the 1.1.0 version instead.

Fixed by version 1.1.0