For help on debugging the changelog-plugin see:

http://maven.apache.org/plugins/maven-changelog-plugin/faq.html

On how to specify a Perforce scm url, see:

http://maven.apache.org/scm/perforce.html

Yan Huang wrote:
Hello,

Is there any example as to how to configure changelog plug-in for Perforce?
I was trying this one but it didn't work. How can I include user/password
for Perforce in pom?

     <scm>
       <connection>scm:perforce:[EMAIL PROTECTED]:3460
://path/to/mydepo</connection>
     </scm>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changelog-plugin</artifactId>
        <configuration>
          <systemProperties>
            <property>
              <name>maven.scm.perforce.clientspec.name</name>
              <value>auto-foundations</value>
            </property>
          </systemProperties>
        </configuration>
      </plugin>

Thanks
Yan



--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to