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

hazelcast-jca-rar/pom.xml references non-existent src/main/rar/ra.xml #5760

Closed
juanavelez opened this issue Jul 22, 2015 · 0 comments · Fixed by #5833
Closed

hazelcast-jca-rar/pom.xml references non-existent src/main/rar/ra.xml #5760

juanavelez opened this issue Jul 22, 2015 · 0 comments · Fixed by #5833
Assignees
Labels
[OLD]Team: Integration Source: Community PR or issue was opened by a community user
Milestone

Comments

@juanavelez
Copy link

The hazelcast-jca-rar/pom.xml references non-existent src/main/rar/ra.xml. The correct ra.xml location is src/main/rar/META-INF/ra.xml but this is the default per the maven-rar-plugin.

The raXmlFile element in the configuration can be removed

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-rar-plugin</artifactId>
                <version>${maven.rar.plugin.version}</version>
                <configuration>
                    <raXmlFile>src/main/rar/ra.xml</raXmlFile>
                    <includeJar>false</includeJar>
                </configuration>
            </plugin>
@kobalski kobalski self-assigned this Jul 23, 2015
@kobalski kobalski added this to the 3.6 milestone Jul 23, 2015
@mmedenjak mmedenjak added the Source: Community PR or issue was opened by a community user label Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[OLD]Team: Integration Source: Community PR or issue was opened by a community user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants