Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-18633

Remove openshift profile from quickstart's parent...

      ... and once a new version of the parent is integrated on quickstarts then replace usage of <filename/> with <name/> in each Quickstart's pom.xml openshift profile.

            [WFLY-18633] Remove openshift profile from quickstart's parent...

            Eduardo Martins added a comment - - edited

            We should also take the opportunity and move the build/finalName configuration out of the parent, since that should be visible locally in each quickstart, so users see all they need to do to replicate.

            Eduardo Martins added a comment - - edited We should also take the opportunity and move the build/finalName configuration out of the parent, since that should be visible locally in each quickstart, so users see all they need to do to replicate.

            Please note that this also means that we should move, to each QS pom.xml openshift profile, the following config:

                                <!-- do not attach sources to openshift deployments -->
                                <plugin>
                                    <groupId>org.apache.maven.plugins</groupId>
                                    <artifactId>maven-source-plugin</artifactId>
                                    <executions>
                                        <execution>
                                            <id>attach-sources</id>
                                            <phase>none</phase>
                                        </execution>
                                    </executions>
                                </plugin>
            

            Eduardo Martins added a comment - Please note that this also means that we should move, to each QS pom.xml openshift profile, the following config: <!-- do not attach sources to openshift deployments --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <phase>none</phase> </execution> </executions> </plugin>

              emartins@redhat.com Eduardo Martins
              emartins@redhat.com Eduardo Martins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: