Mavenパッケージとして実行するとこのBUILDエラーが発生します。しかし、私は何がエラーであるか分からない。誰も助けることができますか?前もって感謝します。Mavenパッケージとして実行するとコンパイルエラーが発生する
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Conference Organizer
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 36 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to C:\Users\Wallace\Desktop\co-app\co-app\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\Users\Wallace\Desktop\co-app\co-app\src\main\java\com\alcatel\co\service\AdminControlService.java:[38,5] error: generics are not supported in -source 1.3
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Fri Sep 16 06:02:09 SGT 2011
[INFO] Final Memory: 14M/34M
[INFO] ------------------------------------------------------------------------
申し訳ありませんが、どうやって追加しますか?私はpom.xmlを見ます。これを追加しますか? – Wallace
' 4.0.0 modelVersion> com.alcatel 共同アプリ 戦争 0.0.1-SNAPSHOT 会議主催 <前提条件> 2.2。 1 prerequisites> ' –
Wallace