File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 132
132
</configuration >
133
133
</execution >
134
134
<execution >
135
- <!-- exec:java @adaptiverag -->
135
+ <!-- exec:exec @adaptiverag -->
136
136
<id >adaptiverag</id >
137
- <goals ><goal >java </goal ></goals >
137
+ <goals ><goal >exec </goal ></goals >
138
138
<configuration >
139
+ <executable >java</executable >
140
+ <arguments >
141
+ <argument >-Djava.util.logging.config.file=${project.basedir} /logging.properties</argument >
142
+ <argument >-classpath</argument >
143
+ <classpath />
144
+ <argument >org.bsc.langgraph4j.AdaptiveRAGStreamingServer</argument >
145
+ </arguments >
139
146
<classpathScope >test</classpathScope >
140
- <mainClass >org.bsc.langgraph4j.AdaptiveRAGStreamingServer</mainClass >
141
147
</configuration >
142
148
</execution >
143
149
</executions >
144
150
<configuration >
151
+ <systemProperties >
152
+ <systemProperty >
153
+ <key >java.util.logging.config.file</key >
154
+ <value >/Users/bsorrentino/WORKSPACES/GITHUB.me/JAVA/langgraph4j/server-jetty/logging.properties</value >
155
+ </systemProperty >
156
+ </systemProperties >
145
157
</configuration >
146
158
<dependencies >
147
159
<dependency >
You can’t perform that action at this time.
0 commit comments