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

Add new maven goal to collect config docs when creating distribution #50

Merged
merged 1 commit into from
Aug 31, 2017

Conversation

daneshk
Copy link
Contributor

@daneshk daneshk commented Aug 30, 2017

With this change, in order to collect config-docs from product distribution, we need to add below plugin configuration to distribution pom.xml after carbon-feature-plugin.

            <plugin>
                <groupId>org.wso2.carbon.config</groupId>
                <artifactId>org.wso2.carbon.config.maven.plugin</artifactId>
                <version>2.0.6-SNAPSHOT</version>
                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>collect-docs</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

@daneshk daneshk changed the base branch from master to config-docs-plugin August 30, 2017 18:17
@daneshk daneshk merged commit 6d5f2bf into wso2:config-docs-plugin Aug 31, 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

Successfully merging this pull request may close these issues.

1 participant