Changeset 502


Ignore:
Timestamp:
07/27/12 14:43:45 (12 years ago)
Author:
pharms
Message:
  • added distribution management
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-tasktrees/pom.xml

    r461 r502  
    1515    </dependency> 
    1616  </dependencies> 
     17  <distributionManagement> 
     18    <snapshotRepository> 
     19      <id>quest-snapshots</id> 
     20      <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest-snapshots</url> 
     21    </snapshotRepository> 
     22  </distributionManagement> 
    1723  <build> 
    1824    <plugins> 
  • trunk/quest-core-usability

    • Property svn:ignore
      •  

        old new  
        1 .settings 
        21target 
        3 .classpath 
        4 .project 
  • trunk/quest-core-usability/pom.xml

    r472 r502  
    1515    </dependency> 
    1616  </dependencies> 
     17  <distributionManagement> 
     18    <snapshotRepository> 
     19      <id>quest-snapshots</id> 
     20      <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest-snapshots</url> 
     21    </snapshotRepository> 
     22  </distributionManagement> 
    1723  <build> 
    1824    <plugins> 
Note: See TracChangeset for help on using the changeset viewer.