Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version number for WildFly is not compatible #75

Closed
ceagan opened this issue Aug 17, 2015 · 3 comments
Closed

Version number for WildFly is not compatible #75

ceagan opened this issue Aug 17, 2015 · 3 comments
Labels

Comments

@ceagan
Copy link

ceagan commented Aug 17, 2015

WildFly uses a version scheme that doesn't appear to work this this plugin. The tag for their most recent release is 9.0.1.Final, which results in an error when trying to parse the Dockerfile.

@ceagan
Copy link
Author

ceagan commented Aug 18, 2015

For others running into this issue, note that you can remove the validate goal from your executions list to prevent the validation step and thus bypass this issue.

<!-- Integration Tests -->
<plugin>
    <groupId>com.alexecollins.docker</groupId>
    <artifactId>docker-maven-plugin</artifactId>
    <executions>
        <execution>
            <goals>
                <goal>clean</goal>
                <goal>package</goal>
                <goal>start</goal>
                <goal>stop</goal>
            </goals>
        </execution>
    </executions>
    <dependencies>
        <dependency>
            <groupId>com.alexecollins.docker</groupId>
            <artifactId>docker-java-orchestration-plugin-boot2docker</artifactId>
            <version>2.9.3</version>
        </dependency>
    </dependencies>
</plugin>

@alexec
Copy link
Owner

alexec commented Aug 18, 2015

Thank you.

On 18 August 2015 at 19:28, Christopher Eagan [email protected]
wrote:

For others running into this issue, note that you can remove the validate
goal from your executions list to prevent the validation step and thus
bypass this issue.

com.alexecollins.docker docker-maven-plugin clean package start stop com.alexecollins.docker docker-java-orchestration-plugin-boot2docker 2.9.3


Reply to this email directly or view it on GitHub
#75 (comment)
.

@alexec alexec added the bug label Aug 25, 2015
@alexec
Copy link
Owner

alexec commented Sep 28, 2015

Should be fixed now.

@alexec alexec closed this as completed Sep 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants