[ 
https://issues.apache.org/jira/browse/XALANJ-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17814947#comment-17814947
 ] 

Samael Bate commented on XALANJ-2651:
-------------------------------------

It's worth considering bringing the tests in from the 
[https://github.com/apache/xalan-test] repo as a maven module within 
xalan-java. Keeping all the xalan stuff together in a single maven project 
would work well and it's possible to exclude particular modules from being 
published by specifying the following in the pom of the module in question:
{code:java}
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-deploy-plugin</artifactId>
    <configuration>
        <skip>true</skip>
    </configuration>
</plugin> {code}

I'm willing to have a go if this is acceptable.

> Migrate build from Ant to Maven
> -------------------------------
>
>                 Key: XALANJ-2651
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2651
>             Project: XalanJ2
>          Issue Type: Improvement
>      Security Level: No security risk; visible to anyone(Ordinary problems in 
> Xalan projects.  Anybody can view the issue.) 
>          Components: Build
>            Reporter: Gary D. Gregory
>            Assignee: Joe Kesselman
>            Priority: Major
>
> Migrate the build from Ant to Maven.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to