Hi,

when I deploy some artifacts to our developer repository the deployed poms look like this.

<project>
 <parent>
   <artifactId>${scfArtifactPrefix}_Core</artifactId>
   <groupId>${scfGroupPrefix}.core</groupId>
   <version>${scfMajorVersion}.${scfMinorVersion}-1-SNAPSHOT</version>
 </parent>
 <modelVersion>4.0.0</modelVersion>
 <groupId>${scfGroupPrefix}.core</groupId>
 <artifactId>${scfArtifactPrefix}_Core_API</artifactId>
 <name>SCF Core API</name>
 <version>1.0-1-20051115.170340-1</version>
 <distributionManagement>
   <status>deployed</status>
 </distributionManagement>
</project>

This is a deployed pom. Do the variables I defined during the build in this pom have any 
"bad" impact on things ? Can it be done this way our should I generally avoid 
such properties ? The properties are defined in the root pom.xml. What happens if the 
values change in root's pom ?

--
Christian




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

Reply via email to