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

Feature Request: Passing system properties to tomcat maven plugin #413

Closed
toonconvents opened this issue Sep 27, 2016 · 2 comments
Closed
Milestone

Comments

@toonconvents
Copy link

toonconvents commented Sep 27, 2016

Enable the developer to pass system properties to the tomcat maven plugin for running the project locally. Pre-v3 this is done in the <systemProperties> block in the tomcat maven plugin configuration. This is an extension of issue #412 .

Thanks.

@gravitonian gravitonian added this to the 3.0.0 milestone Sep 27, 2016
@gravitonian gravitonian self-assigned this Sep 27, 2016
@gravitonian
Copy link
Contributor

gravitonian commented Oct 3, 2016

This is now available if building latest SNAPSHOT, then define a sysprop as follows in plugin config:

<plugin>
                <groupId>org.alfresco.maven.plugin</groupId>
                <artifactId>alfresco-maven-plugin</artifactId>
                <version>${alfresco.sdk.version}</version>
                <configuration>
...
                    <tomcatSystemProperties>
                        <propName>PropVal</propName>
                    </tomcatSystemProperties>

@ohej
Copy link
Contributor

ohej commented Mar 23, 2017

Fixed in a07219e

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

3 participants