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

Reply via email to