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

pom.template's ant rules doesn't take variable groupId into account #74

Closed
cpboyd opened this issue Jan 6, 2017 · 1 comment
Closed

Comments

@cpboyd
Copy link

cpboyd commented Jan 6, 2017

If you use a groupId other than --groupId=com.vaadin.polymer the build will fail due to the Ant rule to clean the directory.

@cpboyd
Copy link
Author

cpboyd commented Jan 7, 2017

Fixed by replacing com/vaadin/polymer with <%= nspath %>

                  <fileset dir="src/main/resources/<%= nspath %>/public/bower_components/" defaultexcludes="no">
                    <include name="**/demo/**/*"/>
                    <include name="**/test/**/*"/>
                    <include name="**/docs/**/*"/>
                    <include name="**/.*"/>
                    <include name="**/index.html"/>
                    <include name="**/package.json"/>
                    <include name="**/*.md"/>
                    <include name="**/*.txt"/>
                  </fileset>
                  <dirset dir="src/main/resources/<%= nspath %>/public/bower_components/">

@manolo manolo closed this as completed in 7335a55 Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant