Show
Ignore:
Timestamp:
2008-01-19 15:32:03 (10 months ago)
Author:
mosipov
Message:

- Fixed Ticket #1767
- Made logging run
- made PMD run
- other small fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/pom.xml

    r1364 r1368  
    4444                        <version>1.4.3</version> 
    4545                </dependency> 
    46                 <!--<dependency> 
     46                <dependency> 
    4747                        <groupId>org.slf4j</groupId> 
    4848                        <artifactId>slf4j-log4j12</artifactId> 
     
    6262                        <scope>runtime</scope> 
    6363                </dependency> 
    64         --></dependencies> 
     64        </dependencies> 
    6565        <build> 
    6666                <finalName>FCKeditor-${project.version}</finalName> 
     
    7070                                <artifactId>maven-jetty-plugin</artifactId> 
    7171                                <configuration> 
    72 <!--                                    <useTestClasspath>true</useTestClasspath>--> 
    73                                         <systemProperties> 
     72                                        <useTestClasspath>true</useTestClasspath> 
     73                                        <!--<systemProperties> 
    7474                                                <systemProperty> 
    7575                                                        <name>log4j.configuration</name> 
     
    8888                                                </serverClasses> 
    8989                                        </webAppConfig> 
    90                                 </configuration> 
    91                                 <dependencies> 
     90                                --></configuration> 
     91                                <!--<dependencies> 
    9292                                        <dependency> 
    9393                                                <groupId>org.slf4j</groupId> 
     
    101101                                        </dependency> 
    102102                                </dependencies> 
    103                         </plugin> 
     103                        --></plugin> 
    104104                        <plugin> 
    105105                                <artifactId>maven-compiler-plugin</artifactId> 
     
    108108                                        <target>jsr14</target> 
    109109                                </configuration> 
    110                         </plugin> 
     110                                <executions> 
     111                                        <execution> 
     112                                                <id>test-compiler</id> 
     113                                                <phase>process-test-sources</phase> 
     114                                                <goals> 
     115                                                        <goal>testCompile</goal> 
     116                                                </goals> 
     117                                                <configuration> 
     118                                                        <source>1.5</source> 
     119                                                        <target>1.5</target> 
     120                                                </configuration> 
     121                                        </execution> 
     122                                </executions> 
     123                        </plugin> 
     124                         
    111125                        <plugin> 
    112126                                <artifactId>maven-assembly-plugin</artifactId> 
     
    174188                        <plugin> 
    175189                                <artifactId>maven-javadoc-plugin</artifactId> 
     190                        </plugin> 
     191                        <plugin> 
     192                                <artifactId>maven-surefire-report-plugin</artifactId> 
     193                        </plugin> 
     194                        <plugin> 
     195                                <artifactId>maven-jxr-plugin</artifactId> 
     196                        </plugin> 
     197                        <plugin> 
     198                                <artifactId>maven-pmd-plugin</artifactId> 
     199                                <configuration> 
     200                                        <targetJdk>1.5</targetJdk> 
     201                                </configuration> 
    176202                        </plugin> 
    177203                </plugins> 
     
    296322                <maven>2.0.6</maven> 
    297323        </prerequisites> 
     324        <distributionManagement> 
     325    <site> 
     326      <id>uni-space</id> 
     327      <url>scp://duesseldorf.mi.fu-berlin.de/home/bude/ossipov/web-home/public_html/fckeditor-java</url> 
     328    </site> 
     329  </distributionManagement> 
    298330</project>