jira-importer commented on issue #183: URL: https://github.com/apache/maven-install-plugin/issues/183#issuecomment-2771846143
**[Eric Lewis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ericlewis)** commented Here's the output from `mvn:help effective-pom` $ mvn help:effective-pom [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'help'. [INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from Codehaus [INFO] ------------------------------------------------------------------------ [INFO] Building Spring LDAP Core [INFO] task-segment: [help:effective-pom] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [help:effective-pom {execution: default-cli}] [INFO] Effective POMs, after inheritance, interpolation, and profiles are applied: \<?xml version="1.0" encoding="UTF-8"?> \<!-- ====================================================================== -->\<!-- -->\<!-- Generated by Maven Help Plugin on 9/16/09 5:04 PM -->\<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->\<!-- -->\<!-- ====================================================================== -->\<!-- ====================================================================== -->\<!-- -->\<!-- Effective POM for project -->\<!-- 'org.springframework.ldap:spring-ldap-core:jar:1.3.0.RELEASE' -->\<!-- -->\<!-- ====================================================================== --> \<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> \<modelVersion>4.0.0\</modelVersion> \<parent> \<artifactId>spring-ldap-parent\</artifactId> \<groupId>org.springframework.ldap\</groupId> \<version>1.3.0.RELEASE\</version> \</parent> \<groupId>org.springframework.ldap\</groupId> \<artifactId>spring-ldap-core\</artifactId> \<version>1.3.0.RELEASE\</version> \<name>Spring LDAP Core\</name> \<scm> ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
