File tree Expand file tree Collapse file tree 1 file changed +36
-12
lines changed Expand file tree Collapse file tree 1 file changed +36
-12
lines changed Original file line number Diff line number Diff line change 47
47
<directory >${build.dir} /${project.artifactId} </directory >
48
48
</build >
49
49
</profile >
50
+
51
+ <profile >
52
+ <id >all-modules</id >
53
+ <activation >
54
+ <property >
55
+ <name >!deploy</name >
56
+ </property >
57
+ </activation >
58
+ <modules >
59
+ <module >fbjava-impl</module >
60
+ <module >fbjava-tests</module >
61
+ </modules >
62
+ </profile >
63
+
64
+ <profile >
65
+ <!-- Use "mvn deploy -Ddeploy" to deploy. -->
66
+ <id >deploy</id >
67
+ <activation >
68
+ <property >
69
+ <name >deploy</name >
70
+ </property >
71
+ </activation >
72
+ <build >
73
+ <plugins >
74
+ <plugin >
75
+ <groupId >org.apache.maven.plugins</groupId >
76
+ <artifactId >maven-gpg-plugin</artifactId >
77
+ </plugin >
78
+
79
+ <plugin >
80
+ <groupId >org.sonatype.plugins</groupId >
81
+ <artifactId >nexus-staging-maven-plugin</artifactId >
82
+ </plugin >
83
+ </plugins >
84
+ </build >
85
+ </profile >
50
86
</profiles >
51
87
52
88
<properties >
83
119
84
120
<modules >
85
121
<module >fbjava</module >
86
- <module >fbjava-impl</module >
87
- <module >fbjava-tests</module >
88
122
</modules >
89
123
90
124
<build >
98
132
<target >${java.version} </target >
99
133
</configuration >
100
134
</plugin >
101
-
102
- <plugin >
103
- <groupId >org.apache.maven.plugins</groupId >
104
- <artifactId >maven-gpg-plugin</artifactId >
105
- </plugin >
106
-
107
- <plugin >
108
- <groupId >org.sonatype.plugins</groupId >
109
- <artifactId >nexus-staging-maven-plugin</artifactId >
110
- </plugin >
111
135
</plugins >
112
136
113
137
<pluginManagement >
You can’t perform that action at this time.
0 commit comments