brusdev commented on PR #4460:
URL: 
https://github.com/apache/activemq-artemis/pull/4460#issuecomment-1534190838

   @jbertram you could create the `console` folder with those files in the 
[servers](https://github.com/apache/activemq-artemis/tree/main/tests/smoke-tests/src/main/resources/servers)
 folder and add the `configuration` element to the `create-create-console` 
execution, i.e.
   
https://github.com/apache/activemq-artemis/blob/main/tests/smoke-tests/pom.xml#L258
   ```
    <execution>
       <phase>test-compile</phase>
       <id>create-create-console</id>
       <goals>
          <goal>create</goal>
       </goals>
       <configuration>
          
<configuration>${basedir}/target/classes/servers/console</configuration>
          ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to